Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Roles and capabilities.

Roles and capabilities: Difference between revisions

From MoodleDocs
m (→‎Definitions: re-wording)
(upgrading to 1.7 content moved, see also links added)
Line 12: Line 12:
;Context
;Context
:A "space" in Moodle, such as courses, activity modules or blocks
:A "space" in Moodle, such as courses, activity modules or blocks
==Upgrading to 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.


==See also==
==See also==
Line 21: Line 17:
*[[:Category:Capabilities]]
*[[:Category:Capabilities]]
*Using Moodle [http://moodle.org/mod/forum/view.php?id=6826 Roles and Capabilities forum]
*Using Moodle [http://moodle.org/mod/forum/view.php?id=6826 Roles and Capabilities forum]
*[[Upgrading to Moodle 1.7]]
*[[Upgrading to Moodle 1.8]]


[[Category:Roles]]
[[Category:Roles]]


[[fr:Rôles et capacités]]
[[fr:Rôles et capacités]]

Revision as of 15:04, 24 April 2007


Moodle1.7


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.

Definitions

Role
An identifier of the user's status in some context, for example Teacher, Student and Forum moderator
Capability
A description of a particular Moodle feature, for example moodle/blog:create
Permission
A setting for a capability
Context
A "space" in Moodle, such as courses, activity modules or blocks

See also