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

Author API Initialization

scrolling_indicator

Configuration options for the "show scrolling indicator" functionality.

Values

Attribute path config.activity_edit.player.playback.scrolling_indicator

Type object

Properties

  • show boolean

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

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

    Default: true

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

    Controls whether the "show scrolling indicator" option can be changed.

    You would want to use this so that you can prevent authors from changing the option in the assessment player settings. The option will be displayed but cannot be changed.

    Default: true

    var initializationOptions = {
                    "config": {
                        "activity_edit": {
                            "player": {
                                "playback": {
                                    "scrolling_indicator": {
                                        "edit": false
                                    }
                                }
                            }
                        }
                    }
                };
                
Was this article helpful?

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