GET http://gamuts.net/api/quiz
Generates a multiple-choice question (MCQ) with up to five options.
The API supports the following parameters:
The JSON response includes the following:
GET https://gamuts.net/api/quiz?stemType=1&num=3
{
"stem": {
"id": "13396",
"name": "left-to-right shunt in congenital heart disease",
"question": "Left-to-right shunt in congenital heart disease is caused by all of the items below EXCEPT:",
"type": "1",
"topic": "Cardiovascular: Congenital Diseases of the Heart and Great Vessels"
},
"option": [
{
"id": "27986",
"name": "Heart-hand syndrome",
"answer": "1"
},
{
"id": "13399",
"name": "Patent ductus arteriosus",
"answer": "0"
},
{
"id": "13463",
"name": "Ventricular septal defect",
"answer": "0"
}
]
}
Return to General information.