Author API Initialization
preload_rubric_editor
This is a premium feature and may not be included in your product license. For more information, reach out to your Learnosity Customer Success Manager.
Controls whether the Rubric editor is preloaded when the Feedback Aide scoring is enabled in the Widget editor view.
You would want to use this to improve the performance of loading the Rubric editor when the Feedback Aide scoring is enabled in the Widget editor view.
Examples
// Preload the Rubric editor
var initializationOptions = {
"config": {
"widget_templates": {
"feedbackaide_scoring": {
"enable": true,
"preload_rubric_editor": true
}
}
}
};
Values
Attribute path config.widget_templates.feedbackaide_scoring.preload_rubric_editor
Default false
Type boolean
Versioning
Version added: v2025.3.LTS