-
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
Set question title #9
Comments
I commented on titles in #8 before seeing this issue. The reason there isn't currently a way to set the title is because Canvas ignores titles. Can you try manually editing the XML title and importing in your system to verify that it will actually use titles? If some systems will actually use titles, I'll add title support. Before I realized Canvas wouldn't use titles, I was thinking about something like this:
That eliminates any potential for ambiguity in the question itself. |
Can confirm Brightspace/D2L uses the title. Plain text only however just like quiz titles. Your proposed format for question titles works for me as long as you can distinguish between a question title and the last paragraph of the quiz description. |
I'll add titles then, as well as other per-question settings. There won't be issues with the question title and the last paragraph of the quiz description, because anything at the top level of the document that spans multiple lines is required to indent subsequent lines. That isn't ideal in some respects, and I should probably make the exact indentation requirements lest strict in some cases, but it does prevent ambiguity. |
Ah that's good to know. The indentation requirement might make it harder to produce conforming input files. If having the title before the question makes it difficult to relax that, maybe putting title etc. after the question in the same space as the feedback might make more sense and would also be more consistent, e.g.,
|
…xed indentation requirements for wrapped lines in titles
I've added support for setting titles and points. Please let me know if titles work, since I can't check that through Canvas. Here's the format:
I haven't added difficulty. Canvas doesn't appear to support it. Do you know what that maps to in the XML? In the QTI spec (http://www.imsglobal.org/question/index.html#version1.2), the closest thing I could find was
can be added under |
Confirming that title and point value are set correctly in D2L. |
I'll close this, and if we ever figure out how to handle some of these other properties I'll be happy to add that later. |
I mentioned this in #8 already:
text2qti
sets the title of every question to the same string, namelyQuestion
, e.g.,:The
title
attribute should be settable, and if not set it should be generated from the question description in some way, e.g., by taking the first 5 words or so from the description. To set it, one might write the title using a keyword and take the description from the next paragraph(s)? E.g.,:The text was updated successfully, but these errors were encountered: