Initialization Option Author API

show

Controls whether the administration settings are shown in the assessment player.

You would want to use this to allow authors to configure the administration settings panel.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "player": {
                "administration": {
                    "show": true
                }
            }
        }
    }
};

Values

Request object key config.activity_edit.player.administration.show

Default: false

Type boolean

Was this article helpful?