Last active
April 1, 2025 09:05
-
-
Save StrixG/4b8ddf9937b68cc0e001f6b8b26f08f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"request_id": "818cf539-5b38-4c0b-aeb4-47a4789fdb54", | |
"event": "question", | |
"type": "response", | |
"data": { | |
"datetime": "2025-04-01T07:29:05.780636+00:00", | |
"payload": { | |
"question_id": 405, | |
"question_text": "Вопрос", | |
"question_number": 3, | |
"question_answers": [ | |
{ | |
"id": 1, | |
"text": "ответ 1", | |
"isCorrectAnswer": false | |
}, | |
{ | |
"id": 2, | |
"text": "ответ 2", | |
"isCorrectAnswer": false | |
}, | |
{ | |
"id": 3, | |
"text": "ответ 4", | |
"isCorrectAnswer": true | |
} | |
], | |
"answer_status": { | |
"general_score": 50 // Общее количество очков | |
"answered": [ | |
{ | |
"id": 468, | |
"correct": true | |
}, | |
{ | |
"id": 469, | |
"correct": false // Optional | |
} | |
], | |
"marked_answer": { // Optional | |
"answer_id": 3, | |
"score": 3, | |
} | |
}, | |
"time_left": 30000 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment