Author API Initialization
show
Controls whether the difficulty of an Activity is shown.
You would want to specify this initialization option so that the difficulty of the Activity is shown.
Examples
var initializationOptions = {
"config": {
"activity_edit": {
"difficulty": {
"show": true
}
}
}
};
Values
Attribute path config.activity_edit.difficulty.show
Default false
Type boolean