Perhaps there is some misunderstanding here. The penalty deduction option we’re advocating does not eliminate giving (+) credit for correct answers. It merely adjusts the credit additionally deducted for incorrect answers in a more flexible way when the number of incorrect answer choices exceeds the number of correct answer choices.
For example, in a Multiple Answer question worth 12 points with 2 correct answers and 4 incorrect answers, here’s how the scenarios play out with the current score calculation algorithms—
(1) Only give credit for correct answers with no penalty for incorrect answers:
Each correct answer = 12 / 2 correct answers = 6 points. No deduction for incorrect answers.
Full credit can be obtained by selecting ALL answers = 6 + 6 = 12. This clearly games the system and should be avoided.
(2) Give credit for correct answers and deduct credit for incorrect answers:
Each correct answer = 12 / 2 correct answers = 6 points. Each incorrect answer = -12 / 2 correct answers = -6 points.
Selecting all answers gives 6 + 6 - 6 - 6 - 6 - 6 = -12, which would be rounded up to 0. Very harsh penalties.
Selecting 2 correct answers and only 2 incorrect answers gives 6 + 6 - 6 - 6 = 0. We would prefer this not to be zero, but rather something > 0, although not full credit. This combination entailed some thought by the quiz taker instead of just blindly choosing every answer with no thought. These two combinations should be scored differently. This is the problem with the current scoring algorithm.
So we propose this additional 3rd option—
(3) Give credit for correct answers and deduct credit for incorrect answers a different way:
Each correct answer = 12 / 2 correct answers = 6 points. Each incorrect answer = -12 / 4 INCORRECT answers = -3 points.
Selecting all answers gives 6 + 6 - 3 - 3 - 3 - 3 = 0, as desired. The system still can’t be gamed by blindly choosing every answer.
Selecting 2 correct answers and 2 incorrect answers gives 6 + 6 - 3 - 3 = 6. There is still a penalty for choosing some incorrect answers, but some credit is now given for correct answers. This combination is now distinguished from blindly choosing all answers.
This is the system we desire for questions with more incorrect answers than correct ones.
Please note that for questions with more correct answers than incorrect ones, option (2) would still allow the system to be gamed by choosing all the answers. Option (3) would give 0 score in that case and also prevent gaming. For anyone who feels that option (3)’s penalties are too harsh here, option (2) is still available.
The reason we advocate option (3) is that it can be programmed using basically the same algorithm calculations and interface as option (2). Just one calculation is altered and added, and one more checkbox is added.
Enabling the ability to assign individual credit to each answer choice would certainly be a wonderful addition, too, but it would require more new computation algorithms and user interface tools than option (3)’s and would entail much more programming. Option (3) is a quick addition that shouldn't require lots of programming overhead and would resolve lots of issues that have been raised concerning Multiple Answer scoring.
I hope this helps clarify our request and reasoning. Thank-you for considering it.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.