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
m (→‎See also: interesting thought tracker entry would autolink acting different)
(→‎See also: Eloy put readme as a discussion link)
Line 13: 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 a tracker entry and [[http://tracker.moodle.org/browse/MDL-15908  the link is here.]]
**Additional instructions can be found at http://cvs.moodle.org/contrib/plugins/course/format/topicstree/README.txt?view=markup
*MDL-15908 is a tracker entry and [[http://tracker.moodle.org/browse/MDL-15908  the link is here.]]





Revision as of 11:53, 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