Note: You are currently viewing documentation for Moodle 2.4. Up-to-date documentation for the latest stable version of Moodle may be available here: Adding a new course.

Adding a new course: Difference between revisions

From MoodleDocs
(→‎Course requests: category selection option new in 2.4)
 
(36 intermediate revisions by 16 users not shown)
Line 1: Line 1:
Location: ''Administration > Courses > Add/edit courses''
{{Courses}}


By default a regular teacher can't add a new course. To add a new course to Moodle you need to have either [[Administrator|Adminstrator]], [[Course creator|Course Creator]] or [[Manager|Manager]] rights.


[[Image:add courses.png|thumb|Add/edit courses]]
==Adding a course==
Before creating courses, it's a good idea to set up some course categories. By default, there is only one Moodle category: Miscellaneous. While you are certainly free to put all your classes in the miscellaneous category, your students will find it easier to find their classes if they are organized in descriptive categories.
To add a course:
*Go to ''Settings>Site Administration>Courses>Add/edit courses''
 
[[File:Addeditcourses.jpg]]
 
*Choose the category where you want your course to be. For more information see [[Course categories|Course categories]]
*Click the "Add a new course" button
*Enter the [[Course settings|course settings]], then click the "Save changes" button.
*On the next screen, choose your students/teachers to assign to the course.
 
 
 
==Deleting a course(s)==


A regular teacher can't delete a course. Administrators and managers (i.e. users with a role for which the capability [[Capabilities/moodle/course:delete|moodle/course:delete]] is allowed) can delete courses. A [[Course creator|Course creator]] can delete courses they have created themselves.


==Adding a category==
To delete a course (as an administrator or manager):
*Go to ''Settings > Site Administration > Courses > Add/edit courses''
*Click the course's category (to drill down the category tree) and find the course you wish to delete. Or use the "Search course" textbox at the bottom of the category list.
*Click the "X" icon to the right of the course's name to delete it.


To add a category:
You can delete multiple courses by:
#Click on Courses in the Site Administration block, then Add/edit courses.
*Creating a new (temporary) category. You can name it "To be deleted".
#On the course categories page, type the name of your new category in the text box and click the "Add a new category" button.
*Select and '''move''' the "About to be deleted" courses to that category ("To be deleted").
*Delete the category ("To be deleted") and choose "Delete ALL - cannot be undone".


You now have a new course category, which you can move up or down or into an existing category to create a subcategory.
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 <nowiki>http://yourmoodlesite.net/course/view.php?id=N</nowiki> to <nowiki>http://yourmoodlesite.net/course/delete.php?id=N</nowiki> (replacing 'view' with 'delete').
Once you set up a few course categories, you are ready to create a course.


==Adding a course==
==Course requests==
To add a course:
 
#Click on Courses in the Site Administration block, then Add/edit courses.
[[File:Courserequest.png|thumb|Course request screen]]The course request feature can be enabled by an administrator in ''Settings > Site administration > Courses > Course request''.
#On the course categories page, click the "Add a new course" button.
 
#Enter the [[Course settings|course settings]], then click the "Save changes" button.
The default category for new courses requested can be selected from this screen, and users who will be notified when courses are requested can also be selected here. (These are users with the capability [[Capabilities/moodle/site:approvecourse|moodle/site:approvecourse]].)
#On the [[Assign roles|assign roles page]], click on the teacher role to assign teachers to the course.
 
{{New features}}In Moodle 2.4 onwards, the course request form can include the option to select a course category.
 
A  button will then appear on the All courses page for users to request a new course. The All courses page can be accessed via a link in the [[Courses block]].


You can choose to hide a course by clicking the eye icon opposite the course name. Only users with the capability to view hidden courses, such as teachers, will be able to access the hidden course. Categories can also be hidden, if you want.
By default, all authenticated users can make course requests (after you have enabled it). It is controlled by the capability [[Capabilities/moodle/course:request|moodle/course:request]].


:''Tip:'' :To change the default category for new courses, simply edit the miscellaneous category.
==Bulk Course Create Options==
As of Moodle 2.2, this is not an out of the box feature.


The main Tracker item: http://tracker.moodle.org/browse/MDL-13114


Year 1 Module 1
Some forum discussions:
== Units 1 - 12 ==
#Import files to batch create courses and users http://moodle.org/mod/forum/discuss.php?d=27333
#Bulk / automated course creation with phpMyAdmin http://moodle.org/mod/forum/discuss.php?d=27333
#Bulk Course Creation in v1.9 http://moodle.org/mod/forum/discuss.php?d=96622
#Bulk Course Upload tool question http://moodle.org/mod/forum/discuss.php?d=91850#p572909
#Bulk Course Upload tool for Moodle 2.0 http://moodle.org/mod/forum/discuss.php?d=91850&parent=744931
#uploaduser.php enhanced to upload also courses http://moodle.org/mod/forum/discuss.php?d=128317


==Preventing teachers from editing course settings==
The latest real lead (as of February 2012) is this:


