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