-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.4
-
MOODLE_404_STABLE
Hello everyone,
The option "Exclude empty grades" with a tick box in the grade category settings is there for ever, but I am wondering could it be possible to make this a little bit easier, please?
I think the word "Exclude" (negative meaning) with the "tick" (positive meaning) is something too hard for my brain... I always need to cross check the result to ensure the gradebook is set up the way I want to.
Could we perhaps do it as a dropdown menu?
- Empty grades: Include / Exclude
And perhaps update the inline help text with an example like the following one?
In a course with three activities, assessed with a 0-100 scale, a student achieved: 80 in Activity 1, 90 in Activity 2 and has nothing submitted in Activity 3, will get:
If empty grades are excluded, Moodle will ignore the item that has no grade, i.e. (80 + 90) / 2 = 85
If empty grades are included, Moodle will treat empty grades as zero, i.e. (80 + 90 + 0) / 3 = 56.67
Thank you!