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
(French link)
 
(36 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{stub}}{{Moodle 2.0}}
{{Tracking progress}}
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.
Course completion shows if a course has been completed. It can show the progress a student is making towards finishing the course according to specific criteria.  The criteria can include meeting an activity's grade level or a manual checking "complete" by either the student and/or teacher.  The report can also show if the student has completed another course(s) that is marked as a "completion dependent" course.  


To enable course completion, first ensure that
Course completion does not have a "restrict access" function. It is best thought of as a report.
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 [[Course completion tracking|completion tracking settings link]] in the course settings.
* [[Course completion settings]]
* [[Using Course completion]]
* [[Course completion status block]]
* [[Self completion block]]
* [[Course completion FAQ]]


==Manual Course Completion by the student==
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
* the Self Completion block must be added to the course.
The student may then click the "complete course link" in the block.
[[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]]
==Manual Course Completion by the teacher==
In order for a teacher (or non editing teacher, Manager or other role) to mark a course as complete, the appropriate box must be checked in the course completing tracking settings.
==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==
==See also==
* [[Course completion tracking settings]] a description of the settings
*[[Activity completion]] - restrict access to an activity based upon student performance
* [[Course completion tracking]] a simple overview for teachers
* [http://www.moodleblog.net/?p=278 Course Completion screencast]
* [[Development:Course completion]]
* [[Activity completion]]
* [http://www.moodleblog.org/?p=278 Course Completion screencast]


[[Category:Completion]]
[[Category:Completion]]
[[es:Finalización del curso]]
[[eu:Ikastaro-osaketa]]
[[fr:Achèvement du cours]]
[[de:Kursabschluss]]

Latest revision as of 09:37, 10 December 2015

Course completion shows if a course has been completed. It can show the progress a student is making towards finishing the course according to specific criteria. The criteria can include meeting an activity's grade level or a manual checking "complete" by either the student and/or teacher. The report can also show if the student has completed another course(s) that is marked as a "completion dependent" course.

Course completion does not have a "restrict access" function. It is best thought of as a report.

See also