Skip to content

Instantly share code, notes, and snippets.

@ivan-magda
Last active March 8, 2019 09:52
Show Gist options
  • Save ivan-magda/d0af9d73d675bd4bcd4cb0153c71de6f to your computer and use it in GitHub Desktop.
Save ivan-magda/d0af9d73d675bd4bcd4cb0153c71de6f to your computer and use it in GitHub Desktop.
UM-Demo: Game-1 feed
[
{
"id":1,
"type": "score",
"time": 0,
"episode": 1,
"episode_time": 0,
"score" : [0,0]
},
{
"id":2,
"poll_id":1,
"type": "poll_started",
"time": 0,
"episode": 1,
"episode_time": 0,
"subject" : {
"title": "Sportscaster",
"image": "https://nobitlost.com/assets/um-data/images/sportcaster.png"
},
"question": "Who is going to win the toss?",
"options": ["Denver", "Seattle"]
},
{
"id":3,
"poll_id":1,
"type": "poll_closed",
"time": 0,
"stats" : [40,60]
},
{
"id":4,
"poll_id": 1,
"type": "answer",
"time": 0,
"correct_option" : 1,
"stats" : [35,65]
},
{
"id":8,
"poll_id": 2,
"type": "poll_started",
"time": 0,
"episode_time": 30,
"episode": 1,
"subject" : {
"title": "Denver",
"image": "https://nobitlost.com/assets/um-data/images/denver.png"
},
"question": "Will Denver get more than 30 years on the punt return?",
"options": ["Yes", "No"]
},
{
"id":9,
"poll_id": 2,
"type": "poll_closed",
"time": 0,
"stats" : [87,13]
},
{
"id":11,
"poll_id": 2,
"type": "answer",
"time": 0,
"comment": "You were right! They didn't make get beyond the 30!",
"correct_option" : 1,
"stats" : [80,20]
},
{
"id":12,
"type": "score",
"time": 0,
"episode": 1,
"episode_time": 5,
"score" : [1,1]
},
{
"id":13,
"poll_id": 3,
"type": "poll_started",
"time": 0,
"episode_time": 10,
"episode": 1,
"subject" : {
"title": "Denver",
"image": "https://nobitlost.com/assets/um-data/images/denver.png"
},
"question": "Will Denver get a first down on this drive?",
"options": ["Heck Yeah!", "No way!"]
},
{
"id":17,
"poll_id": 3,
"type": "answer",
"time": 0,
"comment": "Sorry, Denver did not get a first down!",
"correct_option" : 1,
"stats" : [33,67]
},
{
"id":18,
"type": "score",
"time": 0,
"episode": 1,
"episode_time": 12,
"score" : [1,2]
},
{
"id":20,
"poll_id": 4,
"type": "poll_started",
"time": 0,
"episode_time": 10,
"episode": 1,
"subject" : {
"title": "Sportscaster",
"image": "https://nobitlost.com/assets/um-data/images/sportcaster.png"
},
"question": "Was that score a good call??",
"options": ["Yes it was", "Nope"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment