This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Public Method Assess API

init()

A method called on window.LearnosityAssess to instantiate an instance of the Assess API player. Once called, and finished initializing (see callbacks for more info on when the API is considered in 'ready' state), you can use the returned application instance (called assessApp in this documentation) to access its public methods.

This function must be called before any other functionality can be used.

Only one instance of Learnosity's Assessment player may exist at any one time. If you wish to initialize a second instance, you will first need to remove the existing instance using assessApp.reset().

Arguments

Return value

assessApp

Was this article helpful?