{
    "$schema": "http://schema-store.eurokey.lan/edw/export-schemata/v3/game/questions.schema.json",
    "questions": [
        {
            "id": "019f8da7-7f4b-7f4a-b55a-9f7b36b27074",
            "type": "MULTIPLE_CHOICE",
            "shuffleChoices": true,
            "minChoices": 1,
            "maxChoices": 1,
            "choices": [
                {
                    "id": "019f8da8-2fec-706d-bc0b-1b07ab66b051"
                },
                {
                    "id": "019f8da8-45a8-7773-a527-b1cbc8b8734a"
                },
                {
                    "id": "019f8da8-5996-70ff-8cef-309de7637dfc"
                }
            ],
            "responses": [
                {
                    "id": "019f8da7-7f4d-7801-9557-b35cb0f19fe1",
                    "choices": [
                        "019f8da8-2fec-706d-bc0b-1b07ab66b051"
                    ],
                    "scores": [
                        100,
                        70,
                        40
                    ],
                    "type": "CORRECT"
                },
                {
                    "id": "019f8da7-7f4b-7f4a-b55c-b9a8ec20e09b",
                    "choices": "*",
                    "scores": [
                        0,
                        0,
                        0
                    ],
                    "type": "INCORRECT"
                }
            ],
            "settings": {
                "maximumNumberOfTries": 3,
                "duration": {},
                "evaluation": {
                    "spellchecker": {
                        "use": false,
                        "pointDeduction": 0
                    }
                }
            }
        },
        {
            "id": "019f8da6-f5d3-75d8-bb54-53aa4cfe2c79",
            "type": "INLINE_TEXT_ENTRY",
            "anchors": [
                {
                    "id": "019f8da6-f5d4-7afc-b92a-e7f0f914214a"
                }
            ],
            "responses": [
                {
                    "id": "correct",
                    "scores": [
                        100,
                        70,
                        40
                    ],
                    "type": "CORRECT"
                },
                {
                    "id": "wrong",
                    "scores": [
                        0,
                        0,
                        0
                    ],
                    "type": "INCORRECT"
                }
            ],
            "settings": {
                "maximumNumberOfTries": 3,
                "duration": {},
                "evaluation": {
                    "spellchecker": {
                        "use": false,
                        "pointDeduction": 0
                    }
                }
            }
        }
    ]
}