Parent Directory
|
Revision Log
extra enrollment strings: bug MDL-6354 changed datedisplay: bug MDL-5905
<?PHP // $Id: enrol_database.php,v 1.1 2006/10/04 21:23:31 koenr Exp $
// enrol_database.php - created with Moodle 1.7 dev (2006100401)
$string['autocreate'] = 'Courses can be created automatically if there are enrollments to a course that doesn\'t yet exist in Snap.';
$string['description'] = 'You can use a external database (of nearly any kind) to control your enrollments. It is assumed your external database contains a field containing a course ID, and a field containing a user ID. These are compared against fields that you choose in the local course and user tables.';
$string['remote_fields_mapping'] = 'Enrollment (remote) database fields.';
$string['student_coursefield'] = 'The name of the field in the student enrollment table that we expect to find the course ID in.';
$string['student_r_userfield'] = 'The name of the field in the remote student enrollment table that we expect to find the user ID in.';
$string['student_table'] = 'The name of the table where student enrollments are stored.';
$string['teacher_coursefield'] = 'The name of the field in the teacher enrollment table that we expect to find the course ID in.';
$string['teacher_r_userfield'] = 'The name of the field in the remote teacher enrollment table that we expect to find the user ID in.';
$string['teacher_table'] = 'The name of the table where teacher enrollments are stored.';
?>
| Moodle CVS Admin | ViewVC Help |
| Powered by ViewVC 1.0.7 |