Dies ist die Dokumentation von Sandra Flory:
Quelle: https://github.com/sr258/h5p-cli-creator
Run
• Install NodeJS (Installieren, alles Drumherum mit installieren und „Warnings“
ignorieren.)
• clone this repository into a directory on your computer (Zip-Datei herunterladen
und in eigenen Ordner extrahieren)
• Execute these commands from the command line at the directory you've cloned
into: (In dem Verzeichnis öffnet sich Windows Shell. Dort kann man nacheinander
die Befehle eingeben)
• npm install to install dependencies
• npm run build to transpile typescript to javascript
Das folgende fand ich nicht hilfreich
• node ./dist/index.js --help to get help
• node ./dist/index.js flashcards --help to get help for creating flashcards
• node ./dist/index.js dialogcards --help to get help for creating flashcards
Ende der Installation.
Danach die entsprechende Excel-Datei im Ordner Test öffnen und die Wortlisten
reinkopieren. (Bei Quizlet ist Umweg über Word nötig)
Dann wie unten (Example Cards) beschrieben die obere Befehlszeile für Flashcards, die
untere für Dialog Cards verwenden:
Example calls
node ./dist/index.js flashcards ./tests/flash1.csv ./outputfile.h5p -l=de
-t="Meine Karteikarten" --description="\"Schreibe die Übersetzungen in das
Eingabefeld.\""
Reads the file flash1.csv in the tests directory and outputs a h5p file with the
filename outputfile.h5p in the current directory. The language strings will be set to
German, the title 'Meine Karteikarten' and the description displayed when studying the
flashcards will be 'Schreibe die Übersetzungen in das Eingabefeld.'
node ./dist/index.js dialogcards ./tests/dialog1.csv ./outputfile.h5p -l=de
-n="Meine Karteikarten" -m="repetition"
Reads the file dialog1.csv in the tests directory and outputs a h5p file with the
filename outputfile.h5p in the current directory. The language strings will be set to
German and the title to 'Meine Karteikarten'.
Für Dialog Cards diesen Befehl verwenden:
node ./dist/index.js dialogcards ./tests/dialog1.csv ./outputfile.h5p -l=de
-n="Meine Karteikarten" -m="repetition"
Die so kreierte h5p-Datei hochladen und falls nötig noch Umlaute korrigieren.