「ロールおよびパーミッション」の版間の差分

提供:MoodleDocs
移動先:案内検索
編集の要約なし
15行目: 15行目:
;コンテクスト
;コンテクスト
:コース、活動モジュール、ブロック等、Moodleにおける「空間」です。
:コース、活動モジュール、ブロック等、Moodleにおける「空間」です。
==1.7へのアップグレード==
The upgrade to 1.7 is as smooth as we could make it.  The existing roles (admin, teacher, student etc.) and the existing capabilities will be automatically retained. This is done by creating default roles at site/course levels, and assigning the current users to these roles accordingly. The default roles will have default capabilities associated with them, mirroring what we have in 1.6.  With no modifications, Moodle will operate almost exactly the same before and after the upgrade.


==関連情報==
==関連情報==

2007年6月15日 (金) 08:55時点における版


Moodle 1.7


作成中です - Mitsuhiro Yoshida 2007年6月15日 (金) 02:11 (CDT)

ロールおよびケイパビリティはMoodle 1.7以降で導入された機能であり、ユーザがどのように相互に動作するか管理できます。Moodle 1.7以前では、次の6つのロールのみ利用することができていました: ゲスト、学生、編集権限のない教師、編集権限のある教師、コース作成者、管理者。これらのロールは現在も使用することができますが、特定の活動におけるユーザの動作を個別に変更するため、さらに新たなロールを追加することができます。

定義

ロール
コンテクスト内でのユーザの識別子です。例えば、教師、学生、フォーラムモデレータがあります。
ケイパビリティ
ユーザが利用できるMoodleの機能の種類です。例えば、moodle/blog:createがあります。
パーミッション
ケイパビリティの設定です。
コンテクスト
コース、活動モジュール、ブロック等、Moodleにおける「空間」です。

関連情報