Initialization Option Items API

warning_on_section_change

Displays a warning dialog informing learners that they won't be able to return to the current section when they attempt to progress into a new section.

You would want to specify this option so that you can let the learners know about the navigation restrictions between sections.

Examples

// Enables the warning dialog when a section is about to change
var initializationOptions = {
    "config": {
        "navigation": {
            "warning_on_section_change": true
        }
    }
};

Values

Request object key config.navigation.warning_on_section_change

Default: false

Type boolean

Related articles

Was this article helpful?