moderated enrolment: Difference between revisions

From MoodleDocs
(Created page with "Summary This is an enrolment plug-in to allow moderated enrolment onto courses. Description The moderated enrolment plug-in allows a mentor to manage user enrolment onto cou...")
 
m (clean up, typos fixed: a enrol → an enrol)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Summary
==Summary==


This is an enrolment plug-in to allow moderated enrolment onto courses.  
This is an enrolment plug-in to allow moderated enrolment onto courses.  
 
==Description==
Description


The moderated enrolment plug-in allows a  mentor to manage user enrolment onto courses.   
The moderated enrolment plug-in allows a  mentor to manage user enrolment onto courses.   
Line 13: Line 12:
When the mentor accepts the request the student is then notified by email and provided a link to access the course.
When the mentor accepts the request the student is then notified by email and provided a link to access the course.


Requirements
==Requirements==


Moodle 2.2, 2.3 and 2.4
Moodle 2.2, 2.3 and 2.4


Installation
==Installation==


1. Unpack the module into your Moodle install in order to create a enrol/moderated directory.  
1. Unpack the module into your Moodle install in order to create an enrol/moderated directory.  
2. Visit the /admin/index.php page to trigger the database installation.
2. Visit the /admin/index.php page to trigger the database installation.
3. Navigate to Site administration/Plugins/Enrolments/Manage enrol plugins and Enable Moderated enrolment.  
3. Navigate to Site administration/Plugins/Enrolments/Manage enrol plugins and Enable Moderated enrolment.  
Line 29: Line 28:
You will need to make sure the role has all the permissions for moderated enrolment set to allow.
You will need to make sure the role has all the permissions for moderated enrolment set to allow.


Adding Moderated Enrolment Plug-in
==Adding Moderated Enrolment Plug-in==


1. Navigate to your chosen course and then from the settings panel choose Users/Enrolment methods and select 'Moderated enrolment' from the dropdown menu.
1. Navigate to your chosen course and then from the settings panel choose Users/Enrolment methods and select 'Moderated enrolment' from the dropdown menu.
 
2.  Fill in the details for this instance of the enrolment.
2.  Fill in the details for this instance of the enrolment.


Line 45: Line 44:
4. On the Enrolment methods screen, move the moderated enrolment option to the top.
4. On the Enrolment methods screen, move the moderated enrolment option to the top.
      
      
Using Moderated Enrolment Plug-in
==Using the Moderated Enrolment Plug-in==


1. The user navigates to the course and they are presented with a request enrolment from the Mentor screen. (The user will need to know their mentors email address).
1. The user navigates to the course and they are presented with a request enrolment from the Mentor screen. (The user will need to know their mentors email address).

Latest revision as of 16:10, 9 December 2021

Summary

This is an enrolment plug-in to allow moderated enrolment onto courses.

Description

The moderated enrolment plug-in allows a mentor to manage user enrolment onto courses.

When the course is set up to use this method of enrolment the student level user will have to request access to the course. They do this by entering the email of their mentor into Moodle.

Once this is done Moodle then sends an email to the mentor with a link to approve or cancel the users request for enrolment onto the course.

When the mentor accepts the request the student is then notified by email and provided a link to access the course.

Requirements

Moodle 2.2, 2.3 and 2.4

Installation

1. Unpack the module into your Moodle install in order to create an enrol/moderated directory. 2. Visit the /admin/index.php page to trigger the database installation. 3. Navigate to Site administration/Plugins/Enrolments/Manage enrol plugins and Enable Moderated enrolment.

The plug-in doesn't have any additional settings.

Prerequisite to using the Moderated Enrolment plug-in: for the moderated enrolment plug-in to work the role of 'Mentor' will need to be set up in Moodle. This can be done by the administrator in 'Define roles' this can be fresh new role or a copy of an existing role renamed.

You will need to make sure the role has all the permissions for moderated enrolment set to allow.

Adding Moderated Enrolment Plug-in

1. Navigate to your chosen course and then from the settings panel choose Users/Enrolment methods and select 'Moderated enrolment' from the dropdown menu.

2. Fill in the details for this instance of the enrolment.

Custom instance name - Provide a custom name for this instance of the enrolment Allow moderated enrolments - This needs to be set to 'Yes' Assign role - This needs to be 'Mentor' Enrolment period - This can be set the number of days, hours, minutes or seconds Start and End date - These can be set to allow start and end dates for enrolment

3. Click 'Add method'

4. On the Enrolment methods screen, move the moderated enrolment option to the top.

Using the Moderated Enrolment Plug-in

1. The user navigates to the course and they are presented with a request enrolment from the Mentor screen. (The user will need to know their mentors email address).

If the user enters an email address that isn't associated with a mentor, then they are shown an appropriate warning message.

Once the user clicks 'Submit' they are taken to a confirmation screen and the mentor is then sent a request email by Moodle.

2. The mentor receives the email request from the user and clicks on the link to approve or cancel the request from the user.

3. After clicking on the link the mentor is then taken to the approve or cancel screen in Moodle.

Clicking 'Cancel' declines the request and the user is then notified by email.

Clicking 'Confirm' accepts the request and the user is notified by email and provided a link to then access the course.