I have used exams2blackboard
to generate an exam and import it into Blackboard. The format of the exam is correct but the order of the questions are shown randomly each time the exam is taken (without selecting that option in Blackboard). How can I avoid that? (I want the questions to appear as they were introduced in the exams2blackboard
function)
This is my code:
exam <- cbind("question1.rmd", "question2.rmd", ...)
exams2blackboard(exam,
name = "exam",
schoice = list(shuffle = FALSE, enumerate = FALSE),
eval = list(partial = -33, rule = "false", negative = -100))