curl --location 'https://api-lms.staging.teach-in.ru/api/testing-system/testing/test-members/019ce840-47b8-7198-876f-5f7610b47ce3/attempts/019ce840-544d-7c7c-a734-4b1f6706db7c' \
--header 'Authorization: Bearer <token>'{
"notification": {
"type": "success",
"code": "string",
"message": "string"
},
"id": "string",
"number": 0,
"status": "string",
"dateStart": "string",
"dateEndPlan": "string",
"dateEnd": "string",
"points": {
"current": 0,
"max": 0
},
"checkingEvaluatingStrategy": "string",
"questions": [
{
"id": "string",
"type": "string",
"title": "string",
"description": "string",
"comment": "string",
"data": {
"descriptions": [
{
"description": "string",
"key": "string",
"sort": 0
}
],
"labels": [
{
"label": "string",
"key": "string",
"descriptionKey": "string",
"sort": 0
}
],
"choices": [
{
"isCorrect": true,
"sort": 0,
"label": "string",
"key": "string"
}
],
"keys": [
{
"string": "string",
"mistakesCount": 0,
"float": "string",
"precision": 0
}
],
"originValues": [
{
"value": "string",
"key": "string",
"sort": 0
}
],
"values": [
{
"value": "string",
"key": "string",
"sort": 0
}
]
},
"status": "string",
"points": {
"current": 0,
"max": 0
},
"answers": [
{
"id": "string",
"main": true,
"data": {
"values": [
{
"key": "string",
"descriptionKey": "string",
"sort": 0
}
],
"choices": [
"string"
],
"string": "string",
"float": 0
},
"createDate": "string",
"testCheckingEvaluation": {
"correctness": 0,
"points": {
"current": 0,
"max": 0
},
"clarification": null
}
}
]
}
],
"meta": {
"requestId": "string",
"traceId": "string"
}
}