Author Aide API Initialization
knowledgebank
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.
Specifies the configuration options of the Knowledge Bank feature.
You would want to use this to enable the Knowledge Bank, which allows authors to use curated knowledge resources during Item generation.
Examples
const initializationOptions = {
"config": {
"knowledgebank": {
"enable": true,
"user_scoped": false
}
}
};
Values
Attribute path config.knowledgebank
Type object
Properties
-
enable boolean
Controls whether to enable the Knowledge Bank feature.
-
user_scoped boolean
Controls whether the Knowledge Bank is scoped to the individual user.