ロールおよびパーミッション

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


Moodle 1.7


作成中です - Mitsuhiro Yoshida 2007年4月22日 (日) 20:42 (CDT)

Roles and capabilities in Moodle 1.7 onwards provides great flexibility in managing how users interact. Prior to Moodle 1.7, there were only six roles possible: guest, student, non-editing teacher, editing teacher, course creator, and administrator. Whilst these roles may still be used, it's now possible to create additional roles, and to change what a given role can do in a particular activity.

定義

ロール
An identifier of the user's status in some context, for example Teacher, Student and Forum moderator
ケイパビリティ
A description of a particular Moodle feature, for example moodle/blog:create
パーミッション
A setting for a capability
コンテクスト
A "space" in Moodle, such as courses, activity modules or blocks

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.

関連情報