mcq-generation / Response.json
Rohit Diwane
Create Response.json
3b6d16d
raw
history blame
874 Bytes
{
"1": {
"no": "1",
"mcq": "multiple choice questions",
"options":{
"a": "choice here",
"b": "choice here",
"c": "choice here",
"d": "choice here"
},
"correct": "correct answer"
},
"2": {
"no": "2",
"mcq": "multiple choice questions",
"options":{
"a": "choice here",
"b": "choice here",
"c": "choice here",
"d": "choice here"
},
"correct": "correct answer"
},
"3": {
"no": "3",
"mcq": "multiple choice questions",
"options":{
"a": "choice here",
"b": "choice here",
"c": "choice here",
"d": "choice here"
},
"correct": "correct answer"
}
}