{
    "id": "fe38f448",
    "title": "Test",
    "questions": [
        {
            "text": "1,2 or 3?",
            "type": "choice",
            "correct": "2",
            "options": [
                "1",
                "2",
                "3"
            ]
        },
        {
            "text": "is1 vs is2",
            "type": "choice",
            "correct": "t34",
            "options": [
                "is1",
                "is2",
                "kv2"
            ]
        }
    ],
    "master_password": "123",
    "created": "2026-06-10 09:51:51",
    "submissions": [
        {
            "username": "ezyalex700",
            "score": 1,
            "total": 2,
            "answers": [
                {
                    "question": "1,2 or 3?",
                    "user_answer": "2",
                    "correct_answer": "2",
                    "is_correct": true
                },
                {
                    "question": "is1 vs is2",
                    "user_answer": "kv2",
                    "correct_answer": "t34",
                    "is_correct": false
                }
            ],
            "submitted_at": "2026-06-10 09:52:33"
        }
    ]
}