[
{
"output": {
"status": "ok",
"data": {
"productId": "<string>",
"productTitle": "<string>",
"quizzes": [
{
"quizId": "<string>",
"quizTitle": "<string>",
"totalQuestions": 123,
"submissions": [
{
"fermionUserId": "<string>",
"userEmail": "[email protected]",
"userName": "<string>",
"submittedAtIso": "2023-11-07T05:31:56Z",
"totalScore": 123,
"maxScore": 123,
"questionBreakdown": [
{
"questionId": "<string>",
"questionText": "<string>",
"selectedAnswer": [
"<string>"
],
"correctAnswer": [
"<string>"
],
"isCorrect": true,
"pointsForQuestion": 123,
"pointsEarned": 123
}
]
}
]
}
]
}
}
}
]