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
- The
sections
initialization option, which can be used to set up sections for the assessment. - The
section_options
initialization option, which can be used to configure sections. - The
allow_backward_navigation
initialization option, which allows learners to return to previous sections. - Breaking Assessments Into Sections