Hi,
I'm having trouble importing QTI 2.1 formatted Text Entry Questions on the cloud instance of Canvas that is available to be played with and tested on. Whenever I import them, there is no error and the questions are created, but the response boxes and answers are missing from the imported question. I've been importing them inside of a common cartridge package if that is important, and I can attach the entire package if that would be useful, but for now I've attached a specific XML file that contains the text entry question that I have been trying to import. The corresponding imported question ends up as a "Fill in Multiple Blanks" question type with the following question text:
Test Fill In
The capital of Vermont is
As you can see, it is missing the response box, and therefore has no answers imported either. After reading through the source code on Github, I ended up trying to change the format of the QTI file so line 24 of the QTI file reads:
<p>The capital of Vermont is <textEntryInteraction responseIdentifier="RESPONSE-c369779c-6768-4751-bb10-027bad507fc8">[RESPONSE-c369779c-6768-4751-bb10-027bad507fc8]</textEntryInteraction>
and this allowed me to actually import the response box to the question text, but the response declaration from line 7-15, and corresponding correct answer, is still missing from the imported question. I've thought about installing my own instance of Canvas and adding some log statements during the import process to better decipher what is happening and what the final question created looks like. But I thought I would reach out here first to see if anyone can provide any input or ideas on what may be the issue.
Thanks,
Devlin Junker