Skip to content

Instantly share code, notes, and snippets.

@corlen
Created July 22, 2014 13:31
Show Gist options
  • Save corlen/87f90c12d6fbebb29102 to your computer and use it in GitHub Desktop.
Save corlen/87f90c12d6fbebb29102 to your computer and use it in GitHub Desktop.
#ComoFaz?
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