Items API Methods
assessApp()
Obtains the instance of the Assess API being used.
You would want to use this method to call the assessment player methods, so that you can control the assessment player. For example, programatically jumping to the next Item in the assessment.
Important This method only works when the rendering_type
initialization option is set to "assess"
.
Examples
// Get the instance of the assessApp
var assessApp = itemsApp.assessApp();
// Get the progress of the learner through the current Activity
itemsApp.assessApp().getProgress();
Arguments
None.
Return value
Type object
Returns the instance of the assessApp
for the current Activity.