Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Study calendar course format.

Study calendar course format: Difference between revisions

From MoodleDocs
m (→‎Links: change to new standard)
m (move see also, del admin cat)
Line 8: Line 8:
* Integrates Moodle calendar events into the main display.
* Integrates Moodle calendar events into the main display.
* Students can use checkboxes to mark their progress by ticking activities and events.
* Students can use checkboxes to mark their progress by ticking activities and events.
==See also==
*[http://moodle.org/mod/data/view.php?d=13&rid=1014 Study calendar course format] is a Modules and plugins database page for downloads and more information.
*Discussions: please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=44  Contributed Code forum]


==Development status==
==Development status==
Line 19: Line 15:
For Moodle 2.0 we will release a new version of this course format (renamed 'study planner') which integrates with Moodle 2.0 features. (An extended version of the checkbox feature is included in core Moodle 2 and available for all course formats, so we needed to change our course format to take account of this.)
For Moodle 2.0 we will release a new version of this course format (renamed 'study planner') which integrates with Moodle 2.0 features. (An extended version of the checkbox feature is included in core Moodle 2 and available for all course formats, so we needed to change our course format to take account of this.)


[[Category: Administrator]]
==See also==
*[http://moodle.org/mod/data/view.php?d=13&rid=1014 Study calendar course format] is a Modules and plugins database page for downloads and more information.
*Discussions: please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=44  Contributed Code forum]
 
 
[[Category:Contributed code]]
[[Category:Contributed code]]

Revision as of 17:15, 28 August 2008

This contributed code give a course format that has tick boxes next to each item so the student can check them off.

Features

This is an enhanced version of the weekly course format. Key features:

  • You can combine, rename, and generally configure weeks. (E.g. group together 2 weeks, call it 'Easter break'; or group together 6 weeks, call it 'Block 2'.)
  • Integrates Moodle calendar events into the main display.
  • Students can use checkboxes to mark their progress by ticking activities and events.

Development status

The current version is the final release for Moodle 1.x. If you find any serious bugs that need fixing, please get in touch with the developer (see contact details inside file); otherwise we are not expecting to make any changes.

For Moodle 2.0 we will release a new version of this course format (renamed 'study planner') which integrates with Moodle 2.0 features. (An extended version of the checkbox feature is included in core Moodle 2 and available for all course formats, so we needed to change our course format to take account of this.)

See also