Initialization Option Author API

show

Controls whether the difficulty of an Activity is shown.

You would want to specify this initialization option so that the difficulty of the Activity is shown.

Examples

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

Values

Request object key config.activity_edit.difficulty.show

Default: false

Type boolean

Was this article helpful?