MCQ-Generator / Response.json
yukti-kash's picture
Upload 4 files
d4a486b verified
raw
history blame
No virus
1.02 kB
{
"1": {
"question": "the mcq question",
"options": {
"A": "choice here",
"B": "choice here",
"C": "choice here",
"D": "choice here"
},
"correct": "correct choice"
},
"2": {
"question": "the mcq question",
"options": {
"A": "choice here",
"B": "choice here",
"C": "choice here",
"D": "choice here"
},
"correct": "correct choice"
},
"3": {
"question": "the mcq question",
"options": {
"A": "choice here",
"B": "choice here",
"C": "choice here",
"D": "choice here"
},
"correct": "correct choice"
},
"4": {
"question": "the mcq question",
"options": {
"A": "choice here",
"B": "choice here",
"C": "choice here",
"D": "choice here"
},
"correct": "correct choice"
}
}