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

Capabilities/moodle/category:create: Difference between revisions

From MoodleDocs
m (link edit)
m (added link to spanish page)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
*This allows a user to create course categories (site context)
*This allows a user to create course categories.
*Categories allow you to group courses into specific areas of interest. For example, a category called Math Department could allow you to group all courses related to math and a Science Category can allow you to group all courses under the Science department.
*This capability may only be applied in the system context i.e. as a global role.


[[Category:Administrator]]
In Moodle 1.9.4 this capability was replaced with [[Capabilities/moodle/category:manage|moodle/category:manage]].
 
====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 || - || - || -
|}
 
==See also==
 
*[[Add/edit course categories]]
[[Category:Capabilities|Category]]
[[Category:Capabilities|Category]]
[[Category:Course]]
[[es:Capabilities/moodle/category:create]]
[[eu:Capabilities/moodle/category:create]]

Latest revision as of 14:22, 29 July 2018

  • This allows a user to create course categories.
  • This capability may only be applied in the system context i.e. as a global role.

In Moodle 1.9.4 this capability was replaced with moodle/category:manage.

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

See also