Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.8
-
Component/s: Conditional activities
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
Its possible to add more than one grade condition. If you add two or more grade condition all of them must be fulfilled to get access to the actual activity.
In combination with least and less definition it should be possible create more than one learning paths in a course.
If a teacher could choose between 'AND' or 'OR' grade conditions it should be possible to reunion two paths again.
I wonder if you could do this with a custom column in the gradebook, at least in some cases?
1. Create hidden custom column in the gradebook.
2. Set it to the calculation MAX([[activityA]], [[activityB]])
3. Condition on custom column > 60%
That effectively does activityA score > 60% OR activityB score > 60%.