Skip to content

Instantly share code, notes, and snippets.

@ivan-magda
Last active May 10, 2019 20:19
Show Gist options
  • Save ivan-magda/6539df78d84059bf7334bb54d00e0351 to your computer and use it in GitHub Desktop.
Save ivan-magda/6539df78d84059bf7334bb54d00e0351 to your computer and use it in GitHub Desktop.
UM-Demo: Games list
[
{
"id":2,
"poll_id":2,
"type": "poll_started",
"time": 1,
"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":4,
"poll_id":2,
"type": "poll_closed",
"time": 2,
"stats" : [37,63]
},
{
"id":6,
"poll_id": 2,
"type": "answer",
"time": 3,
"comment": "Seattle wins toss",
"correct_option" : 1,
"stats" : [45,55]
},
{
"id":8,
"poll_id": 3,
"type": "poll_started",
"time": 4,
"episode_time": 0,
"episode": 1,
"subject" : {
"title": "Denver",
"image": "https://nobitlost.com/assets/um-data/images/denver.png"
},
"question": "Will Denver get more than 30 yards on the punt return?",
"rules_link": "https://en.wikipedia.org/wiki/American_football_rules",
"options": ["Yes", "No"]
},
{
"id":9,
"poll_id": 3,
"type": "poll_closed",
"time": 5,
"stats" : [87,13]
},
{
"id":10,
"poll_id": 3,
"type": "answer",
"time": 6,
"comment": "Ball placed on 14 yard line",
"correct_option" : 1,
"stats" : [80,20]
},
{
"id":12,
"type": "score",
"time": 7,
"episode": 1,
"episode_time": 5,
"score" : [0,0]
},
{
"id":13,
"poll_id": 4,
"type": "poll_started",
"time": 8,
"episode_time": 5,
"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":15,
"poll_id": 4,
"type": "poll_closed",
"time": 9,
"comment": "Refs signal safety",
"stats" : [38,62]
},
{
"id":16,
"type": "score",
"time": 10,
"episode": 1,
"episode_time": 12,
"score" : [0,2]
},
{
"id":17,
"poll_id": 4,
"type": "answer",
"time": 11,
"comment": "Sorry, Denver did not get a first down!",
"correct_option" : 1,
"stats" : [33,67]
},
{
"id":20,
"poll_id": 5,
"type": "poll_started",
"time": 12,
"episode_time": 5,
"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"]
},
{
"id":21,
"poll_id": 5,
"type": "poll_closed",
"time": 13,
"stats" : [87,13]
},
{
"id":22,
"type": "score",
"time": 14,
"episode": 1,
"episode_time": 17,
"score" : [0,0]
},
{
"id":25,
"poll_id": 6,
"type": "poll_started",
"time": 15,
"episode_time": 17,
"episode": 1,
"subject" : {
"title": "Sportscaster",
"image": "https://nobitlost.com/assets/um-data/images/sportcaster.png"
},
"question": "Will Seattle score on this possession?",
"options": ["Yes, they will", "No way!"]
},
{
"id":26,
"poll_id": 6,
"type": "poll_closed",
"time": 16,
"stats" : [24,76]
},
{
"id":27,
"type": "score",
"time": 17,
"episode": 1,
"episode_time": 62,
"score" : [0,0]
},
{
"id":28,
"type": "score",
"time": 18,
"episode": 1,
"episode_time": 105,
"score" : [0,0]
},
{
"id":30,
"poll_id": 7,
"type": "poll_started",
"time": 19,
"episode_time": 120,
"episode": 1,
"subject" : {
"title": "Sportscaster",
"image": "https://nobitlost.com/assets/um-data/images/sportcaster.png"
},
"question": "Will the Sea Hawks convent this 3rd down?",
"options": ["Heck Yeah!", "No way!"]
},
{
"id":31,
"poll_id": 7,
"type": "poll_closed",
"time": 20,
"stats" : [22,78]
},
{
"id":34,
"poll_id": 8,
"type": "poll_started",
"time": 21,
"episode_time": 120,
"episode": 1,
"subject" : {
"title": "Denver",
"image": "https://nobitlost.com/assets/um-data/images/denver.png"
},
"question": "Will Denver stop Seattle's 3rd down conversion?",
"options": ["Yes, they will", "No way!"]
},
{
"id":35,
"poll_id": 8,
"type": "poll_closed",
"time": 22,
"stats" : [60,40]
},
{
"id":36,
"poll_id": 8,
"type": "answer",
"comment": "Seattle coach challenges 4th down ball spot",
"correct_option" : 0,
"time": 23,
"stats" : [63,37]
},
{
"id":37,
"poll_id": 10,
"type": "poll_started",
"time": 24,
"episode_time": 120,
"episode": 1,
"subject" : {
"title": "Sportscaster",
"image": "https://nobitlost.com/assets/um-data/images/sportcaster.png"
},
"question": "Should the ball have been placed to get the first down?",
"options": ["Yes!", "No!"]
},
{
"id":38,
"poll_id": 10,
"type": "poll_closed",
"time": 25,
"stats" : [60,40]
},
{
"id":39,
"poll_id": 10,
"type": "answer",
"comment": "After review of play, ball spotting is not sufficient for 1st down",
"correct_option" : 1,
"time": 26,
"stats" : [63,37]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment