Moodle Plugins directory: Course completed enrolment | Moodle.org

Course completed enrolment
With this plugin it is possible to create a chain of courses. After completion of a course, the student is automatically enrolled in one or more other courses. But it is also possible to give a user another role in the same course when he/she completes the course.
Documentation
As a teacher go to the course in which students will be enrolled in the future. Navigate to Course Administration > Users > Enrollment Methods and add the Course Completed Enrollment method. Fill in the role - duration - start date - end date, and search for the course that needs to be completed. Save your changes and do an extra check if course completion is enabled and working in the required course.
There is a nice and simple explanation by Mary Cooch how to use this plugin.
Course completion is something else than doing all activities, read the docs on https://docs.moodle.org/en/Using_Course_completion first!
Sample use
- If you want to enroll users in course2 after they complete course1, you have to add the enrolment method to course2 and choose course1 as the course parameter.
- If you want to enroll users in course2 and course3 after they complete course1, you have to add the enrolment method to course2 and course3, with course1 as the course parameter.
- If you want to enroll users in course3 after they complete course1 OR course2, you have to add 2 instances to course3, one with course1 as requirement, one with course2 as requirement.
- If you want to enroll users in course 3 after they complete course1 AND course2, you can add the enrolment method to course3 and choose course2 as the course parameter. Add in course2 the completion of course1 (course completion - Condition: Completion of other courses) as a course completion requirement.
- If you want to give a user a new role in a course1, add the enrolment method to course1, choose course1 as the course parameter and pick the new role for the participant.
Warning
This plugin is 100% open source and has NOT been tested in Moodle Workplace, Totara, or any other proprietary software system. As long as the latter do not reward plugin developers, you can use this plugin only in 100% open source environments.
New
- Administrators can bulk modify and delete users (works only when 1 instance is installed MDL-66652).
- When a user is part of a group in the first course, the user can also be part of the group with the same name in the second course.
- A user can be unenrolled in the completed course when the enrolment method support self unenrolment.
Installation
- copy the content of the package into the enrol/coursecompleted directory under the root of Moodle.
- log in as administrator and complete the installation
- enable the plugin under Settings, Site administration, Plugins, Enrolments
- configure the default settings for this enrolment method when it is added to a course
Troubleshooting
- Goto "Administration" > "Advanced features", and ensure that "Enable completion tracking" is set to yes.
- Make sure "Enable completion tracking" is set to "yes" in the course settings.
- Goto "Administration" > "Course administration" > "Course completion", and configure the the conditions required for course completion. Note: you must set some conditions, you cannot just set the "completion requirements" option at the top. Save.
- Goto "Administration" > "Course administration". Make sure you can now "Course completion" listed under "reports". If you cannot see this report, then course completion has not been set correctly.
- Start enrolling
Read the Plugin installation guide for complete steps about installing a new plugin in Moodle.
php admin/cli/scheduled_task.php --list
php admin/cli/scheduled_task.php --execute='\core\task\completion_regular_task'
But you can already use the availability_coursecompleted plugin to restrict parts of the content of the course to students who completed the course. This way students still have access to grades and certificates, but cannot see other content.
This plugin is not calculating or storing anything, but reacts on a course completed event fired by core Moodle.
that you for theis great plug in
i m looking for an option to give the enrollment accessibility only after completion of another course instead of auto enrollment
is this possiblw with this plug in?
When you edit the settings in the Enrollment Methods page, you used to be able to add a customized welcome message after enrollment. Now the field is greyed out, and it's impossible to add a message. Could you please check on that?