Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Enrolment plugins.

Enrolment plugins: Difference between revisions

From MoodleDocs
m (re-wording, category)
(see also)
Line 6: Line 6:
:[[admin/uploaduser|Flat file]]
:[[admin/uploaduser|Flat file]]
:Internal enrolment (default)
:Internal enrolment (default)
:LDAP
:[[LDAP enrolment|LDAP]]
:Paypal
:[[Paypal]]


'''Unenrolment''' may be controlled by the following:
'''Unenrolment''' may be controlled by the following:
*The ''longtimenosee'' variable in Administration >> Configuration >> [[admin/config|Variables]], which specifies the time limit for which, if students haven't logged in, they are unenrolled from courses.
*The ''longtimenosee'' variable in Administration >> Configuration >> [[admin/config|Variables]], which specifies the time limit for which, if students haven't logged in, they are unenrolled from courses.
*The ''Enrolment duration'' in the [[course/edit|course settings]], which unenrols students after the specified time has elapsed.  
*The ''Enrolment duration'' in the [[course/edit|course settings]], which unenrols students after the specified time has elapsed.
 
==See also==
 
*[http://moodle.org/mod/forum/view.php?id=2981 Using Moodle: Enrolment Plugins] forum


[[Category:Administrator]]
[[Category:Administrator]]
[[Category:Enrolment]]
[[Category:Enrolment]]

Revision as of 21:47, 13 January 2006

Enrolments

There are several methods of managing course enrolments:

Authorize.net Credit Card Gateway
External database
Flat file
Internal enrolment (default)
LDAP
Paypal

Unenrolment may be controlled by the following:

  • The longtimenosee variable in Administration >> Configuration >> Variables, which specifies the time limit for which, if students haven't logged in, they are unenrolled from courses.
  • The Enrolment duration in the course settings, which unenrols students after the specified time has elapsed.

See also