Rubric Editor API Methods
This article details methods the host page can use to interact with Rubric Editor API.
LearnosityRubricEditor
The following methods are accessed via the window.LearnosityRubricEditor object.
When the Rubric Editor API script has loaded, the LearnosityRubricEditor object is instantiated, and ready for use.
rubricEditorApp
The following methods are accessed via the rubricEditorApp object returned by window.LearnosityRubricEditor.init(). This object provides methods to interact with, and receive information from the particular instance of Rubric Editor API.
rubricEditor
The following methods are accessed via the rubricEditor object returned by rubricEditorApp.createEditor(). This object provides methods to interact with, and receive information from the particular instance of a rubric editor.