mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
MDL-47064 Grades: Final fix - set the grademax from the item, not the cat
Part of: MDL-46576
This commit is contained in:
parent
ee07a54be0
commit
6077a4d43b
3 changed files with 8 additions and 10 deletions
|
@ -461,7 +461,7 @@ class grade_report_user extends grade_report {
|
|||
|
||||
/// Actual Grade
|
||||
$gradeval = $grade_grade->finalgrade;
|
||||
$hint = $grade_grade->get_aggregation_hint($grade_object);
|
||||
$hint = $grade_grade->get_aggregation_hint();
|
||||
if (!$this->canviewhidden) {
|
||||
/// Virtual Grade (may be calculated excluding hidden items etc).
|
||||
$adjustedgrade = $this->blank_hidden_total_and_adjust_bounds($this->courseid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue