Rubric Editor API Methods
init()
Initialize an instance for LearnosityRubricEditor app.
You would want to call this method when you want to create a new instance of the Rubric Editor app.
Examples
const rubricEditorApp = await LearnosityRubricEditor.init();
Arguments
None.
Return value
Type Promise
When the promise resolves, it will return a RubricEditorApp interface.
See RubricEditorApp for more information.