Skip to content

Instantly share code, notes, and snippets.

@kmlprtsng
Created September 25, 2013 09:27
Show Gist options
  • Save kmlprtsng/6697204 to your computer and use it in GitHub Desktop.
Save kmlprtsng/6697204 to your computer and use it in GitHub Desktop.
SCORM 1.2 LMS methods mapped to SCORM 2004 API
Changes to API Methods
SCORM1.2 SCORM2004
LMSInitialize(“”) Initialize(“”)
LMSFinish(“”) Terminate(“”)
LMSGetValue(parameter) GetValue(parameter)
LMSSetValue(parameter_1,parameter_2) SetValue(parameter_1,parameter_2)
LMSCommit(“”) Commit(“”)
LMSGetLastError() GetLastError()
LMSGetErrorString(parameter) GetErrorString(parameter)
LMSGetDiagnostic(parameter) GetDiagnostic(parameter)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment