Author API Initialization
enable
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 Feedback Aide scoring is enabled in the Widget editor view.
You would want to use this to enable the Feedback Aide scoring in the Widget editor view.
Examples
// Enable the Feedback Aide scoring
var initializationOptions = {
"config": {
"widget_templates": {
"feedbackaide_scoring": {
"enable": true
}
}
}
};
Values
Attribute path config.widget_templates.feedbackaide_scoring.enable
Default false
Type boolean
Versioning
Version added: v2025.3.LTS