Note: This documentation is for Moodle 2.7. For up-to-date documentation see Course creator role.

Course creator role: Difference between revisions

From MoodleDocs
(Settings block -> Administration renaming)
(forum discussion links)
 
(8 intermediate revisions by 7 users not shown)
Line 29: Line 29:


The role of course creator is ONLY intended for enabling users to create courses; it is not intended for enabling users to edit existing courses!  
The role of course creator is ONLY intended for enabling users to create courses; it is not intended for enabling users to edit existing courses!  
==See also==
* [https://moodle.org/mod/forum/discuss.php?d=182576 Cannot remove users from system-wide Course Creator] forum discussion


[[fr:Créateur de cours]]
[[fr:Créateur de cours]]
[[ja:コース作成者]]
[[ja:コース作成者]]
[[de:Kursersteller-Rolle]]
[[de:Kursersteller-Rolle]]
[[es:Rol de creador de curso]]

Latest revision as of 07:02, 14 October 2016

A user assigned the role of course creator can (as the name suggests!) create a course. If the setting "Creators' role in new courses" is left as default (teacher), then the course creator is enrolled as a teacher in the course they have just created and can then edit the course settings and enrol other users.

A course creator can also view hidden courses.

The role of course creator could typically be assigned to a master teacher, department head or program coordinator.

Creating a course

The "Add a new course" button can be found at the bottom of the page listing all courses.

When a course creator creates a course, they are automatically enrolled in the course as a teacher, or whatever role is set in Administration > Site administration > Users > Permissions > User policies.

Note (1): If a user is assigned the role of course creator in the course category context, the "Add a new course" button only appears when the course category contains at least one course.

Note (2): Course creators are not automatically assigned the role of teacher in a course they have not created, even if it is in a category where they have course creator rights.

Deleting a course

There is no user interface for course creators to delete courses they have created, however they can do so by editing the URL of the course from http://yourmoodlesite.net/course/view.php?id=N to http://yourmoodlesite.net/course/delete.php?id=N (replacing 'view' with 'delete').

Role assignment

A user may be assigned the role of course creator as a system role (in Administration > Site administration > Users > Permissions > Assign system roles) or in the course category context.

Role permissions

If you require a course creator to have additional permissions, it is recommended that the Manager role is used, rather than changing the course creator role permissions. Otherwise, allowing additional capabilities for the course creator role may result in course creators having access to courses which they have not created.

The role of course creator is ONLY intended for enabling users to create courses; it is not intended for enabling users to edit existing courses!

See also