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

Capabilities/moodle/course:view: Difference between revisions

From MoodleDocs
(default capability setttings)
No edit summary
Line 2: Line 2:
*Users with this capability are listed as course participants unless the role is a hidden assignment.
*Users with this capability are listed as course participants unless the role is a hidden assignment.
*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.
*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.
====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==

Revision as of 10:03, 10 March 2008

  • This allows a user to view a course.
  • Users with this capability are listed as course participants unless the role is a hidden assignment.
  • 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 moodle/site:doanything capability instead.

Legacy Role Default Settings

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