{
    "$schema": "http://schema-store.eurokey.lan/edw/export-schemata/v3/game/questions.schema.json",
    "questions": [
        {
            "id": "019f8ee6-7926-7906-9991-e69ed423bfdb",
            "type": "INLINE_TEXT_ENTRY",
            "anchors": [
                {
                    "id": "019f8ee6-d6f9-773b-af11-d7080423eeb1"
                }
            ],
            "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
                    }
                }
            }
        }
    ]
}