Skip to content

Instantly share code, notes, and snippets.

@santosh-suresh
Last active August 29, 2015 14:14
Show Gist options
  • Save santosh-suresh/39e58e451d724574f3cb to your computer and use it in GitHub Desktop.
Save santosh-suresh/39e58e451d724574f3cb to your computer and use it in GitHub Desktop.
[
{
"text": "This is the first question",
"options": ["answer1","answer2","answer3","answer4"],
"answer": 2
},
{
"text": "This is the second question",
"options": ["answer 1","answer 2","answer 3", "answer 4"],
"answer": 1
},
{
"text": "This is the third question",
"options": ["answer 1","answer 2","answer 3", "answer 4"],
"answer": 3
},
{
"text": "This is the fourth question",
"options": ["answer 1","answer 2","answer 3", "answer 4"],
"answer": 0
},
{
"text": "This is the fifth question",
"options": ["answer 1","answer 2","answer 3", "answer 4"],
"answer": 0
},
{
"text": "This is the sixth question",
"options": ["answer 1","answer 2","answer 3", "answer 4"],
"answer": 3
},
{
"text": "This is the seventh question",
"options": ["answer 1","answer 2","answer 3", "answer 4"],
"answer": 3
},
{
"text": "This is the eighth question",
"options": ["answer 1","answer 2","answer 3", "answer 4"],
"answer": 2
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment