Skip to content

Instantly share code, notes, and snippets.

@imsickofmaps
Created July 3, 2013 12:42
Show Gist options
  • Select an option

  • Save imsickofmaps/5917565 to your computer and use it in GitHub Desktop.

Select an option

Save imsickofmaps/5917565 to your computer and use it in GitHub Desktop.
{
"quiz": {
"start": "q_1",
"questions": {
"q_1": {
"question": "Is this fake question one?",
"choices": [
[
"q_2",
"Yes"
],
[
"q_2",
"No"
],
[
"q_2",
"Maybe"
],
[
"q_2",
"I don't understand"
]
]
},
"q_2": {
"question": "Is this fake question two?",
"choices": [
[
"main_menu",
"Of course"
],
[
"main_menu",
"No way!"
]
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment