itemsApp
The following methods are accessed via the itemsApp
object returned by window.LearnosityItems.init()
. This object provides methods to interact with, and receive information from the particular instance of Items API.
Most of these methods are not available until the readyListener
callback has been executed, unless otherwise noted. See Initialization & Callbacks for more information.
- addItems()
- assessApp()
- attemptedItems()
- attemptedQuestions()
- dialogs()
- eventsApp()
- feature()
- features()
- getActivity()
- getCurrentItem()
- getFeatures()
- getItemScores()
- getItems()
- getItemsMetadata()
- getMetadata()
- getQuestions()
- getResponses()
- getScores()
- getTags()
- getTime()
- item()
- items()
- off()
- on()
- once()
- question()
- questions()
- questionsApp()
- reset()
- safeToUnload()
- save()
- submit()
- unsaveableQuestions()
- validItems()
- validateQuestions()