Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created July 8, 2014 18:46
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 garystafford/bc1745cf7efcf2bb93c1 to your computer and use it in GitHub Desktop.
Save garystafford/bc1745cf7efcf2bb93c1 to your computer and use it in GitHub Desktop.
Consolidated Snippet of Basic Quiz JSON file
{
"name": "Basic Quiz Example",
"questions": [
{
"_id": 1,
"question": "AngularJS is a declarative programming language.",
"answer": true
},
{
"_id": 2,
"question": "The acronym 'SPA' stands for Single-Page Application.",
"answer": true
},
{
"_id": 3,
"question": "AngularJS is written in C++.",
"answer": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment