config.activity_edit.player.playback.scrolling_indicator.show - Initialization - Author API

Author API Initialization

show

Controls whether the "show scrolling indicator" option is shown.

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

Examples

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

Values

Attribute path config.activity_edit.player.playback.scrolling_indicator.show

Type boolean

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.