Items API Initialization
scrolling_indicator
Specifies whether to show a scrolling indicator at the bottom of the "horizontal-fixed"
regions layout of the assessment player.
You would want to specify this option so that learners have a visual indicator that the current Item has more content that they will need to scroll down further to see.
Examples
// Enable a scrolling indicator for the assessment player
var initializationOptions = {
"config": {
"navigation": {
"scrolling_indicator": true
}
}
};
Values
Attribute path config.navigation.scrolling_indicator
Default false
Type boolean
Related articles
- See Horizontal fixed region for more information.
- The
warning_on_change
initialization option, which can display a warning dialog to the learner that there are still some unattempted Questions in the current Item.