内部登録

提供:MoodleDocs
2009年4月23日 (木) 15:34時点におけるMitsuhiro Yoshida (トーク | 投稿記録)による版
移動先:案内検索

作成中です - Mitsuhiro Yoshida 2009年4月22日 (水) 15:14 (UTC)

ロケーション: 「サイト管理 > コース > ユーザ登録方法」にある「内部登録」の編集リンク

自己登録

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.

キー保持者のロール

Moodle 1.8

In Moodle 1.8.3 onwards the role of keyholder may be set. 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.

登録キーのヒント

Moodle 1.9

In Moodle 1.9.3 onwards, the enrolment key hint (the first character of the enrolment key) may be disabled by setting enrol_manual_showhint to No.

登録キーの複雑さを強化する

Moodle 1.9

In Moodle 1.9.4 onwards, enrolment key complexity may be enforced according to the site password policy by setting enrol_manual_usepasswordpolicy to Yes. (The site password policy is set in Administration > Security > Site policies.)

登録キーの使用を強制する

Moodle 1.9

In Moodle 1.9.4 onwards, the use of enrolment keys in new courses may be enforced by setting enrol_manual_requirekey to Yes. This will also result in teachers being prevented from removing enrolment keys from existing courses.