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: Collapsed Weeks course format.

Collapsed Weeks course format: Difference between revisions

From MoodleDocs
(→‎Introduction: delete heading, edit out I)
(reformat)
Line 1: Line 1:
The '''Collapsed Weeks''' course format is a contributed code module.  It is similar to the standard [[Course_sections#Weekly_format|Weekly format]] for a course.  The current week is always toggled on.


The '''Collapsed Weeks''' course format is a contributed code module.  It is similar to the standard [[Course_sections#Weekly_format|'Weekly']] format.  The code is based around the [[Collapsed_Topics_course_format 'Collapsed Topics]].  The current week is always toggled on.
The code was based on the [[Collapsed_Topics_course_format|Collapsed Topics]] contributed code module.  


== Download ==
== Version notes ==


'''Collapsed Weeks''' can be downloaded by choosing one of the following:
There are versions for 1.8, 1.9 and 2.0 .   The Moodle 2.0 version is still in development. Read the "Read me" file with each version for cautions and installation instructions.
 
* [http://download.moodle.org/download.php/plugins18/course/format/weekcoll.zip Moodle 1.8]
* [http://download.moodle.org/download.php/plugins19/course/format/weekcoll.zip Moodle 1.9]
* [http://download.moodle.org/download.php/plugins/course/format/weekcoll.zip Latest Development Version] - for Moodle 2.0 - very unstable at the moment.
 
== Installation ==
 
Please follow the instructions contained within the '''Readme.txt''' file contained in the download.


== Usage ==
== Usage ==
===Selecting===


'''Selecting'''
To select the format, simply choose it from the list of course formats in the [[Course_settings|course settings]].  To show / hide a topic just click on its toggle.


To select the format, simply choose it from the list of course formats in the [https://docs.moodle.org/en/Course_settings course settings].  To show / hide a topic just click on its toggle.
===Toggle State===
 
'''Toggle State'''


When refreshing the page, the state of the 'toggles' is remembered.  This is on a per browser session per course basis for as long as the browser remains open.
When refreshing the page, the state of the 'toggles' is remembered.  This is on a per browser session per course basis for as long as the browser remains open.
Line 27: Line 19:


'''The Arrow'''
'''The Arrow'''
If you want to change the look and style of the arrow, simply change 'arrow_down.png' and 'arrow_up.png'.
If you want to change the look and style of the arrow, simply change 'arrow_down.png' and 'arrow_up.png'.


Line 33: Line 24:


Q. How do I report an issue with Collapsed Weeks?
Q. How do I report an issue with Collapsed Weeks?
A. Raise an issue on [http://tracker.moodle.org/browse/CONTRIB/component/10530 Moodle Tracker] or post a discussion on the [http://moodle.org/mod/forum/view.php?id=47 Moodle Course Formats Forum]
:A. Raise an issue on [http://tracker.moodle.org/browse/CONTRIB/component/10530 Moodle Tracker] or post a discussion on the [http://moodle.org/mod/forum/view.php?id=47 Moodle Course Formats Forum]


Q. Is Collapsed Weeks [https://docs.moodle.org/en/Moodle_2.0_release_notes Moodle 2.0] compatible?
Q. Is Collapsed Weeks [https://docs.moodle.org/en/Moodle_2.0_release_notes Moodle 2.0] compatible?
A. The latest version is getting there, but please use at your own risk.  It does not have all of the desired changes to make it fully 2.0 compliant as I maintain it whilst Moodle 2.0 is still changing as development progresses.
:A. The latest version is getting there, but please use at your own risk.  It does not have all of the desired changes to make it fully 2.0 compliant as I maintain it whilst Moodle 2.0 is still changing as development progresses.


== Credits ==
== Credits ==
Collapsed Weeks has been developed by and is maintained by [http://moodle.org/user/view.php?id=442195 Gareth Barnard] with invaluable input from:
Collapsed Weeks has been developed by and is maintained by [http://moodle.org/user/view.php?id=442195 Gareth Barnard] with invaluable input from:


Line 46: Line 36:
*Craig Grannell - [http://www.snubcommunications.com/ Snub Communications] who wrote the article 'Collapsed Tables' in [http://www.netmag.co.uk/zine/latest-issue/issue-186 .Net Magazine Issue 186]
*Craig Grannell - [http://www.snubcommunications.com/ Snub Communications] who wrote the article 'Collapsed Tables' in [http://www.netmag.co.uk/zine/latest-issue/issue-186 .Net Magazine Issue 186]


 
==See also==
[[User:Gareth Barnard|Gareth Barnard]] 18:14, 21 October 2009 (UTC)
*[http://moodle.org/mod/data/view.php?d=13&mode=single&page=21  Collapsed weeks] is the 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=47 Moodle Course Formats Forum]
*[http://tracker.moodle.org/browse/CONTRIB/component/10530 Moodle Tracker] to report an issue.


[[Category:Contributed code]]
[[Category:Contributed code]]
[[Category:Course format]]
[[Category:Course format]]

Revision as of 14:58, 28 November 2009

The Collapsed Weeks course format is a contributed code module. It is similar to the standard Weekly format for a course. The current week is always toggled on.

The code was based on the Collapsed Topics contributed code module.

Version notes

There are versions for 1.8, 1.9 and 2.0 . The Moodle 2.0 version is still in development. Read the "Read me" file with each version for cautions and installation instructions.

Usage

Selecting

To select the format, simply choose it from the list of course formats in the course settings. To show / hide a topic just click on its toggle.

Toggle State

When refreshing the page, the state of the 'toggles' is remembered. This is on a per browser session per course basis for as long as the browser remains open.

Changing the look

The Arrow If you want to change the look and style of the arrow, simply change 'arrow_down.png' and 'arrow_up.png'.

FAQ

Q. How do I report an issue with Collapsed Weeks?

A. Raise an issue on Moodle Tracker or post a discussion on the Moodle Course Formats Forum

Q. Is Collapsed Weeks Moodle 2.0 compatible?

A. The latest version is getting there, but please use at your own risk. It does not have all of the desired changes to make it fully 2.0 compliant as I maintain it whilst Moodle 2.0 is still changing as development progresses.

Credits

Collapsed Weeks has been developed by and is maintained by Gareth Barnard with invaluable input from:

See also