LM-Light: A New E-Learning Standard
About LM-Light Courses Learning Management Systems More Info

Introduction

The LM-Light Standard
 - Course Structure
 - LM-Light Tags
 - Starting a Course
 - On Each Page
 - Exiting a Course
 - Starting a Test
 - Saving a Test Score
 - Course Completion
 - Configuration File

Course Development
 - Development Environment
 - Using a Text Editor
 - Including Tests
 - Using PowerPoint
    - Option 1 - PDF
    - Option 2 - GIF/JPG
    - Option 3 - HTML
 - Using Lectora
 - Download Tools
 - Diagnosing Problems

Home Page

LM-Light Standard : Creating Courses : Starting a Course

Courses are started by the LMS. The only requirement placed on the course developer is that there must be a file called 'index.html' or 'index.htm' in the top folder/directory to act as the default first page. The name of this file is case sensitive - it must be in lower case i.e. index.htm rather than INDEX.HTM

Often, the index.htm(l) page is not displayed to the student. Instead, it's used to redirect the student's browser to the real first page. You could do this using something like this HTML code:

<html>
<head>
<title></title>
<meta http-equiv="refresh" content="0; URL=./page1/page.html">
</head>
<body>
</body>
</html>

where './page1/page.html' is the (relative) URL for the real first page. This is a very useful technique if you've constructed your course with individual pages in subfolders/subdirectories within the main course folder/directory.

 

Copyright & Licensing Information
Unless otherwise stated, material in this website is Copyright, Addison Robson LLC. Use of the website content for commercial and non-commercial purposes is permitted under Creative Commons licenses. For more information, please consult [this page] or use [this form] to contact us.
Creative Commons License