Author API Initialization
show
Controls whether the "scroll to top on Item change" option is shown.
You would want to use this to hide the option in the assessment player settings.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"player": {
"playback": {
"scroll_to_top": {
"show": false
}
}
}
}
}
};
Values
Attribute path config.activity_edit.player.playback.scroll_to_top.show
Type boolean