{
    "id": "334c38c0",
    "title": "Test",
    "questions": [
        {
            "text": "1,2 or 3?",
            "type": "choice",
            "options": [
                "1",
                "2",
                "3"
            ],
            "multiple_correct": false,
            "correct": "2"
        }
    ],
    "master_password": "123",
    "created": "2026-06-10 11:49:19",
    "submissions": [
        {
            "username": "1",
            "score": 1,
            "total": 1,
            "answers": [
                {
                    "question": "1,2 or 3?",
                    "user_answer": "2",
                    "correct_answer": "2",
                    "is_correct": true
                }
            ],
            "submitted_at": "2026-06-10 11:49:33"
        }
    ]
}