LDD Today

Deploying content in the Lotus Learning Management System



by
Kerry
Woodward

Level: Intermediate
Works with: Learning Management System
Updated: 03-Mar-2003

The IBM Lotus Learning Management System (LMS) provides a framework for delivering many types of training. This article explains how course content fits into this framework, regardless of where that content comes from. The information is intended for course developers and course administrators, whether they are new to LMS or have used LearningSpace, a previous online learning product developed by Lotus.

What is content?
Content is the collection of words, pictures, videos, sounds, questions, and other interactions that make up a student's learning experience. Content is organized into courses that are delivered and managed in LMS. Most courses contain several learning activities, targeted to specific training objectives. For example, a course might have a pre-test to assess a student's current skills, a choice of topics geared to students' pre-test results, and a post-test to judge the course's effectiveness.

Students launch LMS from their Web browsers, and then click links to launch a course and an activity.

LMS home page

Each activity may contain several screens of content with Next and Previous buttons to help students navigate through the screens. Each screen has several files associated with it to display all the text, graphics, and other multimedia content needed for the learning activity.

Sample LMS content

LMS distinguishes between course content (what students see on the screen) and course structure (the organization that determines how students move through the course). The distinction will be important later in this article when you learn how courses are stored and updated in the system.

LMS handles content in a variety of file formats:
This article focuses on deploying Web-based content.

Where does content come from?
Content is built by course developers, people who have the knowledge and skills to create an online learning experience that is both effective and fun. As individuals or teams, course developers must be adept in all aspects of online education—as experts in a certain subject area, as Web developers experienced with course development software, as Web designers who can create appealing screens, and as instructional designers who understand online teaching strategies. When course developers design a content screen, they consider the visual and auditory impressions, as well as the student's own interactions with the screen, to create a complete learning experience. Each screen must also blend with the context and design of other screens and contribute to the instructional goals for the course.

Many courses are developed and created by companies that sell online courses for profit or as an additional service to their customers. Such companies include IBM, NETg, SmartForce, and SkillSoft, but there are many other vendors in the business of developing and selling courses. These training vendors generally use their own software tools to develop courses. Courses may also be developed by consultants hired by an organization to create a particular course, or they may be employees who have the expertise to create specialized training for their work groups. These individuals may use off-the-shelf online development tools such as the Macromedia eLearning Studio (Authorware, Flash, and Dreamweaver), or they can use the authoring tool built into LMS.

Regardless of how and where courses originate, they can all be deployed in LMS, which is designed to be flexible enough to handle any course that adheres to the industry's two online learning standards—AICC and SCORM. These standards emerged in the last decade to ensure a uniform method of Web-based communication between content and learning management systems. To read more about these standards, see the AICC specification and the ADL Sharable Content Object Reference Model (SCORM) specification.

Servers that interact with content
The following servers are involved in the management and delivery of course content within LMS.

LMS Server
The LMS Server is the core of the LMS installation. There can be only one LMS Server per installation, but each LMS Server can be hosted on a server cluster. The LMS Server provides the main user interface and has its own relational database to store information about users, courses, other servers in the system, and system settings.

Delivery Server
The Delivery Server is part of the LMS installation. The primary function of each Delivery Server is to sequence, launch, and track content, and to provide a frame for content within the larger LMS interface. There can be more than one Delivery Server, and each one can be hosted on a server cluster. The Delivery Server has its own relational database that stores information about the LMS Server and temporary tracking information.

Each Delivery server:
Content Server
This server is a separate Web (HTTP) server. It is not part of the LMS installation. The Content Server stores course content files, including HTML, image, and multimedia files. Each Delivery Server can use one or more content servers—if more than one Content Server is used, the content is stored on each of them.

Course deployment
Before you can offer a course in the LMS Student Catalog, you must import and register it in the system. This process distributes the course content and structure so that the system can launch activities and track student progress correctly. A course that you receive from a course developer goes through the following phases before it can be distributed to students:
Where course information is stored after deployment
When you save a course offering, course information is transmitted to the servers that will be involved when students launch a course. The LMS Server sends the structure of the course to the Delivery Server associated with the offering. The LMS Server then transmits the content to the Content Server teamed with the Delivery Server. If the Delivery Server is teamed with a cluster of Content Servers, the content is sent to each of them. When a student launches a course, the Delivery Server gets the content from the Content Server, so it can be displayed in the student's browser window.

