Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Unenrolment.

Unenrolment: Difference between revisions

From MoodleDocs
(Unenrolment and user data)
(changed Settings to Administration)
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
Unenrolment is the process of removing users from a course. It is controlled by one or more of the following:
Unenrolment is the process of removing users from a course. It is controlled by one or more of the following:


* The enrolment duration, which unenrols students after the specified time has elapsed
* The enrolment duration, which suspends students after the specified time has elapsed.  Some plugins include the  option to unenrol users after enrolment expiration
* For self enrolment, the 'Unenrol inactive after' setting in ''Settings > Site administration > Plugins > Enrolments > Self enrolment'' can be set to specify a time after which a student is automatically unenrolled from a course if they haven't accessed it in that time
* For self enrolment, the 'Unenrol inactive after' setting in ''Administration > Course administration > Users > Enrolment methods > Self enrolment'' can be set to specify a time after which a student is automatically unenrolled from a course if they haven't accessed it in that time
* An [[Enrolment plugins|enrolment plugin]] may decide that the enrolment has expired, for example, a user name for a course is not present in an LDAP database, or if a Flat file is processed by Cron
* An [[Enrolment plugins|enrolment plugin]] may decide that the enrolment has expired, for example, if a user for a course is not present in an LDAP database, or if a Flat file is processed by Cron.


In addition, users with the appropriate permission can unenrol themself from a course.  
In addition, users with the appropriate permission can unenrol themself from a course.  
Line 10: Line 10:
==Enrolment duration==
==Enrolment duration==


The default enrolment duration for manual enrolment can be set in ''Settings > Course administration > Users > Enrolment methods > Manual enrolment''. It can be amended from the default value when enrolling users manually in ''Settings > Course administration > Users > Enrolled users''.
The default enrolment duration for manual enrolment can be set in ''Administration > Course administration > Users > Enrolment methods > Manual enrolment''. It can be amended from the default value when enrolling users manually in ''Administration > Course administration > Users > Enrolled users''.


The enrolment duration for self enrolment can be set in ''Settings > Course administration > Users > Enrolment methods > Self enrolment''.
The enrolment duration for self enrolment can be set in ''Administration > Course administration > Users > Enrolment methods > Self enrolment''.


==Bulk unenrolment==
==Bulk unenrolment==


Users who were previously manually enrolled may be unenrolled in bulk via ''Settings > Course administraton > Users > Enrolment methods'' then clicking on the 'Enrol' users icon.
Users who were previously manually enrolled may be unenrolled in bulk via ''Administration > Course administraton > Users > Enrolment methods'' then clicking on the 'Enrol' users icon.


==Unenrolment and user data==
==Unenrolment and grade history==


When a user is unenrolled, their grades are not deleted. If a user is unenrolled accidentally, their grades can be restored by going to ''Settings > Course administration > Users > Enrolled users'', clicking 'Enrol users' and making sure that the 'Recover user's old grades if possible' checkbox is ticked in the enrolment options before re-enrolling the user.
When a user is unenrolled, their grade history is not deleted. If a user is unenrolled accidentally, their grades can be restored by going to ''Administration > Course administration > Users > Enrolled users'', clicking 'Enrol users' and making sure that the 'Recover user's old grades if possible' checkbox is ticked in the enrolment options before re-enrolling the user.
 
Users enrolled with methods other than manual will have their grades restored depending on the value of "recovergradesdefault" in ''Administration>Site administration>Grades>General settings''
 
==Suspended or Unenrolled?==
 
'''Suspended users''' are not longer able to access their courses on Moodle but their data is preserved, so it is possible for them to return to their course at a later time. This might be useful for example, for keeping safe the work of students who have left the establishment but whose data might be needed for inspection in future years. Suspended users  currently still appear in the gradebook.
 
'' Note: A single user may be suspended by editing their profile and selecting "Suspended account". Groups of users may be suspended from "Users>Enrolled users". With the manual enrolments selected, choose "Edit user enrolments" and "Alter status>Suspended"''
 
'''Unenrolled users''' do not normally retain any data and will not appear in the gradebook. However, see [[#Unenrolment and grade history]] Unenrolment is typically more final than suspension.
 
==See also==
[http://www.screencast.com/t/XtPhA6w2SM Screencast: how to bulk unenrol students from a course.]


[[Category:Site administration]]
[[Category:Site administration]]

Latest revision as of 13:41, 20 May 2013

Unenrolment is the process of removing users from a course. It is controlled by one or more of the following:

  • The enrolment duration, which suspends students after the specified time has elapsed. Some plugins include the option to unenrol users after enrolment expiration
  • For self enrolment, the 'Unenrol inactive after' setting in Administration > Course administration > Users > Enrolment methods > Self enrolment can be set to specify a time after which a student is automatically unenrolled from a course if they haven't accessed it in that time
  • An enrolment plugin may decide that the enrolment has expired, for example, if a user for a course is not present in an LDAP database, or if a Flat file is processed by Cron.

In addition, users with the appropriate permission can unenrol themself from a course.

Enrolment duration

The default enrolment duration for manual enrolment can be set in Administration > Course administration > Users > Enrolment methods > Manual enrolment. It can be amended from the default value when enrolling users manually in Administration > Course administration > Users > Enrolled users.

The enrolment duration for self enrolment can be set in Administration > Course administration > Users > Enrolment methods > Self enrolment.

Bulk unenrolment

Users who were previously manually enrolled may be unenrolled in bulk via Administration > Course administraton > Users > Enrolment methods then clicking on the 'Enrol' users icon.

Unenrolment and grade history

When a user is unenrolled, their grade history is not deleted. If a user is unenrolled accidentally, their grades can be restored by going to Administration > Course administration > Users > Enrolled users, clicking 'Enrol users' and making sure that the 'Recover user's old grades if possible' checkbox is ticked in the enrolment options before re-enrolling the user.

Users enrolled with methods other than manual will have their grades restored depending on the value of "recovergradesdefault" in Administration>Site administration>Grades>General settings

Suspended or Unenrolled?

Suspended users are not longer able to access their courses on Moodle but their data is preserved, so it is possible for them to return to their course at a later time. This might be useful for example, for keeping safe the work of students who have left the establishment but whose data might be needed for inspection in future years. Suspended users currently still appear in the gradebook.

Note: A single user may be suspended by editing their profile and selecting "Suspended account". Groups of users may be suspended from "Users>Enrolled users". With the manual enrolments selected, choose "Edit user enrolments" and "Alter status>Suspended"

Unenrolled users do not normally retain any data and will not appear in the gradebook. However, see #Unenrolment and grade history Unenrolment is typically more final than suspension.

See also

Screencast: how to bulk unenrol students from a course.