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

Course sections

From MoodleDocs

Courses can be divided into sections to organize resources and activities for students. Each section can have a description and can contain many activities and resources as the teacher desires.

Course section settings

format pulldown list

There are several different section formats available in a course. Selecting and changing formats is done in the administration block under the Course_settings menu, with the format pulldown field.

The example on the left shows the section format choices in Version 1.6.

Earlier versions have fewer selections.


Weekly format

Example of Weekly outline, edit off

Choosing weeks from the format selection menu, will automatically fill in the dates, starting with whatever date you specify as your first day for the course, and incrementing each week by seven days thereafter. So if you start your course on Wednesday, each week will run from Wednesday to Tuesday. You may wish to start the week on Sunday or Monday prior to the actual first day of class, so that weeks will reflect the actual work/study week of your lesson (if applicable).

Topics format

Example of topic outline, edit on

Formatting course sections with topics lends itself to rolling enrollment, or courses whose duration changes often, or where sequence is less important (though these are only suggestions). Often teachers will think about their course in terms of "modules" so topics work well - one topic per module.

Remember that it is possible to have many activities and resources in any given section such as you might see in the Moodle Feature Demo course that can be found here.

Editing sections

The top most section may act as a header and usually contains the News forum. Like other sections, it has an HTML editor.

Below is an example of a topic section "1" as seen by the teacher in edit mode. The topic does not have a title but does have a course called "New Lesson Topic 1". For help with understanding the icons go to editing a course.

Section seen by teacher with edit turned on, showing edit icons

In edit mode, sections can be moved, hidden from students, highlighted or turned on (section edit icons) , plus given titles in the section description area. Also in edit mode it is possible to move activity or resource in the course, plus delete, hide or edit their settings by using the activity edit icons.

Here is an example of a section description being edited with the HTML editor.

Section description in edit mode
From demo.moodle.org Features Demo, the header description for it's sections

Hiding sections

Note that sections can be easily hidden using the Hide.gif eyeball icon. There is a course setting that specifies whether or not these hidden sections are entirely invisible to student/participants, or just show as a horizontal block that says it is unavailable. Such sections will always be full available (but will appear greyed out) to teacher/administrators of the course.

There are also contributed modules such as Activity Locking which will reveal an activity or a section only when the student has completed other activities, that will show their controls in edit mode.

Tips & Tricks

  • If you want to have a super-short course that is JUST the top with no section blocks, note that you must have at least one section under course settings. The solution is to have the number of weeks/topics set to 1 and make Hidden sections "..completely invisible" under course settings. Finally, in edit mode hide section 1. Now you have a "one main area" course.
  • If you don't want to have the numbers in the course sections of an individual course and don't want to change the files on the server, then add a label to your course; select HTML (code view) and paste in the following code: <style type="text/css">.section .left{font-size:0;}</style> (You will need trusted content enabled in site administration>security>site policies) See also screencast link below.

See also