Author API Initialization
default_checked
Controls whether the Item shown before the learner starts the assessment is enabled by default for new Activities.
Examples
// Disable the intro Item for new Activities
var initializationOptions = {
"config": {
"activity_edit": {
"intro_item": {
"default_checked": false
}
}
}
};
Values
Attribute path config.activity_edit.intro_item.default_checked
Default true
Type boolean