-

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

Capabilities/moodle/course:view: Difference between revisions

From MoodleDocs
No edit summary
(template, Other users link)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*This allows a user to view a course.
{{Capabilities}}
*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.
* Roles with this capability set to allow are available for [[Other users]] to be assigned to.
* 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====
==See also==
{| 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==
* [[Other users]]
 
*[[Inspector role]]


[[Category:Capabilities|Course]]
[[Category:Capabilities|Course]]
Line 32: Line 14:
[[fr:Capabilities/moodle/course:view]]
[[fr:Capabilities/moodle/course:view]]
[[ja:ケイパビリティ/moodle/course:view]]
[[ja:ケイパビリティ/moodle/course:view]]
[[cs:Capabilities/moodle/course:view]]

Latest revision as of 13:39, 17 February 2012

  • This capability allows a user to view a course without being enrolled in it.
  • Roles with this capability set to allow are available for Other users to be assigned to.
  • 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.

See also