Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: IMS content package.

IMS content package: Difference between revisions

From MoodleDocs
(→‎See also: link added)
Line 19: Line 19:


* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=31011 New resource type: IMS CP] forum discussion.  This discussion implies IMS content package is working with Moodle vers. 1.8 and 1.9.
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=31011 New resource type: IMS CP] forum discussion.  This discussion implies IMS content package is working with Moodle vers. 1.8 and 1.9.
* Using Moodle [http://moodle.org/mod/forum/discuss.php?d=48684 Trying to add NLN Materials via IMS CP] forum discussion
* Moodle.org forum discussions [http://moodle.org/mod/forum/discuss.php?d=86101 What is an IMS package?], [http://moodle.org/mod/forum/discuss.php?d=48684 Trying to add NLN Materials via IMS CP]


[[Category:Administrator]]
[[Category:Administrator]]

Revision as of 20:05, 11 December 2007

Template:Moodle 1.6

IMS is a body which helps define technical standards for various things, including e-learning material. The IMS Content Packaging specification makes it possible to store chunks of material in a standard format which can be re-used in different systems, without having to convert the material into new formats.

The IMS content package in Moodle 1.6 enables such content packages to be uploaded and included in Moodle courses. There are various options for displaying content in a pop-up window, with a navigation menu or buttons etc. In addition, the resource type supports an optional repository, enabling content packages to be shared between courses.

IMS content package repository

The IMS content package repository is disabled by default. It may be enabled as follows:

  1. Find repository_config.php in moodle/mod/resource/type/ims and change $CFG->repositoryactivate = false; to $CFG->repositoryactivate = true
  2. Create a folder named ims_repository in the webroot
  3. Change $CFG->repository = "C:/public/www/html/ims_repository"; to point to this folder on your file system

Content packages should be extracted to the folder ims_repository.

See also