The following illustration shows where course information is stored when you save a course offering. Most information is stored in the relational databases associated with the LMS Server and the Delivery Server, rather than the servers' local file systems. The exceptions are course content and packages, which are stored as local files.

Course information storage diagram

How installation settings affect course deployment
Much of the infrastructure for course deployment is set up when the LMS and Delivery Servers are installed. If you are not the person who installed the software, you may find it helpful to see the installation settings that affect how and where courses are deployed.

Content Management Settings
This screen allows you to specify Content Management settings on the LMS Server. The "Path to Imported Course Packages" is the path on the LMS Server where imported course packages are stored. You have to create the directory for the course packages by hand. By default, the IBM HTTP server expects this directory to reside in the directory under …Program Files\IBMHTTPServer\htdocs appropriate to the installed language (en_us, for example). If a non-absolute path is entered, it is assumed to be relative to the Web application directory. If you use a cluster of LMS Servers, you should specify a location on a file server that all the LMS Servers can access. The FTP user name/password combination is an account that the LMS Server uses to access any Content Servers that have content sent via FTP. Any Content Server (which you define in a later screen) that uses FTP must create an account with the specified FTP user name/password.

Content Management Settings dialog box

Web Server Settings
This screen defines two important pieces of information for the Delivery Server. The "URL of Deployed Content" is where the Delivery Server looks for content when it launches a course (for example http://contentserver.acme.com/content).

You need to create the directory in which to place deployed content, as the application does not do this for you. By default, the application looks for a subdirectory in the HTTP server’s htdocs subdirectory for the installed language (for example, in a subdirectory of IBMHTTPServer\htdocs\en_US).

If Content Servers are clustered, this is the single URL that is used to access the cluster. The Tracking URL is the URL to the tracking mechanism on the Delivery Server. This is pre-populated with the Base URL specified for the Delivery Server during installation and generally does not need to be changed.

Web Server Settings dialog box

Content Deployment Settings
This screen allows you to add one or more Content Servers to the system. For each server you add, you specify a Deployment Type to determine how the LMS Server sends content to the Content Server when a course offering is saved. Content can be sent through FTP if the Content Server is set up for FTP or through the local file system.

If you choose FTP, the LMS Server sends content to the FTP host you specify, in the location you specify (if any), using the FTP user name and password you defined on the Content Management Settings screen.

Content Deployment Settings - FTP option

When you choose File System, the LMS Server sends content to the absolute file location you specify. Note that the specified location must be accessible to the LMS Server.

Content Deployment Settings - File System option

Managing changes
Over time, courses need to be updated to incorporate new material, to remove obsolete information, or to improve the learning experience. Structural changes affect a course's outline—the components, properties, and sequencing that make up the flow of a course. Content changes affect the text, images, or media files that students see when they take a course.

Deploying updated courses
The steps for distributing changes to a course are similar to those used to deploy the course originally. However, you have the option of deciding how far to disseminate the changes. You can either update a master without changing existing offerings, or you can distribute changes to all active offerings created from the original master. Email notifications are sent to administrators when the update has been accepted or rejected.
You can also update a master by using the content and structure of a newly imported package. Select "Update a master using an imported master" and select the new unregistered master to use as the new format.

Course update workflow
The illustration below summarizes how updates flow through the system. If an offerings manager chooses to update all offerings, existing offerings created from this master are changed, and structure and content changes are sent to the Delivery and Content Servers.

Course update workflow diagram

Would you like to learn more?
Deploying content in the Lotus Learning Management System represents just one piece of a multifaceted management system. If you'd like an "under-the-hood" perspective, see the LDD Today article "Understanding the architecture of the Lotus Learning Management System."


ABOUT THE AUTHOR
Kerry Woodward is a technical writer in the IBM Lotus Software Division. She has worked on documentation for Notes and Domino, LearningSpace, and the Learning Management System during her 12 years with Lotus.