{
    "id": "77fbd94b",
    "title": "Test",
    "questions": [
        {
            "text": "1",
            "type": "text",
            "correct": "1"
        },
        {
            "text": "123",
            "type": "choice",
            "correct": "2",
            "options": [
                "1",
                "2",
                "3"
            ]
        },
        {
            "text": "y\/n",
            "type": "choice",
            "correct": "y",
            "options": [
                "y",
                "n"
            ]
        }
    ],
    "master_password": "123",
    "created": "2026-06-10 09:57:19",
    "submissions": [
        {
            "username": "1",
            "score": 3,
            "total": 3,
            "answers": [
                {
                    "question": "1",
                    "user_answer": "1",
                    "correct_answer": "1",
                    "is_correct": true
                },
                {
                    "question": "123",
                    "user_answer": "2",
                    "correct_answer": "2",
                    "is_correct": true
                },
                {
                    "question": "y\/n",
                    "user_answer": "y",
                    "correct_answer": "y",
                    "is_correct": true
                }
            ],
            "submitted_at": "2026-06-10 10:06:05"
        }
    ]
}