Details
-
Type:
Bug
-
Status: CLOSED
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 20.0, 21.0 [Tentative]
-
Fix Version/s: 20.1, 21.0 [Tentative]
-
Component/s: Gradebook
-
Labels:None
-
20 status:Verified
-
Test Plan:
Description
When the gradebook loads, it stores the percentage value for each course grade separately for the purposes of sorting. When a grade is updated, the total points earned are stored in this location instead. This results in incorrect sorting until the full page is refreshed.
For example, if the gradebook contains one item worth 10 points, a student with 80% will have 80 as the sorting value. If you then change their grade for that item from 8 to 9, the sorting value for their course grade becomes 9 instead of the expected value of 90. When sorting on the course grade in descending order, even students with 10% as their course grade will appear before this student.