Found this content helpful? Log in or sign up to leave a like!

In Quiz, the way Multiple Answer question is graded is not what I want. Can you add a different grading option?

Jump to solution
QianYu
Community Member

Currently, Canvas grade the Multiple Answers questions this way:

When creating a "Multiple Answer" question, you can set the total points for the question and assign points for each correct answer.

  • Point Calculation: Canvas divides the total points by the number of correct answers. Students earn points for each correct answer they select and lose points for each incorrect answer they select.
  • Example: If a question is worth 3 points and has three correct answers, each correct answer is worth 1 point. If a student selects one correct answer and one incorrect answer, they would receive 1-1=0 points.

I think this is not reasonable -- it does not give credit for students not choosing the incorrect answer. 

This is the way I would like: Divide total points by the number of given answers/choices including both incorrect and correct answers. Then students get the point if they select the correct choice AND they also get the point if they did not select the incorrect choice. Basically, this is equivalent to choose True or False for each answer choice. 

Right now, I have to convert all my Multiple Answer questions into True/False questions to implement this grading system. I hope I don't need to go through that detour.

Could Canvas offer this type of grading? 

Labels (1)
0 Likes
1 Solution
James
Community Champion

@QianYu 

Your loophole fix doesn't work the way you want it to. Let's say there are five parts, four are false and one is true. If the student correctly realizes the four are false and doesn't check them, but misses the single true answer, then they have -- in their mind -- correctly answered 80%. But we still won't know if they thought all five were false or if they just didn't answer the question.

Worse, if all of the answers were false, the students could not get 100% because checking any answer would be wrong.

Canvas did it right when they decided not to give credit for non-responses. A true-false question needs to have some way where the students can indicate false through an action as opposed to lack of an action.

If you want allow partial credit, then you really need to use more than one true-false question.

 

Now, if you want all-or-nothing, there are some tricks you can use. Please don't try these. They are terrible ideas.

If you want all-or-nothing and are using Classic Quizzes you can fake it (New Quizzes supports all-or-nothing). I don't think I've ever seen anyone recommend this -- with good reason, it sucks!.

You could be to write a multiple choice question like this one (but please don't do this!).

Which of the following are true about the quadratic equation \(ax^2+bx+c=0,~a\ne0\)?

  1. There are two unique solutions to a quadratic equation.
  2. The sum of the solutions is \(-\frac{b}{a}\).
  3. Our class covers four ways to solve these equations.

Then, in the answers section, you have

  1. Only a
  2. Only b
  3. Only c
  4. Both a and b but not c
  5. Both a and c but not b
  6. Both b and c but not a
  7. All three of a, b, and c
  8. None of these are correct

I would never, ever, recommend someone do that, though. It removes the ability to randomize the order of the responses, which makes it easier to cheat. It's confusing. It doesn't scale as there are \(2^n\) options when there are \(n\) choices to pick from. Besides that, you either get full points or no points.

Another confusing way would be to make it a numeric question and then ask them to sum their answers. Again, that would be full points or no points.

Which of the following are true about the quadratic equation \(ax^2+bx+c=0,~a\ne0\)?

  • 1: There are two unique solutions to a quadratic equation.
  • 2: The sum of the solutions is \(-\frac{b}{a}\).
  • 4: Our class covers four ways to solve these equations.

Find the sum of the numbers in front of the true statements. Example: if 1 and 4 are correct but 2 is incorrect, your answer would be 1+4=5.

This is bad because it removes the randomization options. It is better than the multiple choice because it doesn't have as many choices. It is harder because I had to explain how to answer the question (I taught math, so I was able to get away with this), but any time you have to explain how to do something, you should consider easier ways.

View solution in original post