Note: You are currently viewing documentation for Moodle 3.2. Up-to-date documentation for the latest stable version of Moodle is probably available here: Course completion.

Course completion: Difference between revisions

From MoodleDocs
No edit summary
Line 1: Line 1:
{{stub}}{{Moodle 2.0}}
{{stub}}{{Moodle 2.0}}
Course completion is a new feature in Moodle 2.0 onwards that allows for a course to be officially marked as finished, either manually by the student or automatically according to specicfied criteria.
Course completion is a new feature in Moodle 2.0 onwards that allows for a course to be officially marked as finished, either manually or automatically according to specified criteria.


To enable course completion, first ensure that
To enable course completion, first ensure that
Line 8: Line 8:
This results in a [[Course completion tracking|completion tracking settings link]] in the course settings.
This results in a [[Course completion tracking|completion tracking settings link]] in the course settings.


==Manual Course Completion==
==Manual Course Completion by the student==
To allow a student to decide for themselves when they have completed a course, there are two requirements:
To allow a student to decide for themselves when they have completed a course, there are two requirements:
* in the [[Course completion tracking|completion tracking settings link]] the setting Manual Self Completion must be enabled
* in the [[Course completion tracking|completion tracking settings link]] the setting Manual Self Completion must be enabled
Line 15: Line 15:
[[Image:Selfcompletionblock.png|thumb|right|self completion]]
[[Image:Selfcompletionblock.png|thumb|right|self completion]]
They are then asked to confirm they have completed the course and the course status will change to "complete" after the next cron job- explanatory screenshot here [[Media:Selfcompletionstatus.png]]
They are then asked to confirm they have completed the course and the course status will change to "complete" after the next cron job- explanatory screenshot here [[Media:Selfcompletionstatus.png]]
==Manual Course Completion by the teacher==


==Course Completion based on specified criteria==
==Course Completion based on specified criteria==

Revision as of 14:27, 20 December 2010

Template:Moodle 2.0 Course completion is a new feature in Moodle 2.0 onwards that allows for a course to be officially marked as finished, either manually or automatically according to specified criteria.

To enable course completion, first ensure that 1) in Site Administration> Advanced features, completion tracking is checked 2) in the settings of your course, ensure that completion tracking is enabled and that the box "completion tracking begins on enrolment" is checked.

This results in a completion tracking settings link in the course settings.

Manual Course Completion by the student

To allow a student to decide for themselves when they have completed a course, there are two requirements:

The student may then click the "complete course link" in the block.

self completion

They are then asked to confirm they have completed the course and the course status will change to "complete" after the next cron job- explanatory screenshot here Media:Selfcompletionstatus.png

Manual Course Completion by the teacher

Course Completion based on specified criteria

(coming soon)

Viewing Course Completion

To view course completion you must enable the Course completion status block.

In order for a course to be marked complete the conditions must be met. Once the cron.php script is run again any enrolled student who has completed the conditions for completion will be marked complete for the course.


See also