{
"id": "string",
"quizId": "string",
"attemptNumber": 0,
"status": "IN_PROGRESS",
"startedAt": "2019-08-24T14:15:22.123Z",
"submittedAt": "2019-08-24T14:15:22.123Z",
"autoScore": 0,
"manualScore": 0,
"totalScore": 0,
"gradedAt": "2019-08-24T14:15:22.123Z",
"student": {
"id": "string",
"name": "string",
"nisn": "string"
},
"quiz": {
"id": "string",
"title": "string",
"durationMinutes": 0,
"dueAt": "2019-08-24T14:15:22.123Z",
"showResults": true,
"showPoints": true,
"passingScore": 0,
"totalPoints": 0
},
"questions": [
{
"id": "string",
"order": 0,
"type": "MULTIPLE_CHOICE",
"text": "string",
"content": {
"property1": "string",
"property2": "string"
},
"answerKey": {
"property1": "string",
"property2": "string"
},
"points": 0
}
],
"answers": [
{
"id": "string",
"quizQuestionId": "string",
"response": {
"property1": "string",
"property2": "string"
},
"isFlagged": true,
"isCorrect": true,
"earnedPoints": 0,
"feedback": "string"
}
]
}