Skip to content

Instantly share code, notes, and snippets.

@ivan-magda
Last active May 10, 2019 20:23
Show Gist options
  • Save ivan-magda/8ed777718b849f162c4cf346ecc376ef to your computer and use it in GitHub Desktop.
Save ivan-magda/8ed777718b849f162c4cf346ecc376ef to your computer and use it in GitHub Desktop.
[
{
"id":1,
"poll_id": 1,
"type": "poll_started",
"time": 1,
"episode": 1,
"episode_time": 180,
"subject" : {
"title": "Buffalo bills",
"image": "https://www.dropbox.com/s/aidgs89lkanyeaj/poster.jpg?dl=0"
},
"question": "How the drive will end?",
"options": ["Touchdown", "Field goal", "Punt","By downs","Turnover!"]
},
{
"id":1,
"poll_id": 1,
"type": "poll_closed",
"time": 2,
"stats" : [20,50,10,20,0]
},
{
"id":1,
"poll_id": 1,
"type": "answer",
"time": 3,
"correct_option" : 3,
"stats" : [20,50,10,20,0]
},
{
"id":2,
"type": "score",
"time": 4,
"episode": 1,
"episode_time": 200,
"score" : [0,1]
},
{
"id":3,
"type": "score",
"time": 5,
"episode": 1,
"episode_time": 210,
"score" : [1,1]
},
{
"id":4,
"poll_id": 2,
"type": "poll_started",
"time": 6,
"episode_time": 230,
"episode": 1,
"subject" : {
"title": "Mark Miller",
"caption": "Buffalo bills",
"image": "https://....svg"
},
"question": "Is it a catch?",
"options": ["Yes", "No"]
},
{
"id":4,
"poll_id": 2,
"type": "answer",
"time": 7,
"correct_option" : 0,
"stats" : [87,13]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment