Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: Resource List.

Resource List

From MoodleDocs
Revision as of 15:31, 19 December 2010 by chris collman (talk | contribs) (Little reformat and edit of introduction.)

Resource List is a contributed code module for Moodle. The Resource List provides a way for instructors to create a resource heading then place course resources under this heading. A Javascript allows the students to expand and collapse the resources listed under each heading. This feature can visually condenses a course.

Currently only 'Link to files or websites' can be added to a Resource List.

resourcelist in course section.png

Introduction

Adding a Resource List

The Resource List is added via the "Add a resource..." drop-down menu in a course section: add a resource list.png

Adding Resources to Resource List

resourcelist input screen.png

Installation

  1. Load the resourcelist module directory into "[moodle root]/mod" directory.
  2. Go to the "[moodle root]/mod/resourcelist" directory and run the following command:
    $ patch -b -p0 -i moodle19.patch
  3. If your theme uses customized pix, copy these files, "icon.gif", "switch_plus.gif", and "switch_minus.gif" to the "[moodle root]/theme/[your theme]/pix/mod/resourcelist/" directory.
    $ cp *.gif ../../theme/[your theme]/pix/mod/resourcelist/
  4. Visit your admin page to create all the necessary data tables.

See also