Author API Initialization
show
Controls whether the "auto save at intervals of n seconds" 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": {
"time": {
"auto_save": {
"show": false
}
}
}
}
}
};
Values
Attribute path config.activity_edit.player.time.auto_save.show
Type boolean