...
Description:
Initialize communication with LMS by calling the LMSInitialize function which will be implemented by the LMS. This function also gets the SCO id by grabbing the last token of the path in the iframe and adds it to the SCOIDMapping object.
ValidateInput(cmiElementName)
Inputs: cmiElementName
Returns: none
Description:
Check input to see if it fits the convention for cmi Element Names
ValidateInitialize()
Inputs: None
Returns: False if LMS not initialized
Else return true
Description:
Check if LMS has been initialized. Return error if LMS has not been initialized. Else return true
LMSFinish()
Inputs: None
Returns: CMIBoolean true if successful
CMIBoolean false if failed.
...
Description:
Call the LMSGetDiagnostic function
ValidateInput(cmiElementName)
Inputs: cmiElementName
Returns: none
Description:
Check input to see if it fits the convention for cmi Element Names
ValidateInitialize()
Inputs: None
Returns: False if LMS not initialized
Else return true
Description:
Check if LMS has been initialized. Return error if LMS has not been initialized. Else return true
Getters
GetObjectiveChildren()
...