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 or not the AI math hints generation button is shown.
You would want to use this to allow authors to generate math hints.
Examples
var initializationOptions = {
"config": {
"item_edit": {
"item": {
"math_hints_generation": {
"enable": true
}
}
}
}
};
Values
Attribute path config.item_edit.item.math_hints_generation.enable
Default false
Type boolean
Versioning
Version added: v2025.2.LTS