Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description:
Call the LMSGetDiagnostic function

setError(SCORMErrorCode, statusCode, Message, StackTrace)

Inputs: SCORMErrorCode
             statusCode
             Message
             StackTrace
Returns: none

Description: sets API.private member variables to the specified error values

clearError()

Inputs: none
Returns: none

Description: Clears the values of the members of the API.private object

GetObjectiveChildren()

Inputs: none
Returns: objective children

...

Description: Assessment name = SCO.Id + "-Score", stored in the OutOf property of the student result audit state

SetStudent(prop, value) - TODO verify return

Inputs: prop - property to be set
             value - property value
Returns: sets the student if correctly stored, otherwise returns false

Description: Sets Student's property

GetSCOEntry (coursePath, SCOId, studentId)

...

Inputs: coursePath -> course path,
             SCOId -> identificator
             studentId -> student Guid
             value - The comments to set
Returns: true if correctly stored otherwise false

Description: Sets comments (cmi.core.comments

SetStudent(prop, value) - TODO verify return

Inputs: prop - property to be set
             value - property value
Returns: sets the student if correctly stored, otherwise returns false

Description: Sets Student's property

setError(SCORMErrorCode, statusCode, Message, StackTrace)

Inputs: SCORMErrorCode
             statusCode
             Message
             StackTrace
Returns: none

Description: sets API.private member variables to the specified error values

clearError()

Inputs: none
Returns: none

Description: Clears the values of the members of the API.private object

callServer(url, method, hasBoolResult, params)

...