Can I bulk add flashcards from Excel?
Submitted by Pauliina_10 on Thu, 05/17/2018 - 09:02
Forums:
Hi,
Is it possible to bulk add data from Excel to make flashcards?
Content types:
Hi,
Is it possible to bulk add data from Excel to make flashcards?
Navigation
Connect with H5P
About
H5P is a registered trademark of H5P Group
Privacy policy |
Copyright ©
2023
BV52
Fri, 05/18/2018 - 03:28
Permalink
Hi finkingcap,I'm afraid this
Hi finkingcap,
I'm afraid this is not possible.
-BV52
serettig
Mon, 05/21/2018 - 21:21
Permalink
Hi,depending on how far your
Hi,
depending on how far your technical knowledge goes, you can use the tool I wrote for this purpose (still work in progress). It's written in NodeJS and you'll find it at GitHub. It expects CSV files with the headings 'question' and 'answer' that are separated by semi-colons. Optionally, you can specify columns with 'tip' and 'image' (urls). The actual creation process works, but it's not possible to pass in parameters at the command line, as there are some issues with a libraries I'm using that need to be fixed. So you'll have to replace the 'test/flash1.csv' file with your file and it will always emit 'test.h5p'.
BV52
Tue, 05/22/2018 - 04:02
Permalink
Thank you for the suggestion
Thank you for the suggestion serettig.
serettig
Wed, 05/23/2018 - 22:35
Permalink
I've worked on this a bit and
I've worked on this a bit and now you can actually properly start the program from the command line. These are the steps to run it:
It will download a fresh copy of the current Flashcards module from the H5P hub, parse the CSV file and put its content into the specified output file. I know running this is a bit technical, but if you've got lots of content to convert, I guess it's worth the effort to get this running.
willip521
Thu, 08/22/2019 - 16:42
Permalink
h5p-cli-creator
I have been trying to convert a csv to h5p using the cli-creator tool mentioned above. The github install instructions and commands are easy enough to execute. I get the output.h5p file as specified on github but when I go to import it into wordpress the file does not validate! Even extracting the archive files and changing a single question/answer by hand throws dozens of failed validations when uploading.
What am I missing here???
Has there been an update to h5p that makes the cli-creator obsolete?
I have tens of thousands of flashcards that I would like to import and doing this all by hand is out of the question. Please help!
studyaid
Sun, 10/06/2019 - 22:57
Permalink
You might have to adjust the way you zip the file.
How are you compressing your zip file? What OS or command line switches are you using? Depending on what you are using I can give you the commands that should work.