Quiz report showing if quiz passed or not more clearly

Quiz report showing if quiz passed or not more clearly

Beatriz Rojo -
回帖数:2

Hello,

is there a way that the quiz report shows not just the grade but also if the grade meets the required passing grade or not? I have  just realized today that this is not indicated. I'm thinking of something like:

  1. Colour coding: the grade is shown in green if it's over the passing grade, and red if it's below
  2. A small icon next to the grade, as in the question result columns.
  3. An extra column "Passed?".

Using Moodle 3.5

Thanks!

回复Beatriz Rojo

Re: Quiz report showing if quiz passed or not more clearly

Tim Hunt -
Core developers的头像 Documentation writers的头像 Particularly helpful Moodlers的头像 Peer reviewers的头像 Plugin developers的头像
This is a very sensible suggestion. It is not possible at the moment (I think).

You should raise a feature request for this (https://docs.moodle.org/dev/Tracker_introduction).

(Doing your suggestion 1 or 2 would probably jsut require altering this bit of the code https://github.com/moodle/moodle/blob/master/mod/quiz/report/overview/overview_table.php#L231. Of course, not every quiz as a passing grade set.)
回复Beatriz Rojo

Re: Quiz report showing if quiz passed or not more clearly

Dominique Bauer -
Documentation writers的头像 Particularly helpful Moodlers的头像 Plugin developers的头像

Hello Beatriz,

In the quiz report, if you click on the 'Grade/xx.xx' heading, the table is sorted by grades. Thus, pass grades are positioned towards the top of the table and fail grades towards the bottom.

In the Grader report, in the gradebook, pass grades are highlighted in green and fail grades in red.