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 Account Manager.
Controls whether to allow bulk operations.
You would want to use this to allow the generation of multiple questions or translations at once.
Examples
const initializationOptions = {
"config": {
"bulk_operations": {
"enable": true
}
}
};
Values
Attribute path config.bulk_operations.enable
Default false
Type boolean