Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 1.5.3
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Environment:All
-
Database:Any
-
Affected Branches:MOODLE_15_STABLE
Description
In SAT and other tests, a wrong answer in a multiple choice question yields a deduction of 0.25 points (when given 5 choices). Even though Moodle let a teacher assign negative score to a choice, such a negative score is never recorded.
Suggested changes:
mod/quiz/locallib.php:867: change 0.0 to -1.0
mod/quiz/locallib.php:1787: comment out
mod/quiz/questiontypes/multichoice/questiontype.php:352: change 0.0 to -1.0
Issue Links
| This issue duplicates: | ||||
| MDL-1647 | Allowing negative marks for questions |
|
|
|
From Gustav Delius (gwd2 at york.ac.uk) Thursday, 27 April 2006, 03:52 PM:
Allowing questions to carry negative marks is a frequently requested feature.
From Anthony Borrow (aborrow at jesuitcp.org) Wednesday, 7 June 2006, 08:26 AM:
One possible work around is to have the multiple choice questions be worth 2 points. A correct answer gets 2 points, no answer gets one point (no deduction) and an incorrect answer gets 0.75 points (a -.25 deduction). The catch is that at the end of the quiz there needs to be a question worth how ever many multiple choice questions there were - for the sake of example lets say there were 10 multiple choice questions, then it would be worth 10 points and no matter what they received zero points. That would then subtract the added ones and get around negative points. It is not an elegant work around but it may provide folks working with standardized testing formats to get the marks that they are looking for. One thing preventing this is the fact that there is no 3/8 point option (37.5%). I do think that the 1/8th options (3/8, 5/8, 7/8) should be in the default list of scales. That would be more easily accomplished then allowing negative point questions. Perhaps this should also be kicked around in a forum.
From John Isner (john.isner at gmail.com) Tuesday, 11 July 2006, 08:08 PM:
This is a high-priority issue for me. All of my quizzes require negative marks for questions.