登録解除

提供:MoodleDocs
2015年10月21日 (水) 18:46時点におけるMitsuhiro Yoshida (トーク | 投稿記録)による版
移動先:案内検索

テンプレート:コース受講登録

作成中です - Mitsuhiro Yoshida (トーク)

登録解除はコースからユーザを取り除くための処理です。これは以下の1つまたは2つによってコントロールされます:

  • 指定された日時以降、学生がコース利用停止にされる登録持続時間。いくつかのプラグインでは登録有効期限後に登録解除するオプションがあります。
  • 自己登録の場合、「管理 > コース管理 > ユーザ > 登録方法 > 自己登録」の「次の期間活動停止の場合、登録解除する」により、一定の期間コースにアクセスしていない学生をコースから自動的に登録解除するよう設定することができます。
  • 登録プラグインでは登録期限切れを決定することができます。例えば、コースユーザがLDAPデータベースに存在していない、またはフラットファイルがCronで処理された場合です。

加えて、適切なパーミッションが割り当てられたユーザは自分をコースから登録解除することができます。In addition, users with the appropriate permission can unenrol themself from a course.

登録期間 Enrolment duration

The default enrolment duration for manual enrolment can be set in Administration > Course administration > Users > Enrolment methods > Manual enrolment. It can be amended from the default value when enrolling users manually in Administration > Course administration > Users > Enrolled users.

The enrolment duration for self enrolment can be set in Administration > Course administration > Users > Enrolment methods > Self enrolment.

Bulk unenrolment

Users who were previously manually enrolled may be unenrolled in bulk via Administration > Course administraton > Users > Enrolment methods then clicking on the 'Enrol' users icon.

Unenrolment and grade history

When a user is unenrolled, their grade history is not deleted. If a user is unenrolled accidentally, their grades can be restored by going to Administration > Course administration > Users > Enrolled users, clicking 'Enrol users' and making sure that the 'Recover user's old grades if possible' checkbox is ticked in the enrolment options before re-enrolling the user.

Users enrolled with methods other than manual will have their grades restored depending on the value of "recovergradesdefault" in Administration > Site administration > Grades > General settings.

Suspended or Unenrolled?

Suspended users are not longer able to access any of their courses on Moodle but their data is preserved, so it is possible for them to return to their course at a later time. This might be useful for example, for keeping safe the work of students who have left the establishment but whose data might be needed for inspection in future years. Suspended users currently still appear in the gradebook but a teacher can select in their Grader report preferences to show only active users or all users (including suspended users). See Grade settings for more details.

Note: A single user may be suspended by an admin user or manager by editing the user's profile and selecting "Suspended account". Groups of users may be suspended from "Users > Enrolled users". With the manual enrolments selected, choose "Edit user enrolments" and "Alter status > Suspended".

It is also possible to suspend users from courses via csv/text file from Site administration > Users > Accounts > Upload users using the enrolstatus field, where 1 against a user means they are suspended (and leaving blank means they are still enrolled.)

Unenrolled users do not normally retain any data and will not appear in the gradebook. However, see #Unenrolment and grade history Unenrolment is typically more final than suspension.

関連情報

Screencast: how to bulk unenrol students from a course.