I would like to understand how does exsuffle
works on cloze
questions. Does it work with various schoice
questions with a different number of possible answers?
I expect to have the possible answers shuffled when presenting the exercises in Moodle. With the observed behavior, the order is always the same.
or you can use (for future reference) "MULTICHOICE_VS" as in:
exams2moodle(questions,
name = "exameXPTO",
cloze = list(cloze_mchoice_display = "MULTICHOICE_VS"),
envir =.GlobalEnv)
:-)