Author API Initialization
default_checked
Controls whether the Item shown after the assessment has been submitted is enabled by default for new Activities.
Examples
// Disable the outro Item for new Activities
var initializationOptions = {
"config": {
"activity_edit": {
"outro_item": {
"default_checked": false
}
}
}
};
Values
Attribute path config.activity_edit.outro_item.default_checked
Default true
Type boolean