Author Aide 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 to enable the Knowledge Bank feature.
You would want to use this to allow authors to access and use Knowledge Bank resources when generating Items.
Examples
const initializationOptions = {
"config": {
"knowledgebank": {
"enable": true
}
}
};
Values
Attribute path config.knowledgebank.enable
Default false
Type boolean