moodle/lang/en_utf8/enrol_manual.php
2006-03-10 01:26:13 +00:00

14 lines
492 B
PHP

<?php // $Id$
$string['enrolname'] = 'Internal Enrolment';
$string['description'] = 'This is the default form of enrolment. There are two main ways a student can be enrolled in a particular course.
<ul>
<li>A teacher or admin can enrol them manually using the link in the Course Administration menu
within the course.</li>
<li>A course can have a password defined, known as an \"enrolment key\". Anyone who knows this key is
able to add themselves to a course.</li>
</ul>';
?>