config.activity_edit.intro_item.default_checked - Initialization - Author API

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

Was this article helpful?

Did you arrive here by accident? If so, learn more about Learnosity.