Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Gradebook
-
Labels:None
-
Environment:any
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
Description
I would really like to just report raw scores to students without percentages. It is generating way too much confusion for assignments with extra credit, where students get full marks on the assignment (but no extra credit points), and therefore end up with a percentage less than 100%.
Can there please be an option, like "show rank" that allows me to turn off the percentage view?
I will implement one myself on my own site, but I want to be able to upgrade ![]()
Issue Links
| This issue duplicates: | ||||
| MDL-15887 | Add user report setting to show/hide percentages |
|
|
|
For that matter, I'd also like to hide the feedback as well, so the grade report is just a list of grades.
Actually, the better solution for me, and what I've implemented on my site, is to check if the feedback has some particular substring, and if so, replace the entire feedback with some predefined string (on the grade report only).
I need this because many of my assignments are auto-graded, and the feedback the scripts generate can be very long. This makes the user grade report completely unmanageable.
Basically I can easily tell if the feedback is auto-generated, and if so I instead populate the table with a short string directing students to click on the assignment link if they want to read their feedback.