Accessibility
 
 Home / Solutions / eLearning / Product Extensions / Dreamweaver Extensions
eLearning - SCORM Runtime Wrapper Extension for Dreamweaver MX

The SCORM (Shareable Content Object Reference Model) Runtime Wrapper Extension for Dreamweaver MX gives instructional developers the ability to quickly create or update HTML content so that it complies with Advanced Distributed Learning (ADL) standards for the runtime environment.

Download Extension »

Benefits


Automatically Find API Object and Call Initialize and Finish Methods
Automatically inserts all necessary JavaScript code and HTML tag attributes to automatically find the API object provided by the management system. It also calls the Initialize and Finish methods of the object per the ADL specification requirements.

The command respects any onLoad or onUnload handlers that already exist in the page and makes sure they are still properly invoked after the SCORM code and attributes are added.

screen shot: Automatically 
                      Find API Object and Call Initialize and Finish Methods Full-size image



Set Lesson Status
Allows developers to configure content to automatically set the completion status of a lesson.

The developer can set the status whether the page is loaded, unloaded, or both. All of the available ADL status options are available: Not Attempted, Browsed, Incomplete, Completed, Passed, and Failed.

screen shot: Set 
                      Lesson Status
Full-size image



Disable Initialize or Finish
Allows developers to selectively disable either the Initialize or Finish calls, or both.

For greater flexibility the developer can selectively disable the call to Initialize and/or the Finish method. This allows the developer to quickly and easily string together several HTML pages into one lesson and track them in a manner consistent with ADL specifications.

screen shot: Disable Initialize or Finish
Full-size image

top