How to build a learning repository on Drupal (5.x) and PHP 5.1.x +

  • user warning: Table './jem/sessions' is marked as crashed and should be repaired query: SELECT COUNT(sid) AS count FROM sessions WHERE timestamp >= 1231487503 AND uid = 0 in /var/www/net.jem-thematic/site/includes/database.mysql.inc on line 174.
  • user warning: Table './jem/sessions' is marked as crashed and should be repaired query: SELECT DISTINCT u.uid, u.name, s.timestamp FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.timestamp >= 1231487503 AND s.uid > 0 ORDER BY s.timestamp DESC in /var/www/net.jem-thematic/site/includes/database.mysql.inc on line 174.

This guide gives instructions for building a Learning Object Metadata (LOM) repository on Drupal 5.x and PHP 5.1.x.

Please note that this guide is intended for the version 2 of the repository setup, please read the New Features from the v1 of the Learning Repository at the Features page for a list of changes.

In case of any issues with downloading the content required for the repository or installation problems, please contact the respected authors of the content over the Contact form of the website (in the contact form choose "Web site" under the Category). We will be happy to provide any assistance needed.

Repository

another drupal learning content repository

The Norwegian organisation utdanning.no is using drupal to build a repository for learning content or maybe more like a publishing framework for educational content, but with LOM metadata, and faceted search (coming soon). Version 1 is live at http://fag.utdanning.no

nice work! thanks.

Thanks for posting your how-to guide on the creation of your learning repository!

We're working on something somewhat similar - LessonShare a Drupal install designed to help communities of instructors share, organize, and collaboratively improve their teaching materials.