{
    "$schema": "http://schema-store.eurokey.lan/edw/export-schemata/v3/game/questions.schema.json",
    "questions": [
        {
            "id": "019f8922-1c93-73bd-9ac7-bda3229b6427",
            "type": "MULTIPLE_CHOICE",
            "shuffleChoices": true,
            "minChoices": 1,
            "maxChoices": 5,
            "choices": [
                {
                    "id": "019f8922-1cd6-7e9f-b936-10a85401992f"
                },
                {
                    "id": "019f8922-1cdc-74c5-ad83-8f80ea26b5ce"
                },
                {
                    "id": "019f8922-1cdf-7219-9fe4-18c3cfd7ce87"
                },
                {
                    "id": "019f8922-1ce2-726b-a4a9-72f726c60753"
                }
            ],
            "responses": [
                {
                    "id": "019f8922-1cb1-75ba-b48d-2e9449c665a9",
                    "choices": [
                        "019f8922-1cdc-74c5-ad83-8f80ea26b5ce",
                        "019f8922-1cdf-7219-9fe4-18c3cfd7ce87",
                        "019f8922-1ce2-726b-a4a9-72f726c60753"
                    ],
                    "scores": [
                        100,
                        70,
                        40
                    ],
                    "type": "CORRECT"
                },
                {
                    "id": "019f8922-1c93-73bd-9ac9-9bfe865c60e3",
                    "choices": "*",
                    "scores": [
                        0,
                        0,
                        0
                    ],
                    "type": "INCORRECT"
                }
            ],
            "settings": {
                "maximumNumberOfTries": 3,
                "duration": {},
                "evaluation": {
                    "spellchecker": {
                        "use": false,
                        "pointDeduction": 0
                    }
                }
            }
        },
        {
            "id": "019f8922-1d89-7184-b465-fd287cbcd04c",
            "type": "INLINE_TEXT_ENTRY",
            "anchors": [
                {
                    "id": "019f8922-1d89-7184-b469-bc1cb2c75311"
                }
            ],
            "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
                    }
                }
            }
        }
    ]
}