Initialization Option Author API

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

Request object key config.activity_edit.override_labels.enable

Default: true

Type boolean

Related articles

Was this article helpful?