-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support QTI v2.2 #8
Comments
Thanks for the example file. Support for v2.1 would be good. I don't expect to have time to work on this myself for the forseeable future...I'm going to look into adding a few more question types and other features over the next few days, and then I'll probably be limited to basic maintenance/bug fixes for a while. For question titles: There are actually titles in QTI v1.2. You can open a QTI file and search the XML for something like
text2qti is always just setting "title" to "Question" because Canvas apparently ignores it. You could try editing the title and importing into Brightspace. If it doesn't ignore the title, I can easily add a way to set the title. |
Fair enough, I just wanted to put this info here since I was just collecting tools and specs myself. Perhaps someone else is interested in contributing it at some point. |
Another options is to use the rpy2 module and simply call the exams2qti21 function in the exams R package. It's not a perfect solution, but it might be a serviceable workaround in the short-run. |
@gpoore I imagine you have not too much bandwidth if there's no changes in the status of this issues after more than 2 years. |
@jredrejo If you can create a complete implementation for QTI v2, I'll be happy to review it. I haven't used |
Enhancement request for future development: support the newer QTI 2 standard for quizzes and questions.
I'm attaching a sample test in QTI 2 that should illustrate all the features currently supported by
text2qti
:QTI_2.1_Sample_Test.zip
It was created with the ONYX test editor which is a reference implementation of QTI 2.1. The specification can be found here. Canvas should support QTI 2.1 for import, but I guess exports only QTI 1 for export.
Reasons this may be desirable:
text2qti
into Brightspace (eg) creates a quiz in which every question is called "Question" (ie the question text is imported into the description field/question prompt not the question title field, since QTI 1 doesn't have both.The text was updated successfully, but these errors were encountered: