config.question_modifications.mcq.distractor_reduction.exclude - Initialization - Items API

Items API Initialization

exclude

Specifies the Multiple choice Question subtype to exclude from distractor reduction.

You would want to use this so that you can prevent distractor reduction from being applied to certain Question formats that are not appropriate for simplification (e.g., multi-select).

Examples

// Enabling custom question modifications
var initializationOptions = {
    "config": {
        "question_modifications": {
            "mcq": {
                "distractor_reduction": {
                    "exclude": "multi-select"
                }
            }
        }
    }
};

Values

Attribute path config.question_modifications.mcq.distractor_reduction.exclude

Type string

Possible values

  • "single-select"

    Do not reduce number of distractors for MCQs that require a single response.

  • "multi-select"

    Do not reduce number of distractors for MCQs that allow multiple responses.

Was this article helpful?

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