Note: You are currently viewing documentation for Moodle 2.5. Up-to-date documentation for the latest stable version of Moodle may be available here: Roles FAQ.

Roles FAQ: Difference between revisions

From MoodleDocs
m (French link)
(After upgrading, why are all course creators listed in every course?)
Line 1: Line 1:
{{Roles}}
{{Roles}}
==I want all teachers to be able to create courses.  How can I do this?==
#Create a new role called C-only (or whatever) and only assign "allow" to "Create courses" leaving everything else as "inherit".
#Assign this additional role to those who need the ability to create courses at whatever level you want to (entire site or category). It makes no sense to assign it at the course level since you can't create a course within a course.


==What is the definition of a...==
==What is the definition of a...==
Line 17: Line 13:
;Hierarchy of permissions
;Hierarchy of permissions
:Determines which permission wins or is going to be in effect if there is an apparent conflict. For example, the site allows all students the permission to to post in forums, but a teacher might prevent that right in a particular course. The hierarchy of permissions would allow a student to post in one course but not in another course.
:Determines which permission wins or is going to be in effect if there is an apparent conflict. For example, the site allows all students the permission to to post in forums, but a teacher might prevent that right in a particular course. The hierarchy of permissions would allow a student to post in one course but not in another course.


==Why isn't my role change taking effect?==
==Why isn't my role change taking effect?==


Role changes only take affect after the next login from that user. Regarding testing new roles, please refer to the information in [[Manage roles]].
Role changes only take affect after the next login from that user. Regarding testing new roles, please refer to the information in [[Manage roles]].


==How can I prevent course creators being listed as course participants?==
==How can I prevent course creators being listed as course participants?==


Click the Hidden assignments check box before [[Assign roles|assigning the role]] to the user.
Click the Hidden assignments check box before [[Assign roles|assigning the role]] to the user.
Note: This only prevents course creators being listed as course participants when students view the list. The role assignment is not hidden from admins or teachers i.e. users with the [[Capabilities/moodle/role:viewhiddenassigns|viewhiddenassigns capability]].


==How can I prevent administrators being listed as course participants?==
==How can I prevent administrators being listed as course participants?==


Ensure that administrators are not assigned another role in addition to their admin role.
Ensure that administrators are not assigned another role in addition to their admin role.
==After upgrading, why are all course creators listed in every course?==
The role of course creator is assigned in the site/system context and so applies site-wide.
This may be changed via ''Administration > Users > Permissions > Assign roles''. Course creators may be unassigned then  re-assigned hidden. Alternatively, the course creator role may be assigned in the course category context via the assign roles link at the top right of a course category page.
==Why are hidden assignments still visible?==
Hidden assignments are not hidden from admins or teachers i.e. users with the [[Capabilities/moodle/role:viewhiddenassigns|viewhiddenassigns capability]].


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

Revision as of 22:24, 21 March 2007


What is the definition of a...

Role
An identifier of the user's status in some context. For example, teacher, student and forum moderator are examples of roles.
Capability
A description of some particular Moodle feature. Capabilities are associated with roles. For example, being able to reply to a forum post is a capability.
Permission
Some value that is assigned for a capability for a particular role. For example, using the prevent permission to limit all students from posting to any forum.
Context
A "space" in the Moodle, such as courses, activity modules, blocks, forums etc.
Hierarchy of permissions
Determines which permission wins or is going to be in effect if there is an apparent conflict. For example, the site allows all students the permission to to post in forums, but a teacher might prevent that right in a particular course. The hierarchy of permissions would allow a student to post in one course but not in another course.

Why isn't my role change taking effect?

Role changes only take affect after the next login from that user. Regarding testing new roles, please refer to the information in Manage roles.

How can I prevent course creators being listed as course participants?

Click the Hidden assignments check box before assigning the role to the user.

How can I prevent administrators being listed as course participants?

Ensure that administrators are not assigned another role in addition to their admin role.

After upgrading, why are all course creators listed in every course?

The role of course creator is assigned in the site/system context and so applies site-wide.

This may be changed via Administration > Users > Permissions > Assign roles. Course creators may be unassigned then re-assigned hidden. Alternatively, the course creator role may be assigned in the course category context via the assign roles link at the top right of a course category page.

Why are hidden assignments still visible?

Hidden assignments are not hidden from admins or teachers i.e. users with the viewhiddenassigns capability.