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

Quiz responses report fails to display the attempt grade.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 2.3.2
    • 2.3.1
    • Quiz
    • MOODLE_23_STABLE
    • MOODLE_23_STABLE
    • Hide

      1. You need a quiz with completed attempts.

      2. Go to Results -> Responses.

      3. Make sure the finished attempts have the grade shown in grade column.

      Show
      1. You need a quiz with completed attempts. 2. Go to Results -> Responses. 3. Make sure the finished attempts have the grade shown in grade column.

      Silly typo:

      if ($attempt->state == quiz_attempt::FINISHED) {
          return;
      }

      should be

      if ($attempt->state != quiz_attempt::FINISHED) {
          return;
      }

            timhunt Tim Hunt
            timhunt Tim Hunt
            Dan Poltawski Dan Poltawski
            David Monllaó David Monllaó
            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.