{
"id": "string",
"title": "string",
"subject": {
"id": "string",
"name": "string"
},
"academicPeriod": {
"id": "string",
"name": "string"
},
"owner": {
"id": "string",
"name": "string",
"image": "string"
},
"status": "DRAFT",
"displayStatus": "NOT_STARTED",
"isScheduled": true,
"openAt": "2019-08-24T14:15:22.123Z",
"dueAt": "2019-08-24T14:15:22.123Z",
"durationMinutes": 0,
"questionCount": 0,
"questionLimit": 0,
"participantCount": 0,
"attemptCount": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z",
"description": "string",
"passcode": "string",
"requiresPasscode": true,
"shuffleQuestions": true,
"shuffleOptions": true,
"showResults": true,
"showPoints": true,
"passingScore": 0,
"allowBrowser": true,
"enforceIntegrity": true,
"appSwitchLimit": 0,
"cameraMode": "OFF",
"requireLocation": true,
"questions": [
{
"id": "string",
"examId": "string",
"order": 0,
"type": "MULTIPLE_CHOICE",
"text": "string",
"content": {
"property1": "string",
"property2": "string"
},
"answerKey": {
"property1": "string",
"property2": "string"
},
"points": 0,
"sourceQuestionId": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"bank": {
"id": "string",
"title": "string"
}
}