{
    "$schema": "http://schema-store.eurokey.lan/edw/export-schemata/v3/game/questions.schema.json",
    "questions": [
        {
            "id": "019f891d-7816-751e-adeb-b7b7025c8c84",
            "type": "MULTIPLE_CHOICE",
            "shuffleChoices": true,
            "minChoices": 1,
            "maxChoices": 5,
            "choices": [
                {
                    "id": "019f891d-e043-7275-8d91-d34a13a12669"
                },
                {
                    "id": "019f891e-0f07-7902-8b1d-931f603a0691"
                },
                {
                    "id": "019f891e-511d-7c61-8637-dd3b3ab8115e"
                },
                {
                    "id": "019f891e-95a2-7f46-8046-2d6e3b2e2b09"
                }
            ],
            "responses": [
                {
                    "id": "019f891d-7818-77d8-97a1-0ee5c4f62316",
                    "choices": [
                        "019f891d-e043-7275-8d91-d34a13a12669",
                        "019f891e-0f07-7902-8b1d-931f603a0691",
                        "019f891e-95a2-7f46-8046-2d6e3b2e2b09"
                    ],
                    "scores": [
                        100,
                        70,
                        40
                    ],
                    "type": "CORRECT"
                },
                {
                    "id": "019f891d-7816-751e-aded-fc13bdf3a149",
                    "choices": "*",
                    "scores": [
                        0,
                        0,
                        0
                    ],
                    "type": "INCORRECT"
                }
            ],
            "settings": {
                "maximumNumberOfTries": 3,
                "duration": {},
                "evaluation": {
                    "spellchecker": {
                        "use": false,
                        "pointDeduction": 0
                    }
                }
            }
        },
        {
            "id": "019f891e-d77e-7c4f-9389-243472f77b88",
            "type": "INLINE_TEXT_ENTRY",
            "anchors": [
                {
                    "id": "019f891f-f425-71fb-9c6b-3ddca816bedf"
                }
            ],
            "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
                    }
                }
            }
        }
    ]
}