Note: You are currently viewing documentation for Moodle 3.9. Up-to-date documentation for the latest stable version of Moodle may be available here: Self completion block.

Self completion block: Difference between revisions

From MoodleDocs
m (added link to spanish translation of document)
(→‎Using the self completion block: removing cron mention)
Line 9: Line 9:


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:
* The [[Course completion tracking|completion tracking setting]] must have the "Manual Self Completion" box checked.
# The [[Course completion tracking|completion tracking setting]] must have the "Manual Self Completion" box checked.
* The Self completion block must be added to the course.
# The Self completion block must be added to the course.
The student may then click the "complete course link" in the block.
The student may then click the "complete course link" in the block.


They are then asked to confirm they have completed the course and the course status will change to "complete" after the next [[Cron]] job.
They are then asked to confirm they have completed the course and the course status will change to "complete".


[[Image:Selfcompletionstatus.png|thumb|center|Student view of status change in Course completion status block before and after cron]]
[[Image:Selfcompletionstatus.png|thumb|center|Student view of status change in Course completion status block before and after]]
 
'':Tip:'' Cron is an important part of the course completion process.  It basically re-compiles all the course completion reports.


==See also==
==See also==

Revision as of 13:46, 26 June 2015

The self completion block provides a link for students to declare that they have completed the course. This maybe part of the Course completion requirements.

When a student believes they have completed the course, they click on the "Complete course" link in this block.

Self completion block

Using the self completion block

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

  1. The completion tracking setting must have the "Manual Self Completion" box checked.
  2. The Self completion block must be added to the course.

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

They are then asked to confirm they have completed the course and the course status will change to "complete".

Student view of status change in Course completion status block before and after

See also