Author API Initialization
show
Controls whether the assessment player template builder is shown.
You would want to use this to allow authors to create and edit assessment player templates.
Assessment player templates can be defined using the player_templates
initialization option.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"player_template_builder": {
"show": true
}
}
}
};
Values
Attribute path config.activity_edit.player_template_builder.show
Default false
Type boolean
Versioning
Version added: v2022.1.LTS