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

Quizzes with negative grades

    XMLWordPrintable

Details

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

    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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: