Course completed enrolment
Maintained by
Renaat Debleu
Enrol users upon completion of a course.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
you can translate the string with id "willbeenrolled" from the enrol_coursecompleted plugin using language customisaton (https://docs.moodle.org/39/en/Language_customisation).
But of course, you can also help with the translation of this plugin on the Moodle translation site (https://lang.moodle.org), then your work will be available for all spanish users and you will earn some translation credits.
R
Thanks for the suggestion, will take a look at that.
Craig
in the world of enrolments there is no such thing as a AND condition, it is always OR: if you have a ticket you get in, there is never someone who checks if you have 2 or more tickets at the door. A student can access a course: because he/she completed another course OR he/she received an enrolment key OR he/she paid OR he/she was manually enrolled OR ....
Why not create a resource that shows the enrolment key of the next course under certain conditions (completed the course AND grade > 80 AND part of group C )?
R
Can this plugin be used in conjunction with enrolment keys?
i.e. for a course X with an enrolment key requirement, also require course Y completion as additional requirement?
Craig
You have nailed it. Respect and an A+ for speed.
Godspeed
We use your plugin for our courses, but the latest version has a strange issue.
When the option Display learning path (enrol_coursecompleted | svglearnpath) is checked, a user that is not enrolled in the course and will only get a white screen.
Fix: As soon as we disable the "Display learning path" option from your plugins settings it instantly starts working .
This only happens when the course has an instance of this plugin.
Other courses without such an instance just display "You cannot Enrol yourself".
Moodle version 3.8.3+
PHP 7.3
Apache 2.4.6
Kind Regards,
DB
Can you share with me the course completion report to prove that the student completed the course? One only has to confirm if you opt for confirmation by manager and/or teacher in the course completion configuration. Otherwist, the enrolment happens 100% automatic.
Read the docs on https://docs.moodle.org/38/en/Using_Course_completion first!
R.
file a request in the bug tracker, collect some votes and/or create a pull request with your changes. Personally I do not see a huge benefit with another plugin sending messages nobody reads. Especially because the course completion and this enrolment almost always happen when the student is logged in, and busy on the platform... So instead of an email, I search more in the direction of a screen notification.
But proof me wrong.
R
glad to hear you solved the problem.
MDL-60480 and MDL-64151 were fixed, so this problem should not occur. Read https://moodle.org/mod/forum/discuss.php?d=364021 to find a possible way to unselect your course.
R