-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.4, 4.1.4, 4.2, 4.2.3, 4.3
In a course, we have:
- A grade category with "Exclude empty grades" unchecked (disabled).
- Two assigns on that category.
Teacher go to assign one, give a grade, let's say 8, and save the form.
The student's grade will change from "-" to 8 for that category.
Techer go to assign one again, remove the grade and save the form.
Now the student's grade will be 0 (zero) instead of '-'.
In grade_grades table, for that grade item and for that student, the rawgrade is NULL but the finalgrade is 0.
- has been marked as being related by
-
MDL-31433 Gradebook scale type item, FINALGRADE = 0/(null)
- Closed