Rubric Editor API Methods
getMaxScore()
Retrieves the maximum score of the currently edited rubric.
You would want to use this method when you need to calculate the maximum score of the rubric, for example, to display it in your application.
Examples
const maxScore = await editor.getMaxScore();
Arguments
None.
Return value
Type Promise
Resolves to the maximum score of the current rubric.