Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Capabilities/moodle/course:view.

Capabilities/moodle/course:view: Difference between revisions

From MoodleDocs
No edit summary
(removed 1.9 ref and updated for 2.0)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
*This allows a user to view a course.
==moodle/course:view==
*Users with this capability are listed as course participants unless the role is a hidden assignment.
*This capability allows a user to view a course without being enrolled in it.
*The default teacher, non-editing teacher, student and guest roles have this capability set to allow. It is not set for the default administrator role, since this role has the [[Capabilities/moodle/site:doanything|moodle/site:doanything]] capability instead.
* Users with this capability are NOT listed as course participants.
 
* The default manager role has this capability set to allow. For all other default roles, the capability is not set.
====Legacy Role Default Settings====
{| border="1" cellspacing="0" cellpadding="2"
|-
! Legacy Role !! Inherit !! Allow !! Prevent !! Prohibit
|-
| Administrator || - || X || - || -
|-
| Course Creator || X || - || - || -
|-
| Teacher || - || X || - || -
|-
| Non-editing Teacher || - || X || - || -
|-
| Student || - || X || - || -
|-
| Guest || - || X || - || -
|-
| Authenticated User || X || - || - || -
|}


==Examples of capability usage==
==Examples of capability usage==

Latest revision as of 09:17, 7 September 2011

moodle/course:view

  • This capability allows a user to view a course without being enrolled in it.
  • Users with this capability are NOT listed as course participants.
  • The default manager role has this capability set to allow. For all other default roles, the capability is not set.

Examples of capability usage