{
    "id": "46c2431f",
    "title": "Test",
    "questions": [
        {
            "text": "1,2 or 3?",
            "type": "choice",
            "correct": "2",
            "options": [
                "1",
                "2",
                "3"
            ]
        },
        {
            "text": "like summer?",
            "type": "text",
            "correct": "yes"
        }
    ],
    "master_password": "123",
    "created": "2026-06-10 09:43:15",
    "submissions": [
        {
            "username": "ezyalex700",
            "score": 2,
            "total": 2,
            "answers": [
                {
                    "question": "1,2 or 3?",
                    "user_answer": "2",
                    "correct_answer": "2",
                    "is_correct": true
                },
                {
                    "question": "like summer?",
                    "user_answer": "yes",
                    "correct_answer": "yes",
                    "is_correct": true
                }
            ],
            "submitted_at": "2026-06-10 09:44:23"
        },
        {
            "username": "ezyalex700",
            "score": 2,
            "total": 2,
            "answers": [
                {
                    "question": "1,2 or 3?",
                    "user_answer": "2",
                    "correct_answer": "2",
                    "is_correct": true
                },
                {
                    "question": "like summer?",
                    "user_answer": "yes",
                    "correct_answer": "yes",
                    "is_correct": true
                }
            ],
            "submitted_at": "2026-06-10 09:45:33"
        }
    ]
}