Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9.5
-
Fix Version/s: None
-
Component/s: Gradebook
-
Labels:None
-
Environment:XP
-
Database:MySQL
-
Affected Branches:MOODLE_19_STABLE
Description
By this I mean the range of possible marks column not the range of actually achieved marks row.
For young students in particular, the range column can be quite confusing and only clutters up the user report page
Attachments
Issue Links
| This issue will be resolved by: | ||||
| MDL-20617 | More controls for the User report (show/hide feedback, averages, range) |
|
|
|
Hi,
You can take out the ranges coloumn by hard coding.
Go to /var/grade/report/user/lib.php
// var $rangee;
and
//$this->showrange = grade_get_setting($this->courseid, 'report_user_showrange', $CFG->grade_report_user_showrange);
this will take out the range coloumn in the user report