Moodle Plugins directory: Enrollment Application | Moodle.org
Enrollment Application
Enrolment ::: enrol_gapply
Maintained by
Sokunthearith "T" Makara
This plugin is another enrollment method that allows learners to apply for a course using application text and/or application file(s). Teachers will receive notifications when there are new applications. Application outcomes include Approved, Rejected, Waitisted, and Deleted. Outcome notifications will be sent to the applicants.
Latest release:
224 sites
180 downloads
19 fans
Current versions available: 1
This plugin is another enrollment method that allows learners to apply for a course using application text and/or application file(s). Teachers will receive notifications when there are new applications. Application outcomes include Approved, Rejected, Waitisted, and Deleted. Outcome notifications will be sent to the applicants.
Main Features
Main Features
- Specify application instructions on the enrollment page
- Specify the application start date and application end date to restrict the application period,
- Support groups -- teachers can assign group(s) for the applicants
- Determine the number of files, file size, and accepted file types for the application attachments
- Require applicants to complete certain profile fields (core and custom) before applying
- v1.0.4: Set available seats
Useful links
Contributors
Sokunthearith "T" Makara (Lead maintainer)
Please login to view contributors details and/or to contact them
Having a limit on the number of allowed applicants (similar to Self Enrolment) will be greatly beneficial.
line 240 of /enrol/gapply/lib.php: TypeError thrown
line 240 of /enrol/gapply/lib.php: call to explode()
line 50 of /enrol/editinstance_form.php: call to enrol_gapply_plugin->edit_instance_form()
line 217 of /lib/formslib.php: call to enrol_instance_edit_form->definition()
line 76 of /enrol/editinstance.php: call to moodleform->__construct()
I don't see where to set global configuration for the plugin. (Manage enroll plugins page doesn't have a settings button for this plugin.) For example we want to disable attachments.
Also in previous versions it was possible to see all applications at once, without going to each course. Is this still possible? We have registrars that handle applications for a category of courses and they like to be able to see all courses at once to handle things like second choices if a first choice is full.
And to confirm, does it use the course welcome message to send to students when an enrollment is approved? This is also something we'd like to set globally.
We're still setting up our 4.5 environment for testing, so I apologize if some of these questions are naïve. I'm trying to estimate how much testing and configuration we'll need to do to get ready.
Thanks for any help.
To answer your questions,
1. Yes, it does have a settings page: yoursite.com/admin/settings.php?section=enrol_gapply_settings . However, the global settings do not cover disabling attachments. But it's a good idea; I might look into it in the next release.
2. No, it doesn't have (never had) a global report page. Also, the first and second choice options aren't available either. The outcomes only include Approve, Reject, (Delete), and Waitlist.
3. It sends out a generic outcome message to the applicants (e.g., your application for Course A has been approved, etc.).