Grading API Methods
This article details methods the host page can use to interact with Grading API.
LearnosityGrading
The following methods are accessed via the window.LearnosityGrading
object.
When the Grading API script has loaded, the LearnosityGrading
object is instantiated, and ready for use.
gradingApp
The following methods are accessed via the gradingApp
object returned by window.LearnosityGrading.init()
. This object provides methods to interact with, and receive information from the particular instance of Grading API.
Most of these methods are not available until the readyListener
callback has been executed, unless otherwise noted. See Initialization for more information.
See the gradingApp Methods article for more information.