Collapsible regions

Filters ::: filter_collapsible
Maintained by Jan Eberhardt
Easy way to create collapsible regions within descriptions and text for Moodle.

Collapsible regions 1.02

Moodle 2.7, 2.8, 2.9, 3.0, 3.1
Released: Monday, 5 December 2016, 9:33 PM

moodle-filter_collapsible

Easy way to create collapsible regions within descriptions and text for Moodle.

Also available in the Moodle plugins directory.

Usage

To start or end a collapsible region use the keyword '{collapsible}'. If the starting tag is followed by squared brackets the text within these brackets is shown instead of a general "Click-to-expand"-message.

Example

For instance

{collapsible}[read more...]
Your text/HTML here.
{collapsible}

will result in following structure:

read more... >
+----------------------+
| Your text/HTML here. |
+----------------------+

Please see the screenshots on the Moodle project page for visual examples.

Version information

Version build number
2015010802
Version release name
1.02
Can be updated from
1.01
Maturity
Stable version
MD5 Sum
49c047e21a0a2ae78d0c1086994f824b
Supported software
Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1
  • Latest release for Moodle 2.7
  • Latest release for Moodle 2.8
  • Latest release for Moodle 2.9
  • Latest release for Moodle 3.0
  • Latest release for Moodle 3.1

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Filters

  1. Make sure you have all the required versions.
  2. Download and unpack the filter plugin.
  3. Place the folder (eg "myfilter") in the "filter" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation