Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: Course formats.

Course formats: Difference between revisions

From MoodleDocs
m (category)
(Added links to (empty) pages for individual formats, added note about non-core but official formats, added a note about removing formats)
Line 1: Line 1:
Moodle currently supports three different course formats: weekly, topics and social.
Moodle currently supports three different course formats: [[Weeks_(format)|weeks]], [[Topics_(format)|topics]] and [[Social_(format)|social]].


These are a little more connected to the rest of the code (and hence, less "pluggable") but it is still quite easy to add new ones.
These are a little more connected to the rest of the code (and hence, less "pluggable") but it is still quite easy to add new ones.


[[Category:Developer]]
Moodle 1.6 ships with the three core formats above and three additional formats: [[LAMS_(format)|LAMS]], [[SCORM_(format)|SCORM]] and [[Weeklycss_(format)|weekscss]].
 
An administrator wishing to remove installed formats may do so by removing the format plugin from the installation. That is: remove the directory containing the format for the moodle/courses/format directory. You probably should not remove any of the three core formats, or formats that are in use on the site.
 
[[Category:Developer]][[Category:Administrator]]

Revision as of 17:08, 17 August 2006

Moodle currently supports three different course formats: weeks, topics and social.

These are a little more connected to the rest of the code (and hence, less "pluggable") but it is still quite easy to add new ones.

Moodle 1.6 ships with the three core formats above and three additional formats: LAMS, SCORM and weekscss.

An administrator wishing to remove installed formats may do so by removing the format plugin from the installation. That is: remove the directory containing the format for the moodle/courses/format directory. You probably should not remove any of the three core formats, or formats that are in use on the site.