Author API Initialization
enable
Controls whether the author can customize the assessment player's default label bundles.
You would want to use this to prevent the author from changing the UI text on various elements such as button labels and text content shown in dialogs.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"override_labels": {
"enable": false
}
}
}
};
Values
Attribute path config.activity_edit.override_labels.enable
Default true
Type boolean