Is there any way to make canvas fillin multiple blank questions case sensitive?

Jump to solution
DOVKRUGER
Community Explorer

I just created a question in a canvas quiz using multiple fillin the blank questions.

This is a programming quiz.
The answer we are looking for is :

size(300,200,P3D);

so:

[size]([x], [y], [P3D]);

each variable has the correct answer specified. Unfortunately, it is case insensitive. I swear it didn't used to be, and in many cases I am sure case insensitivity is a plus. But not for coders.

First: IS THERE A WAY TO DO THIS? I saw on the forum that for single fillin the blank, there is now a checkbox.
This is multiple fillin the blank.

Second: Has the behavior changed? I just want to know if my memory is faulty, because I clearly remember it used to be case sensitive.

Labels (1)
0 Likes
1 Solution
ryan_corris
Community Coach
Community Coach

Hey @DOVKRUGER!

Looking at your example, I believe you are using Classic Quizzes. If you create a Fill in the Blank question in New Quizzes, you are still able to include multiple fill in the blank options and have several ways for the responses to be graded.

Options.png

 

If you use the Exact Match option, it will be case sensitive compared to the answers you enter as the instructor.  See example below.

exact.png

 

As far as if this behavior has changed, I am not completely sure.  Currently, Classic Quizzes looks like I remember it always has.  Is it possible that you might have ventured into New Quizzes at one point?  Just a thought.

 

Hope this helps!

View solution in original post