config.ignore_question_attributes - Initialization - Items API

Items API Initialization

ignore_question_attributes

Removes specified attributes from all Questions in the Activity before loading and rendering them in the assessment.

You would want to specify this option so that you can apply global overrides for all Questions in the assessment without having to edit each Question individually from your Item bank.

Examples

// Ignore the "shuffle_options" attribute in all Questions
var initializationOptions = {
    "config": {
        "ignore_question_attributes": [
            "shuffle_options"
        ]
    }
};

Values

Attribute path config.ignore_question_attributes

Type array

Related articles

Was this article helpful?

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