How do I set up a fill in the blank quiz answer in a "New Quizzes" that both ignores case sensitivity and recognizes a "keyword" answer? So far, it looks like you can do one but not both, which is very frustrating.
You can use regular expressions if you want more flexibility.
For example, (?i)\byes\b matches "yes", "Yes", "YES!!!", but not "no" or "yesterday".
The "(?i)" makes the matching case insensitive (so it accepts the other cases). The two "\b"s reflect the word boundaries (so it doesn't match with "yesterday").
editing to add that it also matches correctly with "yes, sir" and "of course the answer is yes", so it also satisfies the "keyword" requirement as I understand it.
Hi @JerryCoe,
Did @Gabriel33's response help you out?
-Doug
Is it possible to for anyone (student or instructor) to delete a comment on a grade? If so, is there a log on the backend showing that it was deleted?
I am having an issue where my gradebook will not sort the assignments in date order. It seems to only impact discussion board assignments, but I cannot see a rationale for why they will not group themselves with their counterparts. The only factor that is new is that I am using the new feature where I can set a different…
Hi everyone, Is there anyway I can download all discussion posts, similar to downloading assignments? Thank you. Zehra
Could there be a feature added (or maybe there is something out there already) to limit not just the file EXTENSION but the file NAME as well? For example, instead of just requiring "XLSX" extension for JoeSmith-Assignment1.XLSX, we could require "*Assignment1.XLSX" for the filename. This would ensure that students submit…
Among all the things that I wish Canvas had is that one! Is it something that is been worked on? We had it in Blackboard (legacy) and I sorely miss and need in Canvas (we just transitioned to it from Bb). Please add this very needed feature!