Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-5863

Quizzes with negative grades

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 2.0
    • Quiz
    • None
    • All
    • Any
    • MOODLE_20_STABLE
    • moodle.org

      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

            timhunt Tim Hunt
            imported Imported
            Nobody Nobody
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.