- Activity completion settings
- Using Activity completion
- Activity completion FAQ
Contents
What happens when completion conditions are unlocked?
Once you unlock options and then click ‘Save changes’, all completion information for the activity will be deleted and, if possible, regenerated according to the new settings. See the section ‘What happens when you unlock’ in Activity completion settings for further details.
Can I change the default completion settings for activities in my course?
Yes. See Activity completion settings for how to do this.
Activity completion status does not change
Check Site administration > Server > Scheduled tasks and the task Calculate completion data. This should ideally be once a minute.
Can I move the activity completion checkboxes to the left instead of the right?
/* Completion Checkbox Left of Activity Icon and Align Checkboxes Full Left */ .section .activity .actions { position: relative; } .path-course-view li.activity span.autocompletion, .path-course-view li.activity form.togglecompletion { float: left; margin-left: -15px;} /* Small Space Between Checkbox & Icon */ .path-course-view .section .activity img.activityicon { padding-left: 1em; }