Skip to content

Instantly share code, notes, and snippets.

@ccoenraets
Last active August 10, 2016 19:05
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 ccoenraets/a1ab082a3aecef64ccb0d616daae57a3 to your computer and use it in GitHub Desktop.
Save ccoenraets/a1ab082a3aecef64ccb0d616daae57a3 to your computer and use it in GitHub Desktop.
[
{
"category": "Cat 1",
"questions": [
{
"points": 100,
"question": "q1",
"answer": "a1"
},
{
"points": 200,
"question": "q2",
"answer": "a1"
}
]
},
{
"category": "Cat 2",
"questions": [
{
"points": 100,
"question": "q21",
"answer": "a1"
},
{
"points": 200,
"question": "q22",
"answer": "a1"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment