{
"quizId": "string",
"difficulty": "EASY",
"origin": "CATALOG",
"quizCatalogId": "string",
"syncWithCatalog": true,
"placement": "STANDALONE",
"storyId": "string",
"source": "string",
"defaultLang": "aa",
"langs": [
"aa"
],
"parentId": "string",
"parentType": "learningPath",
"tags": [
{
"tagId": "string",
"priority": 0,
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
],
"translation": {
"quizId": "string",
"lang": "aa",
"question": "string",
"opt1": "string",
"opt2": "string",
"opt3": "string",
"opt4": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
},
"progress": {
"status": "NOT_STARTED",
"outcome": "SUCCESS",
"answer": "opt1",
"correctAnswer": "opt1",
"startedAt": "string",
"completedAt": "string"
}
}