Capabilities/moodle/user:viewuseractivitiesreport: Difference between revisions
From MoodleDocs
fixed definition and added explanation why defaults do not make sense see MDL-17485 |
No edit summary |
||
| Line 21: | Line 21: | ||
|} | |} | ||
Note: originally there were some defaults for legacy roles, but they were removed because this capability can be used only in user context. | Note: originally there were some defaults for legacy roles, but they were removed because this capability can be used only in user or system context. | ||
==Example usage== | ==Example usage== | ||
Latest revision as of 19:22, 1 December 2008
- This allows a user to view this user's activity reports and grades (user context only)
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 | - | - | - |
Note: originally there were some defaults for legacy roles, but they were removed because this capability can be used only in user or system context.