{
"notification": {
"type": "success",
"code": "TestingSystem.Command.Completed",
"message": "Операция выполнена."
},
"data": {
"id": "019ef461-17e3-7eaa-80ab-97169442e532",
"attemptId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"testProgramQuestionId": "019ef461-39a5-70cc-a2cd-b9384e10a754",
"type": "single-choice",
"title": "Выберите определение инкапсуляции",
"description": "Опишите принцип своими словами.",
"explanation": "Инкапсуляция ограничивает прямой доступ к состоянию.",
"sort": 1,
"status": "answer_final",
"result": null,
"points": {
"current": 8,
"max": 10
},
"data": {
"randomizeChoices": true,
"choices": [
{
"label": "Сокрытие внутреннего состояния объекта",
"sort": 1,
"isCorrect": true
},
{
"label": "Копирование объекта",
"sort": 2,
"isCorrect": false
}
]
}
},
"meta": {
"requestId": "019ef461-28f4-7fbb-91bc-a827ad53f643",
"traceId": "019ef461-39a5-70cc-a2cd-b9384e10a754"
}
}