config.navigation.warning_on_section_change - Initialization - Items API

Items API Initialization

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

Attribute path config.navigation.warning_on_section_change

Default false

Type boolean

Related articles

Was this article helpful?

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