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

Course formats: Difference between revisions

From MoodleDocs
(changed current to 1.5)
(edit words - got rid of bad links)
Line 1: Line 1:
Moodle 1.5 supports three different course formats: [[Weeks_(format)|weeks]], [[Topics_(format)|topics]] and [[Social_(format)|social]].
Course formats refers to sections in a course. They can be changed by the course Administration block under settings.


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.5 supported three different section formats: weeks, topics and social.  Moodle 1.6 added LAMS, SCORM and Weekcss section format choices to that list.


Moodle 1.6 ships with the three core formats above and three additional formats: [[LAMS_(format)|LAMS]], [[SCORM_(format)|SCORM]] and [[Weeklycss_(format)|weekscss]].
The last 3 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.


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.
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.
==See Also==
[[Course_settings#Format]]


[[Category:Developer]][[Category:Administrator]]
[[Category:Developer]][[Category:Administrator]]

Revision as of 15:39, 10 November 2006

Course formats refers to sections in a course. They can be changed by the course Administration block under settings.

Moodle 1.5 supported three different section formats: weeks, topics and social. Moodle 1.6 added LAMS, SCORM and Weekcss section format choices to that list.

The last 3 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.

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.

See Also

Course_settings#Format