Author API Initialization
enable
Controls whether the author is given the ability to enable and disable Annotations API modules for the assessment player.
You would want to use this so that you can disable the use of annotations tools in Activities.
Note To customize the available annotations tools for learners to use, the customize_presets.enable
initialization option must be set to true
.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"annotations": {
"enable": false
}
}
}
};
Values
Attribute path config.activity_edit.annotations.enable
Default true
Type boolean