Skip to content

Instantly share code, notes, and snippets.

@sean-duffy
Created November 3, 2015 21:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sean-duffy/566093a5b76cf560d88d to your computer and use it in GitHub Desktop.
Save sean-duffy/566093a5b76cf560d88d to your computer and use it in GitHub Desktop.
{
"title": "Sample Quiz",
"questions": [
{
"question": "Why did the chicken cross the road?",
"correct_answer": "C",
"answers": [
{
"option": "A",
"answer": "Because it wanted to."
},
{
"option": "B",
"answer": "What concern of yours is that?"
},
{
"option": "C",
"answer": "To get to the other side.",
"reason": "Correct, the chicken crossed the road because it wanted to get to the other side."
},
{
"option": "C",
"answer": "To catch the 44."
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment