Moodle

Quizzes with negative grades

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor 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

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: