Missing quiz description in Canvas

80 Views Asked by At

I've successfully imported a quiz into canvas, but for some reason the description does not appear (even though it's in the XML).

enter image description here

(this box is empty when I import the quiz generated by the command below).

Other question, maybe related – the imported quiz appears under "Assignment quizzes", but I would prefer it under "Practice quizzes". Can this be changed via exams?

exams2canvas(c("swisscapital.Rmd"), 
             stitle = c("Section 1", "Section 2"), 
             adescription = "This short quiz is for us (the lecturers) to get a sense of where the maths skills of the cohort are at.",
             sdescription = "Vector of descriptions for each section, omitted if empty",
             name = "Preliminary Maths Skills Assessment", 
             converter =  "pandoc-mathml")
0

There are 0 best solutions below