mc {moodlequizR} | R Documentation |
This function generates the code for a multiple choice CLOZE question
mc(options, w, which.true, pts = 1)
options |
vector of choices |
w |
vector of weights |
which.true |
either which of the options gets 100 or a logical value TRUE=first option, False=second option |
pts |
how many points is question worth? |
a list with the elements for qmc and amc
mc(c("Yes", "No"), c(100, 0), 10)