Moodle

show/hide grade range in user's report table

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Duplicate
  • Affects Version/s: 1.9.8
  • Fix Version/s: None
  • Component/s: Gradebook
  • Labels:
  • Affected Branches:
    MOODLE_19_STABLE

Description

It could be very useful to enable the teachers to set the visibility of
the grade's range in the student's report table.

the default is: show
grade/report/user/lib.php line 104
$this->showrange = true;

how about controlling it like this:
$this->showrange = grade_get_setting($this->courseid, 'report_user_showrange', $CFG->grade_report_user_showrange);

Issue Links

Activity

Hide
Tim Hunt added a comment -

This is gradebook, not quiz. Reassigning.

Show
Tim Hunt added a comment - This is gradebook, not quiz. Reassigning.
Hide
Miguel Santos added a comment -

This is also affecting 1.9.10. Ranges show in the Grader Report but not in the User Report

Show
Miguel Santos added a comment - This is also affecting 1.9.10. Ranges show in the Grader Report but not in the User Report
Hide
Andrew Davis added a comment -

Hello. This was fixed as part of MDL-20617 in 2.0.2

Show
Andrew Davis added a comment - Hello. This was fixed as part of MDL-20617 in 2.0.2

People

Vote (11)
Watch (2)

Dates

  • Created:
    Updated:
    Resolved: