![]() |
Course Development : Download Tools
The LM-Light "Development Stub" can be used when developing courses that employ PHP - typically for the test or for other forms of interaction. In these cases, you need to have some way to handle the calls to the LM-Light library. The Development Stub provides a set of empty function calls so that your program can continue to work without having a LMS installed. The Development Stub is released under the terms of the CC-GNU LGPL. For details of the CC-GNU LGPL license, please refer to www.creativecommons.org/licenses/LGPL/2.1. You can download the Development Stub from [this link]. Installation and configuration instructions are included in the installation bundle.
The LM-Light "Logging Stub" does very much the same as the Development Stub but also logs any interactions between the course and the LMS and records the results in a text file. This can be used to help diagnose problems with courses as you develop them if you don't have a LMS installed. The Logging Stub is released under the terms of the CC-GNU LGPL. For details of the CC-GNU LGPL license, please refer to www.creativecommons.org/licenses/LGPL/2.1. You can download the Logging Stub from [this link]. Installation and configuration instructions are included in the installation bundle.
The Reference LMS is an example of an LMS that will support the LM-Light standard for courseware. It's designed to allow you to test LM-Light courses and has the following basic functionality:
The Reference LMS is not intended as a production quality LMS and has the following limitations:
If you want more functionality, you can either:
The Reference LMS runs on Linux (or similar UNIX-like systems) running Apache (1.3.33 or higher recommended) and requires MySQL (4.0.25 or higher recommended although earlier versions may work) and PHP (4.4.4 or higher recommended although earlier versions may work). The Reference LMS is released under the terms of the CC-GNU GPL. For details of the CC-GNU GPL license, please refer to www.creativecommons.org/licenses/GPL/2.0. You can download the Reference LMS from [this link]. Installation and configuration instructions are included in the installation bundle.
|
|