Skip to content

Instantly share code, notes, and snippets.

@moskyb
Created May 24, 2016 03:11
Show Gist options
  • Save moskyb/763242e0a806bd8bd94396def36a3bea to your computer and use it in GitHub Desktop.
Save moskyb/763242e0a806bd8bd94396def36a3bea to your computer and use it in GitHub Desktop.
{
"id": "2",
"name": "Dogs",
"prompt": "Which type of dog is the best?",
"answers": [
{
"id": "1",
"answer_text": "Golden Retriever",
"num_votes": 1
},
{
"id": "2",
"answer_text": "Pug",
"num_votes": 0
},
{
"id": "3",
"answer_text": "German Shepard",
"num_votes": 0
},
{
"id": "4",
"answer_text": "Labrador",
"num_votes": 0
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment