Note: You are currently viewing documentation for Moodle 3.0. 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
(add words from using course completion)
(reformat, some editing)
Line 6: Line 6:
[[Image:Selfcompletionblock.png|center|thumb|Self completion block]]
[[Image:Selfcompletionblock.png|center|thumb|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:
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" after the next [[Cron]] job.


[[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 cron]]
'':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 12:18, 10 October 2011

The self completion block provides a link for student 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:

  • The completion tracking setting must have the "Manual Self Completion" box checked.
  • 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" after the next Cron job.

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

:Tip: Cron is an important part of the course completion process. It basically re-compiles all the course completion reports.

See also