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

Course completion: Difference between revisions

From MoodleDocs
mNo edit summary
m (removing link)
 
(41 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{stub}}{{Moodle 2.0}}
{{Tracking progress}}
Course completion is a new feature in Moodle 2.0 onwards. To make use of it, completion tracking needs to be enabled by an administrator in ''Site administration > [[Advanced features]]''. This results in a [[Course completion tracking|completion tracking settings link]] in the course settings.
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 recommended,  pre-requisite course.  


If completion tracking is enabled in the course settings, the course administration settings include a completion tracking linkTo set the prerequisites for a specific course, there has to be one or more courses that have their individual course completion standards set. 
Course completion does not have a "restrict access" function, it is best thought of as a report.   


Once the course completion has been enabled at a site wide level the teacher will need to make sure it is enabled in the course. To do this go to the [[Course settings block|Settings block]] menu in the course. Under ''Settings>Edit settings'', make sure the "Completion tracking" is enabled by selecting the ''Enable,via completion and activity settings''
* [[Course completion settings]]
* [[Using Course completion]]
* [[Course completion status block]]
* [[Self completion block]]  
* [[Course completion FAQ]]


The teacher can choose to have the course tracking start from the point of the students enrolment onto the course by selecting the ''Completion tracking starts on course enrolment option.
'
When you have enabled the settings you will need to create an activity such as a choice or Database. When you are on the adding a new page e.g adding a new choice page, you will need to find the ''Activity completion section''. This is usually at the bottom of the page. From this section you can then select the options you want to use to track the activity.
For example with a choice activity you are given three options
1) '''Do not indicate activity completion'''
If you choose this option the course completion is turned off for that particular activity.
2)'''Students can manually mark the activity as complete'''
If you choose this option a tick will appear next to the activity name. The students can select the tick to highlight it and show the task has been completed.
3) '''Show activity as complete when the conditions are met'''
If you choose the ''Show activity as complete when the conditions are met'' option you will need to select the conditions that need to be meet. For example with the choice activity one of the conditions is Require view, where the student must view the activity to complete it.
You can also enable an expected date if you want to.
When the student completes the activity to the required conditions a tick will appear next to the task.
==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]]
[[eu:Ikastaro-osaketa]]
[[de:Kursabschluss]]

Latest revision as of 10:04, 12 September 2012

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 recommended, pre-requisite course.

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

See also