-
Bug
-
Resolution: Fixed
-
Critical
-
2.2, 2.3, 2.4
-
MOODLE_22_STABLE, MOODLE_23_STABLE, MOODLE_24_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
wip-mdl-32759-warning
-
When an assignment's max grade is changed after assignment submissions have been graded, the existing grades aren't scaled to fit the new max grade.
1. Create an assignment worth 100 points.
2. As a student, submit the assignment.
3. As a teacher/admin, grade the submission with 90 points (90%).
4. Edit the assignment activity and change the grade value to 50 (half the original value).
5. View the course gradebook and note that the student has 50 points for the assignment. Expected would be 45 (half the original grade and still 90% of the new max grade).
6. View the assignment submissions (mod/assignment/submissions.php?id=XXXX). Note the Grade column shows 90/50 points and Final Grade column shows 50 points. Expected would be 45 for both.
Similar behavior has also been observed when using rubrics to grade the assignment.
- has a non-specific relationship to
-
MDL-36776 Mark is not scaled correctly after a maximum mark change using marking guide as grading method
-
- Closed
-
-
MDL-34772 Hardcoding of grade scaling should be removed in lib/grade/grade_item.php
-
- Closed
-
- has been marked as being related by
-
MDL-13269 update_grade doesn't always update the 'finalgrade' field when it should
-
- Closed
-