Author API Initialization
show
Controls whether the administration settings are shown in the assessment player.
You would want to use this to allow authors to configure the administration settings panel.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"player": {
"administration": {
"show": true
}
}
}
}
};
Values
Attribute path config.activity_edit.player.administration.show
Default false
Type boolean