{
    "id": "d01a1444",
    "title": "Test",
    "questions": [
        {
            "text": "1+x=2",
            "type": "text",
            "correct": "1"
        },
        {
            "text": "he",
            "type": "choice",
            "correct": "2",
            "options": [
                "1",
                "2"
            ]
        },
        {
            "text": "did u withness bulying?",
            "type": "choice",
            "correct": "da",
            "options": [
                "da",
                "nu",
                "nu stiu"
            ]
        }
    ],
    "master_password": "123",
    "created": "2026-06-10 10:11:53",
    "submissions": [
        {
            "username": "ezyalex700",
            "score": 1,
            "total": 3,
            "answers": [
                {
                    "question": "1+x=2",
                    "user_answer": "1",
                    "correct_answer": "1",
                    "is_correct": true
                },
                {
                    "question": "he",
                    "user_answer": "1",
                    "correct_answer": "2",
                    "is_correct": false
                },
                {
                    "question": "did u withness bulying?",
                    "user_answer": "nu",
                    "correct_answer": "da",
                    "is_correct": false
                }
            ],
            "submitted_at": "2026-06-10 10:13:59"
        }
    ]
}