Initialization Option Author API

show

Controls whether the scoring section settings are shown.

You would want to use this to hide the option in the assessment player settings.

Examples

var initializationOptions = {
    "config": {
        "activity_edit": {
            "player": {
                "scoring": {
                    "show": false
                }
            }
        }
    }
};

Values

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

Default: true

Type boolean

Was this article helpful?