Assess API Methods
This article details methods the host page can use to interact with Assess API.
LearnosityAssess
The following methods are accessed via the window.LearnosityAssess object.
When the Assess API script has loaded, the LearnosityAssess object is instantiated, and ready for use.
assessApp
The following methods are accessed via the assessApp object returned by the assessApp() method. This object provides methods to interact with and receive information from the assessment player.
- addAccessibilityPalettes()
- addItems()
- append()
- attemptedItems()
- attemptedQuestions()
- audioPlayer()
- dialogs()
- eventsApp()
- feature()
- features()
- getCurrentItem()
- getFeatures()
- getItemPosition()
- getItemResponses()
- getItemScores()
- getItems()
- getItemsMetadata()
- getMetadata()
- getProgress()
- getQuestions()
- getResponses()
- getScores()
- getSubmissionData()
- getTime()
- getTimeWindow()
- hasStarted()
- item()
- items()
- off()
- on()
- once()
- question()
- questions()
- questionsApp()
- reset()
- safeToUnload()
- save()
- setAccessibility()
- setHeight()
- start()
- submit()
- unsaveableQuestions()
- validateQuestions()
- validQuestions()