Broken on Import
The fact that Canvas questions can be imported at all is awesome. However it’s rarely totally straight forward. This is a deeper dive into the problems and the workarounds of just getting the file imported (not question content issues like broken images). Same error but different causes Canvas exports quizzes as QTI files (it’s in XML format). Sometime importing a QTI file into Moodle, the importer says there’s no questions in the file: Error: There are no questions in the import file. This one obtuse error message can have three possible causes. Issue 1 : Canvas Question Banks When you look at the QTI file in a text editor, indeed, there certainly is no questions: Cause The issue is in Canvas. The quiz is drawing questions from a question bank which simply don’t export the question items. Workaround Recreate the quiz in Canvas, but import the questions directly – don’t reference the question bank. Export to a new QTI file Import int...