Initialization Option Author API

enable

Controls access to the UI customization interface for regions presets.

You would want to use this to prevent authors from changing the existing regions presets.

Regions presets are predefined user interface layouts for the assessment player which can be selected by an author.

Examples

// Disable access to the UI customization interface 
var initializationOptions = {
    "config": {
        "activity_edit": {
            "customize_presets": {
                "enable": false
            }
        }
    }
};

Values

Request object key config.activity_edit.customize_presets.enable

Default: true

Type boolean

Was this article helpful?