getRubric - Methods - Rubric Editor API

Rubric Editor API Methods

getRubric()

Returns the currently edited rubric JSON.

You would want to use this method when you need to access the current rubric JSON object, for example, to save it to your database or to display it in your application.

Examples

const rubric = await editor.getRubric();

Arguments

None.

Return value

Type Promise

Resolves to the current rubric JSON object.

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.