2004-09-12 13:21:01 +00:00
|
|
|
<?php // $Id$
|
2004-06-25 03:32:41 +00:00
|
|
|
|
|
|
|
$string['enrolname'] = 'Internal Enrolment';
|
|
|
|
|
2004-08-21 17:15:07 +00:00
|
|
|
$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>';
|
|
|
|
|
2004-06-25 03:32:41 +00:00
|
|
|
?>
|