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

Capabilities/moodle/course:update: Difference between revisions

From MoodleDocs
(ja link)
No edit summary
Line 1: Line 1:
*This allows a user to update course settings
*This allows a user to update course settings
*Users with this capability are listed as course participants unless the role is a hidden assignment or they have the capability [[Capabilities/moodle/site:doanything|moodle/site:doanything]]
*Users with this capability are listed as course participants unless the role is a hidden assignment or they have the capability [[Capabilities/moodle/site:doanything|moodle/site:doanything]]
====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 || - || - || -
|}


==Example usage==
==Example usage==

Revision as of 09:55, 10 March 2008

  • This allows a user to update course settings
  • Users with this capability are listed as course participants unless the role is a hidden assignment or they have the capability moodle/site:doanything

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 - - -

Example usage