Search code examples
rr-exams

How does exshuffle works in cloze questions (package `exams`)?


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.


Solution

  • or you can use (for future reference) "MULTICHOICE_VS" as in:

    
        exams2moodle(questions,
                 name = "exameXPTO", 
                 cloze = list(cloze_mchoice_display = "MULTICHOICE_VS"), 
                 envir =.GlobalEnv)
    
    

    :-)