questions - Initialization - Questions API

Questions API Initialization

questions

List of Question JSON objects to use in the assessment.

Examples

"questions": [
    {
        "response_id": "60005",
        "type": "association",
        "stimulus": "Match the cities to the parent nation.",
        "stimulus_list": ["London", "Dublin", "Paris", "Sydney"],
        "possible_responses": ["Australia", "France", "Ireland", "England"],
        "validation": {
            "valid_responses": [
                ["England"], ["Ireland"], ["France"], ["Australia"]
            ]
        },
        "instant_feedback": true
    }
]

Values

Attribute path questions

Type array[QuestionJson]

this is a mandatory property.

Was this article helpful?

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