Last active
August 29, 2015 14:14
-
-
Save santosh-suresh/39e58e451d724574f3cb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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