Read Question
This API is used to read the question on the Sunbird-inQuiry Platform.
This API is used to read the question on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": "api.question.read",
"ver": "3.0",
"ts": "2022-12-22T10:50:02ZZ",
"params": {
"resmsgid": "47933f43-3aa0-42cf-8eda-495993039869",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"question": {
"copyright": "NIT123",
"subject": [
"Mathematics"
],
"isReviewModificationAllowed": false,
"responseDeclaration": {
"response1": {
"maxScore": 2,
"cardinality": "single",
"type": "integer",
"correctResponse": {
"value": "0",
"outcomes": {
"SCORE": 2
}
},
"mapping": [
]
}
},
"mimeType": "application/vnd.sunbird.question",
"body": "<div class='question-body' tabindex='-1'><div class='mcq-title' tabindex='0'><p>color of apple is ?</p></div><div data-choice-interaction='response1' class='mcq-vertical'></div></div>",
"editorState": {
"options": [
{
"answer": true,
"value": {
"body": "<p>red</p>",
"value": 0
}
},
{
"answer": false,
"value": {
"body": "<p>blue</p>",
"value": 1
}
},
{
"answer": false,
"value": {
"body": "<p>green</p>",
"value": 2
}
},
{
"answer": false,
"value": {
"body": "<p>yellow</p>",
"value": 3
}
}
],
"question": "<p>color of apple is ?</p>"
},
"templateId": "mcq-vertical",
"gradeLevel": [
"Class 2"
],
"primaryCategory": "Multiple Choice Question",
"identifier": "do_11365083124405043211564",
"author": "[email protected]",
"solutions": [
],
"qType": "MCQ",
"maxScore": 2,
"languageCode": [
"en"
],
"interactionTypes": [
"choice"
],
"name": "MCQ",
"topic": [
"Identify Non Linear Shapes",
"Counting in Groups",
"Addition and Subtraction of Two Digit Numbers",
"Patterns",
"Concept of Units and Number System",
"Addition",
"Weights",
"Different Lines and their Directions",
"Counting in Tens",
"Volumes and Capacity",
"Days, Weeks, Months",
"Grouping and Counting",
"Length",
"Shapes",
"Addition through Carry Forward"
],
"medium": [
"English"
],
"media": [
],
"interactions": {
"response1": {
"type": "choice",
"options": [
{
"label": "<p>red</p>",
"value": 0
},
{
"label": "<p>blue</p>",
"value": 1
},
{
"label": "<p>green</p>",
"value": 2
},
{
"label": "<p>yellow</p>",
"value": 3
}
]
}
},
"bloomsLevel": "knowledge",
"answer": "0",
"board": "CBSE"
}
}
}Success Result Schema
Attribute
Type
Description
cURL
Last updated
Was this helpful?