{{Moodle 1.9}}Any/all of the following fields - course full name, short name, ID number (in Moodle 1.9.3 onwards) and category, summary (in Moodle 1.9.6 onwards) - may be locked to prevent teachers from editing them. To do so:
:''Piers Harding added a comment - 26/Sep/11 3:23 AM  Hi -
:This may or may not be of any use to people on this thread, but I create a basic course uploader for 2.x modelled on the user uploader, as I needed something for NZ schools - it's available here https://gitorious.org/moodle-tool_uploadcourse/moodle-tool_uploadcourse for the curious.
:Cheers,
:Piers Harding.'' From the tracker thread MDL-13114


#Access ''Site Administration > Users > Permissions > Define roles''.
Old module/plugin: http://moodle.org/mod/data/view.php?d=13&rid=395
#Click the edit icon opposite the teacher role.
#Change any/all of the capabilities [[Capabilities/moodle/course:changefullname|moodle/course:changefullname]], [[Capabilities/moodle/course:changeshortname|moodle/course:changeshortname]], [[Capabilities/moodle/course:changeidnumber|moodle/course:changeidnumber]], [[Capabilities/moodle/course:changecategory|moodle/course:changecategory]], [[Capabilities/moodle/course:changesummary|moodle/course:changesummary]] from allow to not set.
#Click the "Save changes" button at the bottom of the page.


==See also==
==See also==
*[[Course settings]]
 
*[[Assign roles]] - for adding students or teachers to a course
*[[Course request]]
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=83830 Hide Courses from some users or students] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=83830 Hide Courses from some users or students] forum discussion


[[Category: Course]]
[[de:Kurs anlegen]]
 
[[es:Cursos_%28administrador%29]]
[[es:Cursos_%28administrador%29]]
[[eu:Ikastaroak_%28Kudeatzaileak%29]]
[[eu:Ikastaroak_%28Kudeatzaileak%29]]

Latest revision as of 14:53, 25 February 2013


By default a regular teacher can't add a new course. To add a new course to Moodle you need to have either Adminstrator, Course Creator or Manager rights.

Adding a course

To add a course:

  • Go to Settings>Site Administration>Courses>Add/edit courses

Addeditcourses.jpg

  • Choose the category where you want your course to be. For more information see Course categories
  • Click the "Add a new course" button
  • Enter the course settings, then click the "Save changes" button.
  • On the next screen, choose your students/teachers to assign to the course.


Deleting a course(s)

A regular teacher can't delete a course. Administrators and managers (i.e. users with a role for which the capability moodle/course:delete is allowed) can delete courses. A Course creator can delete courses they have created themselves.

To delete a course (as an administrator or manager):

  • Go to Settings > Site Administration > Courses > Add/edit courses
  • Click the course's category (to drill down the category tree) and find the course you wish to delete. Or use the "Search course" textbox at the bottom of the category list.
  • Click the "X" icon to the right of the course's name to delete it.

You can delete multiple courses by:

  • Creating a new (temporary) category. You can name it "To be deleted".
  • Select and move the "About to be deleted" courses to that category ("To be deleted").
  • Delete the category ("To be deleted") and choose "Delete ALL - cannot be undone".

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').

Course requests

Course request screen

The course request feature can be enabled by an administrator in Settings > Site administration > Courses > Course request.

The default category for new courses requested can be selected from this screen, and users who will be notified when courses are requested can also be selected here. (These are users with the capability moodle/site:approvecourse.)

New feature
in Moodle 2.4!
In Moodle 2.4 onwards, the course request form can include the option to select a course category.

A button will then appear on the All courses page for users to request a new course. The All courses page can be accessed via a link in the Courses block.

By default, all authenticated users can make course requests (after you have enabled it). It is controlled by the capability moodle/course:request.

Bulk Course Create Options

As of Moodle 2.2, this is not an out of the box feature.

The main Tracker item: http://tracker.moodle.org/browse/MDL-13114

Some forum discussions:

  1. Import files to batch create courses and users http://moodle.org/mod/forum/discuss.php?d=27333
  2. Bulk / automated course creation with phpMyAdmin http://moodle.org/mod/forum/discuss.php?d=27333
  3. Bulk Course Creation in v1.9 http://moodle.org/mod/forum/discuss.php?d=96622
  4. Bulk Course Upload tool question http://moodle.org/mod/forum/discuss.php?d=91850#p572909
  5. Bulk Course Upload tool for Moodle 2.0 http://moodle.org/mod/forum/discuss.php?d=91850&parent=744931
  6. uploaduser.php enhanced to upload also courses http://moodle.org/mod/forum/discuss.php?d=128317

The latest real lead (as of February 2012) is this:

Piers Harding added a comment - 26/Sep/11 3:23 AM Hi -
This may or may not be of any use to people on this thread, but I create a basic course uploader for 2.x modelled on the user uploader, as I needed something for NZ schools - it's available here https://gitorious.org/moodle-tool_uploadcourse/moodle-tool_uploadcourse for the curious.
Cheers,
Piers Harding. From the tracker thread MDL-13114

Old module/plugin: http://moodle.org/mod/data/view.php?d=13&rid=395

See also