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: Resource List.

Resource List: Difference between revisions

From MoodleDocs
(New page: Image:resourcelist_in_course_section.png'''Resource List''' is a new Activity Module type in Moodle. It can be created and added to a Course from the 'Add a resource' drop down list. '...)
 
No edit summary
Line 1: Line 1:
[[Image:resourcelist_in_course_section.png]]'''Resource List''' is a new Activity Module type in Moodle. It can be
'''Resource List''' is a new Activity Module type in Moodle. It can be
created and added to a Course from the 'Add a resource' drop down
created and added to a Course from the 'Add a resource' drop down
list. '''Resource List''' provides a way for instructors to group course
list. '''Resource List''' provides a way for instructors to group course
Line 10: Line 10:


Currently only 'Link to files or websites' can be added to a '''Resource List'''.
Currently only 'Link to files or websites' can be added to a '''Resource List'''.
[[Image:resourcelist_in_course_section.png]]


== Installation ==
== Installation ==

Revision as of 23:15, 15 December 2010

Resource List is a new Activity Module type in Moodle. It can be created and added to a Course from the 'Add a resource' drop down list. Resource List provides a way for instructors to group course resources into a single list. If the web browser is Javascript enabled, students will see a collapsed list by default. This allows instructors present a more condensed course to their students. If Javascript is disabled on the browser, Resource List is always presented as an expanded list.


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

resourcelist in course section.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.

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

See also