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

Using Course completion: Difference between revisions

From MoodleDocs
(This is better. Could do more but)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
Course completion can be used in many ways.  It is important to remember that this feature is only a reporting feature.  
Course completion can be used in many ways.  It is important to remember that this feature is only a reporting feature.  


It can provide a visual clue to students of the activities they have completed. This can be via a check mark next to the activity on the course's home page, or by looking at the [[Course completion status block]].
While course completion will not lock a student out of another course, it will allow a teacher to see if a student has completed the recommended prerequisite courses.
[[File:Course completion course homepage student view.png|thumb|center|Example 1: Student has completed Lesson, not the quiz]]


While course completion will not lock a student out of another course, it will allow a teacher to see if a student has completed the recommended prerequisite the Aggregation method "All" prerequisite courses.
[[File:Course completion report teacher 2.png|thumb|center|Example 1: Three students have completed the prerequisites for this course]]
[[File:Course completion report teacher 2.png|thumb|center|Example 2: Three students have completed the prerequisites for this course]]


It can also work with [[Activity completion]] to show students the activities they have completed. This can be via a check mark next to the activity on the course's home page, or by looking at the [[Course completion status block]].
[[File:Course completion course homepage student view.png|thumb|center|Example 2: Student has completed Lesson, not the quiz]]


It is a way to ensure that the teaching team's members sign off that a student has completed the course.  For example, Teacher B is the instructor for Course2, which has a recommended prerequisite for completing Course1.  Teacher B, is the non-editing teacher in Course1 and must check the box that indicates the student has completed the course.   
It is a way to ensure that the teaching team's members sign off that a student has completed the course.  For example, Teacher B is the instructor for Course2, which has a recommended prerequisite for completing Course1.  Teacher B, is the non-editing teacher in Course1 and must check the box that indicates the student has completed the course.   
:In the Example 2 image, the teacher has not checked off that "Test User1" has finished this course.
:In the Example 1 image, the teacher has not checked off that "Test User1" has finished this course.


Courses can be linked via their course completion criterion.
Courses can be linked via their course completion criterion.
Line 18: Line 18:
==Manual completions==
==Manual completions==
Depending upon the settings, course completion can require that an activity or the entire course be manually marked as complete.  The settings will allow any number of combinations.  For example, an activity might require the student to receive a minimum score and have the non-editing teacher manually check complete.  Or merely require the student to check an activity or the course as complete.   
Depending upon the settings, course completion can require that an activity or the entire course be manually marked as complete.  The settings will allow any number of combinations.  For example, an activity might require the student to receive a minimum score and have the non-editing teacher manually check complete.  Or merely require the student to check an activity or the course as complete.   


===Manual marking by student examples===
===Manual marking by student examples===
On the course homepage, the student may see a box to check as a self completion of the activity. See Example 1 above.
A course completion setting may require the student to confirm they have completed the course. Students do this by using the [[Self completion block]]
 
A course completion setting may require the student to confirm they have completed the course.


[[Image:Selfcompletionblock.png|thumb|center|Self completion block]]
[[Image:Selfcompletionblock.png|thumb|center|Self completion block]]


To allow a student to decide for themselves when they have completed a course, there are two requirements:
A course completion setting may require a student to manually mark an activity when they believe they have finished it.
* The [[Course completion tracking|completion tracking setting]] must have the "Manual Self Completion" box checked.
On the course homepage, the student may see a box to check as a self completion of the activity. See Example 1 above.
* 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.:
 
[[Image:Selfcompletionstatus.png|thumb|center|Student view of status change in Course completion status block before and after cron]]


