Details
Description
I needed a way to simulate Advanced Placement multiple choice tests in which incorrect answers deduct .25% from the total score of the test.
I made two very minor changes to mod/quiz/lib.php to do this, and it seems to work.
I only tested it on multiple choice (with both one and multiple answers), and Cloze questions (pull-down style only). For my purposes, I made the correct answer be 100%, and all incorrect choices be -25%. This with the changes in lib.php seem to work.
This thread describes my changes, and Martin asked that I report it as a bug.
Attachments
Issue Links
| This issue will be resolved by: | ||||
| MDL-20636 | META: Question engine re-write |
|
|
|
| This issue is duplicated by: | ||||
| MDL-17605 | Asking for when Development:Implementation of true negative marks in MC-type questions is going to launch |
|
|
|
| MDL-5863 | Quizzes with negative grades |
|
|
|
| MDL-4535 | negative score for quiz questions clipped |
|
|
|
| MDL-5324 | allow negative marks for questions |
|
|
|
| MDL-18013 | Quiz and negative gradings |
|
|
|
| MDL-20726 | Add Negative Marking to Questions |
|
|
|
| This issue has been marked as being related by: | ||||
| MDL-6364 | Allow to uncheck answers in quiz attempt: response = empty |
|
|
|
From Gustav Delius (gwd2 at york.ac.uk) Thursday, 30 December 2004, 07:08 PM:
Hi Jill,
if you still haven't observed any negative side effects of this hack then I would like to put it into Moodle 1.5.
Gustav
From Gustav Delius (gwd2 at york.ac.uk) Saturday, 7 May 2005, 01:39 AM:
Ah, I almost forgot about this. Our new code again rules out negative marks for questions. I am not sure why, it just seemed natural to us. I will see if I find the time to fix that, it shouldn't be too difficult. I am upgrading the priority on this.
From Gustav Delius (gwd2 at york.ac.uk) Thursday, 23 February 2006, 05:49 PM:
This subject has come up again on the forums, see for example http://moodle.org/mod/forum/discuss.php?d=40310&parent=185678
From Gustav Delius (gwd2 at york.ac.uk) Thursday, 23 February 2006, 05:51 PM:
Also see http://moodle.org/mod/forum/discuss.php?d=40128.
We could implement another quiz option to allow negative marks for questions.
From John Isner (john.isner at gmail.com) Tuesday, 11 July 2006, 08:04 PM:
Standardized tests such as the SAT deduct 1/4 point for each wrong answer to a MCQ. It is very difficult to simulate those tests in moodle without this feature.