config.question_modifications.mcq - Initialization - Items API

Items API Initialization

mcq

Specifies the custom settings to apply only to Multiple choice Question types.

You would want to use this so that you can tailor the behavior or presentation of Multiple choice Questions for a specific assessment or learner context.

Examples

// Enabling custom question modifications
var initializationOptions = {
    "config": {
        "question_modifications": {
            "mcq": {
                "distractor_reduction": {
                    "exclude": "single-select",
                    "minimum_distractors_count": 3,
                    "amount": 1
                }
            }
        }
    }
};

Values

Attribute path config.question_modifications.mcq

Type object

Properties

  • distractor_reduction object

    Defines the eligibility rules for when MCQs can have distractors reduced.

Was this article helpful?

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