-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
3.1.3, 3.2, 3.3
-
MOODLE_31_STABLE, MOODLE_32_STABLE, MOODLE_33_STABLE
A simple file submission assignment can get a row in assign_grades where the grade field is given a -1.0000 value. When this happens and a scale is not used, these submissions will not show up when "Require grades" filter is on.
To duplicate in 3.1.3+
Create as assignment, Graded by points.
Have student submit
Turn on quick grading
Without changing any values, click "Save all quick grading changes"
Set filter to Requires grading.
See that the submitted student is not showing. In assign_grades, this submission now has an entry with a -1.000 grade.
According to johno "If an item has a grade we don't want it to show in Require grading regardless of whether it's a negative grade or not. So the real bug is that we shouldn't allow negative grades to be saved via quick grading. We know we shouldn't allow it because they aren't displayed after being saved and other grading interfaces prevent it with an error message"