Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 467 Bytes

moodle-import-quiz

python script to import csv format question data into moodle

you can use a xls file to maintain your questions.

current header is like this:

ID type category question questiontext AA AB AC AD AE AF PA PB PC PD PE PF

AX fill in answer A,B,C etc

PY fill in corerct grade per answer, number needs to match exactly with moodle grades

type and category are not implemented yet I need to work on how to import pictures alongside the questions...