Versions Compared

Key

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

...

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

Helper Functions

clearError()

Inputs: none
Returns: none

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

callServer(url, method, hasBoolResult, params)

Inputs: url - API url,
            method - GET or POST,
            hasBoolResult - if the caller wants to a 'true' or 'false' return, or a result or an empty string?? 
            params - object that represents parameters that need to be sent to server
Returns: response or empty string '' if error happend

Description: calls server API methods (wrapper for Jquery ajax call)

clearError()

Inputs: none
Returns: none

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

findId(storeName, n)

Inputs: storeName - storage name
            'n' variable
Returns: undefined

Description: Tries to find id/n combination by 'n' variable in specific local storage (Can be multiple, for example interactions or objectives).

...