{
"id": "12345678-1234-1234-1234-123456789012",
"questions": [
{
"type": "multipleChoice",
"value": "What is your favorite color?",
"choices": [
{
"value": "Red"
},
{
"value": "Blue",
"isCorrect": true
},
{
"value": "Green",
"isCorrect": false
}
]
}
],
"answers": [
{
"questionId": "12345678-1234-1234-1234-123456789012",
"choiceId": "12345678-1234-1234-1234-123456789013"
}
],
"scoreGoal": 1,
"createdAt": "2020-01-01T00:00:00.000Z",
"updatedAt": "2020-01-01T00:00:00.000Z"
}