-

Note: You are currently viewing documentation for Moodle 3.10. Up-to-date documentation for the latest stable version of Moodle may be available here: Course categories.

Course categories: Difference between revisions

From MoodleDocs
(courses and update templates)
Line 1: Line 1:
Location: Category link in ''Site Administration > Courses > Add/edit courses''
{{Courses}}
 
{{Update}}
 
Course categories organize courses for all Moodle site participants. Miscellaneous is the default course category on a new Moodle site. A course creator or administrator can put all courses in the miscellaneous category. However, teachers and students will find it easier to find their classes if they are organized in descriptive categories.
Course categories organize courses for all Moodle site participants. Miscellaneous is the default course category on a new Moodle site. A course creator or administrator can put all courses in the miscellaneous category. However, teachers and students will find it easier to find their classes if they are organized in descriptive categories.


Line 44: Line 43:


==See also==
==See also==
*[[Edit category settings]] in Moodle 1.9 onwards


Using Moodle forum discussions:
Using Moodle forum discussions:
* [http://moodle.org/mod/forum/discuss.php?d=47954 Course Summary Sometimes Not Appearing]
* [http://moodle.org/mod/forum/discuss.php?d=47954 Course Summary Sometimes Not Appearing]
* [http://moodle.org/mod/forum/discuss.php?d=102803 Allowing teachers to put courses in categories]
* [http://moodle.org/mod/forum/discuss.php?d=102803 Allowing teachers to put courses in categories]
[[Category:Course]]


[[fr:Ajouter une catégorie de cours]]
[[fr:Ajouter une catégorie de cours]]
[[pl:Dodaj/edytuj_kategorie]]
[[pl:Dodaj/edytuj_kategorie]]
[[pt:Adicionar/editar categorias de disciplinas]]
[[pt:Adicionar/editar categorias de disciplinas]]

Revision as of 08:32, 28 October 2011

This page requires updating. Please do so and remove this template when finished.


Course categories organize courses for all Moodle site participants. Miscellaneous is the default course category on a new Moodle site. A course creator or administrator can put all courses in the miscellaneous category. However, teachers and students will find it easier to find their classes if they are organized in descriptive categories.

The list of courses within a category by default shows the teachers and the summary of each course. If the number of courses within a category exceeds 9 (10 or more), then a short list without teachers and summary is shown.


Adding a category

Most people organize their courses by department and college or by topic. Be sure to test the organizational scheme with a few users before entering a large number of courses, to save time in moving them later.

Adding categories is very simple:

  1. From the Site Administration block, click Courses then "Add/edit courses".
  2. At the top of the "Course Categories" page is a text area and an "Add new category" button. Type the name of your new category in the text area and click the button.

Editing a category

You can edit a category which gives you access to change the Parent category (if applicable), change the name of the category, add or edit the course category description, and force a theme for the category (if enabled in Administration block > Appearance > Themes > Theme Settings).

If the category is visible, the course category description will be displayed to users when they enter the category, above the list of courses.

Adding sub course categories

Course sub-categories may be created by adding a new course category then using the "move category to" drop-down menu to move the category inside another category. Similarly, sub-sub-categories etc. may be created.

You can add sub-categories directly in the category you want it in. Simply enter the course category, Turn Editing On, and click 'Add a sub-category'.

Hiding categories

Hidden categories

Categories may be easily hidden or shown via Administration block > Courses > Add/edit courses. Click on the icon to show or hide a category. Hidden categories are only visible to site administrators. By default, all courses inside a hidden category are not available for students to access, but you can go to Administration > Front Page >Front Page Settings and click the checkbox to 'Allow visible courses in hidden categories'.

Setting category depth

You can limit the number of categories that are displayed in the front page 'List of Categories' or 'Combo List' by adding the following line to your config.php:

$CFG->max_category_depth = n;

Where n is the maximum number of categories you wish to display.

Assigning users a role in a course category

To assign users a role in a course category, access Site Administration > Courses > Add/edit courses, click on the course category then click the 'Assign roles' link at top right of the page.

See also

Using Moodle forum discussions: