Difference between revisions of "Capabilities/moodle/course:update"
From MoodleDocs
(ja link) |
|||
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== |
Latest 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 | - | - | - |