Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Internal enrolment.

Internal enrolment: Difference between revisions

From MoodleDocs
No edit summary
(description and trick copied from Enrolment plugins)
Line 1: Line 1:
This is the default enrolment method. It requires students to find their courses and enrol manually. They can enrol in any course unless it has an enrolment key.
By default, students can enrol themselves on whatever courses they choose. They do so by clicking on the course name then answering yes to the question "You are about to enrol yourself as a member of this course. Are you sure you wish to do this?" You can restrict users from enrolling on whatever courses they choose by setting an [[Enrolment key|enrolment key]].
 
A trick to avoid the confirmation message is to make a link to the course with '&confirm=1'  on the end after enrol.php e.g. <nowiki>http://moodle.org/course/enrol.php?id=50&confirm=1</nowiki> Which will take you straight to the course page and enrol you transparently.


==Settings==
==Settings==


There is only one setting (from version 1.8.3), '''enrol_manual_keyholderrole'''. This only affects the screen that students will see when they attempt to enrol on a course where an enrolment key is specified. The screen will list anybody who is assigned to the specified role (in the course context) as contacts to request the enrolment key. If this is not set (the default) or there is nobody assigned to the role in a given course the "old" behaviour is used, which is to display the name of the first person with update privilege for the course.  
There is only one setting (from version 1.8.3), ''enrol_manual_keyholderrole''. This only affects the screen that students will see when they attempt to enrol on a course where an enrolment key is specified. The screen will list anybody who is assigned to the specified role (in the course context) as contacts to request the enrolment key. If this is not set (the default) or there is nobody assigned to the role in a given course the "old" behaviour is used, which is to display the name of the first person with update privilege for the course.  


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


[[fr:Inscription interne]]
[[fr:Inscription interne]]

Revision as of 10:06, 27 November 2007

By default, students can enrol themselves on whatever courses they choose. They do so by clicking on the course name then answering yes to the question "You are about to enrol yourself as a member of this course. Are you sure you wish to do this?" You can restrict users from enrolling on whatever courses they choose by setting an enrolment key.

A trick to avoid the confirmation message is to make a link to the course with '&confirm=1' on the end after enrol.php e.g. http://moodle.org/course/enrol.php?id=50&confirm=1 Which will take you straight to the course page and enrol you transparently.

Settings

There is only one setting (from version 1.8.3), enrol_manual_keyholderrole. This only affects the screen that students will see when they attempt to enrol on a course where an enrolment key is specified. The screen will list anybody who is assigned to the specified role (in the course context) as contacts to request the enrolment key. If this is not set (the default) or there is nobody assigned to the role in a given course the "old" behaviour is used, which is to display the name of the first person with update privilege for the course.