Created
July 22, 2014 13:31
-
-
Save corlen/87f90c12d6fbebb29102 to your computer and use it in GitHub Desktop.
#ComoFaz?
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
Question | |
{ | |
"_id" : ObjectId("52b3248a43fa7cd2bc4a2d6f"), | |
"id" : 1001, | |
"text" : "Which is a valid java access modifier?", | |
"questype" : "RADIO_BUTTON", | |
"issourcecode" : true, | |
"sourcecodename" : "sampleques", | |
"examId" : 1000, | |
"answers" : [ | |
{ | |
"id" : 1, | |
"text" : "private", | |
"isCorrectAnswer" : true | |
}, | |
{ | |
"id" : 2, | |
"text" : "personal", | |
"isCorrectAnswer" : false | |
}, | |
{ | |
"id" : 3, | |
"text" : "protect", | |
"isCorrectAnswer" : false | |
}, | |
{ | |
"id" : 4, | |
"text" : "publicize", | |
"isCorrectAnswer" : false | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment