True is the wrapper did find the SCORM Runtime API.
Is the connection is active or not.
Completion status value.
Exit mode value.
Turn on/off logging in trace().
Should the wrapper handle completion status when running initialize().
Should the wrapper handle exit mode when running terminate().
The SCORM Runtime version.
Looks for an object named API (SCORM 1.2) or API_1483_11 (SCORM 2004) in parent and opener windows.
the window object
Looks for an object named API (SCORM 1.2) or API_1483_11 (SCORM 2004), first in the current window's frame hierarchy and then, if necessary, in the current window's opener window hierarchy (if there is an opener window).
Returns the handle to API (SCORM 1.2) or API_1483_11 (SCORM 2004) object if it was previously set.
Requests the error code for the current error state from the LMS.
"Exists for LMS specific use. It allows the LMS to define additional diagnostic information through the API Instance."
"Used by a SCO to request the textual description for the error code specified by the value of [errorCode]."
Requests information from the LMS.
Side effects:
parameter name of the SCORM data model element
Get completion status value.
Current completion status value.
Tells the LMS to initiate the communication session.
A simple function to allow Flash ExternalInterface to confirm presence of JS wrapper before attempting any LMS communication.
Instructs the LMS to persist all data to this point in the session.
Tells the LMS to assign the value to the named data model element. Also stores the SCO's completion status in a variable named completionStatus. This variable is checked whenever terminate() is invoked.
The data model element
The value for the data model element
Set completion status.
completion status we want to set.
Converts 'boolean strings' into actual valid booleans. (Most values returned from the API are the strings "true" and "false".)
Tells the LMS to terminate the communication session.
Displays error messages when in debug mode.
message to be displayed
Generated using TypeDoc
The API (SCORM 1.2) or API_1484_11 (SCORM 2004) object which contains the SCORM Runtime API.