内部登録

提供: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以降のバージョンでは、キー保持者のロールを設定することができます。コース登録キーが設定されているコースに学生が受講登録する場合のみ、キー保持者のロール設定が画面に影響を与えます。画面には、コース登録キーをリクエストする連絡先として、(コースコンテクスト内の) 特定のロールが割り当てられているユーザ一覧が表示されます。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.