Moodle Plugins directory: Course completed enrolment: Versions: v4.1.1 | Moodle.org

Course completed enrolment
Course completed enrolment v4.1.1
README
Quick summary
Course completed enrolment handles the enrolment of users upon completion of a course.
Enrolment on course completed
- With this plugin it is possible to create a chain of courses. The moment a student completes a course, he/she is automatically enrolled in one or more courses. But it can also be used to give a user another role when he/she completes the course.
- Administrators can also enrol users who completed past courses.
- 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 will also be part of the group with the same name in the second course.
Course completion
Check the global documentation about course completion: https://docs.moodle.org/402/en/Course_completion
Installation:
- Unpack the zip file into the enrol/ directory. A new directory will be created called coursecompleted.
- Go to Site administration > Notifications to complete the plugin installation.
Requirements
This plugin requires Moodle 4.0+
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
Theme support
This plugin is developed and tested on Moodle Core's Boost theme and Boost child themes, including Moodle Core's Classic theme.
Plugin repositories
This plugin will be published and regularly updated on Github: https://github.com/ewallah/moodle-enrol_coursecompleted
Bug and problem reports / Support requests
This plugin is carefully developed and thoroughly tested, but bugs and problems can always appear. Please report bugs and problems on Github: https://github.com/ewallah/moodle-enrol_coursecompleted/issues We will do our best to solve your problems, but please note that due to limited resources we can't always provide per-case support.
Feature proposals
Please issue feature proposals on Github: https://github.com/ewallah/moodle-enrol_coursecompleted/issues Please create pull requests on Github: https://github.com/ewallah/moodle-enrol_coursecompleted/pulls We are always interested to read about your feature proposals or even get a pull request from you, but please accept that we can handle your issues only as feature proposals and not as feature requests.
Moodle release support
This plugin is maintained for the latest major releases of Moodle.
Maturity
Stable
Status
Copyright
2023 eWallah.net
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.
Version information
- Version build number
- 2023110200
- Version release name
- v4.1.1
- Maturity
- Stabiele versie
- MD5 Sum
- ea10cadb3223a310b20458d4f1e4d677
- Supported software
- Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- The more recent release v4.2.5 (2024091300) exists for Moodle 4.2
- The more recent release v4.2.5 (2024091300) exists for Moodle 4.3
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v4.1.1
Default installation instructions for plugins of the type Enrolment
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myenrol") in the "enrol" subdirectory.
- Visit http://yoursite.com/admin to finish the installation