Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 2.0
-
Fix Version/s: None
-
Component/s: Quiz
-
Labels:None
-
Environment:All
-
Database:Any
-
URL:moodle.org
-
Affected Branches:MOODLE_20_STABLE
Description
In the multichoice question types it seems that negative grades (for example -50%) don't work. If your answer is wrong the result is allways 0.
I searched in the code, and it seems that the problem is in the function grade_responses of the file questiontype.php for multichoice question types.
It seems that this line must be redone to allow negative grades:
$state->raw_grade = min(max((float) $state->raw_grade,
0.0), 1.0) * $question->maxgrad
http://moodle.cvs.sourceforge.net/moodle/moodle/question/type/multichoice/questiontype.php?view=log
Issue Links
| This issue duplicates: | ||||
| MDL-1647 | Allowing negative marks for questions |
|
|
|
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions