Skip to content

Instantly share code, notes, and snippets.

@gitumarkk
Created July 3, 2013 12:46
Show Gist options
  • Save gitumarkk/5917592 to your computer and use it in GitHub Desktop.
Save gitumarkk/5917592 to your computer and use it in GitHub Desktop.
{
"quiz": {
"start": "q_1",
"questions": {
"q_1": {
"question": "Q1?",
"choices": [
[
"q_2",
"A1"
],
[
"q_2",
"A2"
],
[
"q_2",
"A3"
]
]
},
"q_2": {
"question": "Q2?",
"choices": [
[
"q_3",
"A1"
],
[
"q_3",
"A2"
],
[
"q_3",
"A3"
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment