Forum: support


RE: exams2canvas with missing solutions [ Reply ] By: Achim Zeileis on 2022-03-05 18:52 | [forum:49352] |
Glad, this could be sorted out & that the package is useful for you! |
RE: exams2canvas with missing solutions [ Reply ] By: S L on 2022-03-05 17:55 | [forum:49351] |
Confirmed -- once I updated r-exams to the development version (2.4-0) then the question-level feedback displays correctly. Thank you so much for all your help. This package is a lifesaver. -SL |
RE: exams2canvas with missing solutions [ Reply ] By: Achim Zeileis on 2022-03-05 02:14 | [forum:49350] |
Possibly a version issue. I have used the latest development version of the package that you get with install.packages("exams", repos="https://R-Forge.R-project.org") The relevant changes to improve display of feedback in Canvas have been introduced in late 2020. So if you're using an earlier version, feedback might not display correctly. |
RE: exams2canvas with missing solutions [ Reply ] By: S L on 2022-03-05 01:09 | [forum:49349]![]() |
Hi Achim, Thank you so much for sharing your canvasquiz.zip. It was tremendously helpful. When I imported your canvasquiz.zip to canvas, it worked flawlessly with question-level feedback rather than choice-level feedback, as both you and Niels have identified. I was also able to identify the differences between your canvasquiz.zip and mine, specifically, the canvasquiz_768035938.xml file. I've attached a screenshot of the diffs (Your file is on the left with differences in Red; mine is on the right with differences in Green.) I see significant differences in this side by side comparison: your file uses <itemfeedback ident="correct_fb" view="All">, but mine uses <itemfeedback ident="Solution" view="All">. In addition, somehow your file repeats the solution (lines 160-164 and 177-181) while mine doesn't. It appears that the above is the source of the issue. However, I am unsure why my file was generated differently from yours. Is this a version issue? Many thanks, SL |
RE: exams2canvas with missing solutions [ Reply ] By: Achim Zeileis on 2022-03-02 22:43 | [forum:49341] |
Thanks, Niels! I think that you are right. This difference is probably the source of the confusion. I have posted a response now on StackOverflow, also referring back to this discussion. See: https://stackoverflow.com/questions/71180272/canvas-quiz-imported-through-exams2canvas-is-missing-solution-materials-answer-f/71329866#71329866 Thanks! |
RE: exams2canvas with missing solutions [ Reply ] By: Niels Smits on 2022-03-02 08:17 | [forum:49340]![]() |
Hi Achim, I uploaded the zip-file under "Import Course Content" both as (a) "Canvas course export package" and (b) "QTI .zip file" and in both cases things look okay to me. But I noted that user3229077 expects to find a "per option feedback", whereas exams2canvas provides a general feedback for correct and incorrect answers (see attachment). You did not include option-specific feedback, did you? Niels |
exams2canvas with missing solutions [ Reply ] By: Achim Zeileis on 2022-03-02 02:28 | [forum:49339]![]() |
This is a follow-up to a question asked on StackOverflow at: https://stackoverflow.com/questions/71180272/canvas-quiz-imported-through-exams2canvas-is-missing-solution-materials-answer-f As the question does not have a clear-cut anwser yet, I'm opening a companion discussion here. Attached is the canvasquiz.zip file that I successfully imported into the Canvas community system: https://canvas.instructure.com/ |