内部登録

提供:MoodleDocs
移動先:案内検索

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

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

自己登録

デフォルトでは、学生は自分が選択した、すべてのコースに受講登録することができます。学生は、コース名をクリックして、「あなたはメンバーとしてこのコースに登録しようとしています。本当に登録してもよろしいですか?」という質問に対して、Yesと答えることで、受講登録することができます。登録キーを設定することで、あなたはユーザ自身による受講登録を制限することができます。

確認メッセージを避けるためのトリックは、enrol.phpの後に「&confirm=1」を付ける方法です。例) http://moodle.org/course/enrol.php?id=50&confirm=1 この方法では、直接コースにアクセスして、あなたを透過的にコースに受講登録することができます。

キー保持者のロール

Moodle 1.8

Moodle 1.8.3以降のバージョンでは、キー保持者のロールを設定することができます。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.