{
"id": "FID001",
"type": "CourseItemQuiz",
"attributes": {
"title": "string",
"description": "string",
"customLabel": "string",
"type": "quiz",
"isReviewRequired": true,
"passScore": 0,
"quizMode": "practice"
},
"relationships": {
"course": {
"data": {
"id": "FID001",
"type": "Course"
}
},
"folder": {
"data": {
"id": "FID001",
"type": "CourseFolder"
}
},
"quiz": {
"data": {
"id": "FID001",
"type": "Quiz"
}
}
}
}