===Manual marking by teacher examples===
===Manual marking by teacher examples===
In order for a teacher (or non editing teacher, Manager or other role) to mark a course as complete, the appropriate box in the ''Manual Completion by''.. section must be checked in the completion tracking settings.
In order for a teacher (or non editing teacher, Manager or other role) to mark a course as complete, the appropriate box in the ''Manual Completion by''.. section must be checked in the completion tracking settings.
[[Image:Coursecompletion.png|thumb|center|Example3 - Where just course completion with a teacher check is being used.]]
The teacher then accesses the [[Course completion status block]] and checks the names of the students who are deemed to have completed the course.
[[File:Course completion report teacher 01.PNG|thumb|center|Example 4: Teacher has marked 2 students as completing the course, evidently one student met the requirements without completing the Lesson or Quiz]]
[[File:Course completion report teacher 01.PNG|thumb|center|Example 4: Teacher has marked 2 students as completing the course, evidently one student met the requirements without completing the Lesson or Quiz]]
The teacher then accesses the [[Course completion status block]] and checks the names of the students who are deemed to have completed the course. After the next cron job the course will be marked complete -see screenshot:
[[Image:Coursecompletion.png|thumb|center]]


==Course Completion based on specified criteria==
==Course Completion based on specified criteria==
Line 54: Line 44:
*unenrolment
*unenrolment


:See Example 1, Example 2, and Example 4.
:See Example 1, Example 2 and Example 4.


==Viewing Course Completion==
==Course completion report==


Course completion info can be found in ''Navigation > Courses > My course > Reports > Course completion'' or via a link in the [[Course completion status block]].
Course completion info can be viewed by managers, teachers and non-editing teachers (and any other users with the capability [[Capabilities/report/completion:view|report/completion:view]]) in ''Navigation > Courses > My course > Reports > Course completion'' or via a link in the [[Course completion status block]].


==See also==
==See also==
Line 64: Line 54:
*[[Course completion status block]]
*[[Course completion status block]]
*[[Self completion block]]
*[[Self completion block]]
[[Category:Report]]

Latest revision as of 11:38, 19 January 2012

Course completion can be used in many ways. It is important to remember that this feature is only a reporting feature.

While course completion will not lock a student out of another course, it will allow a teacher to see if a student has completed the recommended prerequisite courses.

Example 1: Three students have completed the prerequisites for this course

It can also work with Activity completion to show students the activities they have completed. This can be via a check mark next to the activity on the course's home page, or by looking at the Course completion status block.

Example 2: Student has completed Lesson, not the quiz

It is a way to ensure that the teaching team's members sign off that a student has completed the course. For example, Teacher B is the instructor for Course2, which has a recommended prerequisite for completing Course1. Teacher B, is the non-editing teacher in Course1 and must check the box that indicates the student has completed the course.

In the Example 1 image, the teacher has not checked off that "Test User1" has finished this course.

Courses can be linked via their course completion criterion.

Note: The course completion feature works with Cron. Thus changes in reports may not appear until after cron.php has run.

Manual completions

Depending upon the settings, course completion can require that an activity or the entire course be manually marked as complete. The settings will allow any number of combinations. For example, an activity might require the student to receive a minimum score and have the non-editing teacher manually check complete. Or merely require the student to check an activity or the course as complete.

Manual marking by student examples

A course completion setting may require the student to confirm they have completed the course. Students do this by using the Self completion block

Self completion block

A course completion setting may require a student to manually mark an activity when they believe they have finished it. On the course homepage, the student may see a box to check as a self completion of the activity. See Example 1 above.

Manual marking by teacher examples

In order for a teacher (or non editing teacher, Manager or other role) to mark a course as complete, the appropriate box in the Manual Completion by.. section must be checked in the completion tracking settings.

Example3 - Where just course completion with a teacher check is being used.

The teacher then accesses the Course completion status block and checks the names of the students who are deemed to have completed the course.

Example 4: Teacher has marked 2 students as completing the course, evidently one student met the requirements without completing the Lesson or Quiz

Course Completion based on specified criteria

It is possible to have a course marked as complete dependent on a combination of specified criteria such as activities completed, grade achieved or length of time spent in the course. This is decided in the overall criteria type aggregation.

The settings for automatic course completion are described in more detail in Course completion settings and these include:

  • activities completed
  • date
  • duration after enrolment
  • grade
  • unenrolment
See Example 1, Example 2 and Example 4.

Course completion report

Course completion info can be viewed by managers, teachers and non-editing teachers (and any other users with the capability report/completion:view) in Navigation > Courses > My course > Reports > Course completion or via a link in the Course completion status block.

See also