-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.5.6
-
MOODLE_405_STABLE
Hello, I noticed an anomaly in version 4.5, possibly in others as well:
- Let's assume we have 3 random activities (let's say SCORM) with a maximum score of 1.
- In the gradebook we create a category that will contain all 3 activities.
- The category grade will be the SUM of the 3 activities.
- We set "Grade to pass" 3 AND check the "Exclude empty grades".
- On the course page, we create a label with the text "All activities are complete" and in "Restrict access" we add the restriction by grade >=100%.
If the student completes only 1 activity, the label above will be displayed.
Normally, it would have been displayed after completing all 3 activities.
If we uncheck the "Exclude empty grades" option, the problem is gone...