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

Adding a new course: Difference between revisions

From MoodleDocs
(Une région française: La Normandie)
m (Reverted edits by Zecca (talk) to last revision by Helen Foster)
Line 1: Line 1:
{{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.


==Adding a course==
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.


CARACTÉRISTIQUES PHYSIQUES:
FLEUVES
Elle est traversée par la Seine, le fleuve le plus connu de la France qui naît se jette dans la mer du Nord.
MONTAGNES
C’est une région plate , il n’y a pas de montagnes.
RESSOURCES AGRICOLES
On dit que l’or de la Normandie est blanc représenté par le lait produit par les célèbres vaches normandes (noires et blanches). À partir du lait on fabrique des célèbres fromages dont le plus connu est le camembert.
-la deuxième ressource est la pomme avec son jus on produit le cidre (légèrement alcoolisé) et le calvados (eau de vie vieillie une dizaine d’années).
HISTOIRE
Elle a été fondée par les Vikings (appelés Normands c'est-à-dire hommes qui viennent du Nord) qui au XIè siècle ont débarqué sur les plages de cette région française tout près de l’Angleterre. Un siècle plus tard le roi français Charles III le Simple cède aux Vikings le territoire qui deviendra le Duché de Normandie.
Les côtes de la Normandie ont été le théâtre de la plus grande opération militaire de l’histoire, le débarquement des forces alliées, qui a décidé le sort de la Seconde Guerre Mondiale.
CURIOSITÉ
Rouen ville où en 1431, pendant la guerre de Cent Ans, a été brûlée vive à l’âge de 19 ans Jeanne d’Arc. Cette héroïne née à Domrémy, un petit village de Lorraine, après avoir combattu les anglais à la tête de l’armée française et fait prisonnière et condamnée comme sorcière a être brûlée vive.
Mont Saint-Michel, situé dans une baie entre Bretagne et Normandie. L’abbaye du Mont Saint Michel, d’architecture gothique, se trouve sur un îlot rocheux d’un kilomètre de longueur et 80 mètres de hauteur rattaché à la baie par une digue insubmersible (construite en 1879). C’est là qui a lieu le phénomène des marées le plus fort d’Europe deux fois par mois, dans une journée, la mer se retire de la côte d’une distance de 12 à 15 kilomètres et revient 12 heures après à la vitesse de 75 mètres à la minute.


LE DÉBARQUEMENT LE JOUR J


La nuit entre le 5 et le 6 juin 1944 les forces alliées (américains, anglais et canadiens) ont débarquées sur les plages autour du port artificiel d’Arromanches, le point le plus large entre Angleterre et France (tandis que les allemands attendaient les ennemis près de Calais le point le plus proche) et ont commencé l’offensive contre les troupes allemandes. Après de féroces batailles ils ont plié la résistance allemande; la Normandie est libérée et par là on commence la libération de la France et de l’Europe. C’est le début de la fin de la deuxième guerre mondiale.
==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 deleted courses. A [[Course creator|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 <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').
 
==Course requests==
 
*There is a  course request feature which can be enabled by the 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 [[Capabilities/moodle/site:approvecourse|moodle/site:approvecourse]].)
 
[[File:Courserequest.png]]
 
*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 [[Capabilities/moodle/course:request|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:
#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
 
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==
 
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=83830 Hide Courses from some users or students] forum discussion
 
[[de:Kurs anlegen]]
[[es:Cursos_%28administrador%29]]
[[eu:Ikastaroak_%28Kudeatzaileak%29]]

Revision as of 13:42, 23 April 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 deleted 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

  • There is a course request feature which can be enabled by the 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.)

Courserequest.png

  • 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