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

negative score for quiz questions clipped

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 1.5.2
    • Administration
    • None
    • All
    • MOODLE_15_STABLE

      The stock 1.5.2 does not allow negative scores for individual questions or entire quizzes. In other words, it is impossible to use SAT or GRE style point assignments, in which a wrong answer is worth -0.25 points.

      A fix is proposed as follows (for 1.5.2):

      change line 864 of mod/quiz/locallib.php from

      0.0), 1.0) * $question->maxgrade;

      to

      1.0), 1.0) * $question>maxgrade;

            poltawski Dan Poltawski
            imported Imported
            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.