Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Tree topic course format.

Tree topic course format: Difference between revisions

From MoodleDocs
(new page)
 
mNo edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
This contributed code module _takes the standard topic format and allows the teacher to indent topics to give the course display as a tree.
This contributed code module uses the standard topic format and allows the teacher to indent topics to give the course display as a tree.
 
 


==Features==
==Features==
Line 15: Line 13:
**Please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=44  Contributed Code forum]
**Please create or find a discussion topic in the [http://moodle.org/mod/forum/view.php?id=44  Contributed Code forum]
**[http://moodle.org/mod/forum/discuss.php?d=102359 Course format demo/proposal - TopicsTree format thread] in General Problems forum was the first announcement and disucssion of this plugin.
**[http://moodle.org/mod/forum/discuss.php?d=102359 Course format demo/proposal - TopicsTree format thread] in General Problems forum was the first announcement and disucssion of this plugin.
**MDL-15908 is the Tracker reference
**[http://tracker.moodle.org/browse/MDL-15908 MDL-15908] is the Tracker reference





Revision as of 11:45, 31 August 2008

This contributed code module uses the standard topic format and allows the teacher to indent topics to give the course display as a tree.

Features

  • This course format is one "clone" of the standard "topics" format.
  • Its main (unique) difference is that, following the indentation in activities performed in edit mode, it displays the course in a tree way.
  • Specially well integrated with Moodle "standardXXX" themes, see README.txt for some customization possibilities.

See also