{
"status": "success",
"data": [
{
"story": {
"ID": "EV72-RQZY-80AH",
"name": "Story A",
"type": "story",
"app": {
"ID": "io.falkor.demo",
"name": "Falkor",
"version": "2.5.0"
}
},
"questions": [
{
"question": "Question 1: What is the color of the sky in the daytime?",
"type": "Multiple Choice",
"possibleAnswers": [
"Green",
"Blue",
"Purple",
"Black"
],
"stats": {
"total": 2,
"correct": 1,
"incorrect": 1
},
"answers": [
{
"firstname": "User",
"lastname": "One",
"email": "user.one@example.com",
"groups": [
"Group A",
"Group B"
],
"answer": {
"attempts": 1,
"response": "Blue",
"correct": true
}
},
{
"firstname": "User",
"lastname": "Two",
"email": "user.two@example.com",
"groups": [],
"answer": {
"attempts": 1,
"response": "Purple",
"correct": false
}
},
...etc
]
},
...etc
]
},
...etc
],
"hash": "910f67a3a96dc84bb80c8035be4e0fce",
"response_time": 0.1512671947479248
}