Read QuestionSet Hierarchy
This API is used to read the question set on the Sunbird-inQuiry Platform.
This API is used to read the question set on the Sunbird-inQuiry Platform.
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"id": "api.questionset.hierarchy.get",
"ver": "3.0",
"ts": "2021-02-03T13:55:21ZZ",
"params": {
"resmsgid": "b810c4fd-231e-4b26-9be6-6345c49bde14",
"msgid": null,
"err": null,
"status": "successful",
"errmsg": null
},
"responseCode": "OK",
"result": {
"questionSet": {
"code": "finemanfine",
"allowSkip": "Yes",
"containsUserData": "No",
"description": "updated_code_of_root",
"language": [
"English"
],
"mimeType": "application/vnd.sunbird.questionset",
"showHints": "No",
"createdOn": "2021-02-03T13:02:49.507+0000",
"objectType": "QuestionSet",
"primaryCategory": "Practice Question Set",
"children": [
{
"parent": "do_113208431570984960123",
"code": "QS_Visibility_Parent",
"allowSkip": "Yes",
"containsUserData": "No",
"description": "QS_Visibility_Parent",
"language": [
"English"
],
"mimeType": "application/vnd.sunbird.questionset",
"showHints": "No",
"createdOn": "2021-02-03T13:47:27.074+0000",
"objectType": "QuestionSet",
"primaryCategory": "Practice Question Set",
"children": [
{
"parent": "do_113208453505630208144",
"code": "Q_Visibility_Parent",
"language": [
"English"
],
"mimeType": "application/vnd.sunbird.question",
"createdOn": "2021-02-03T13:47:27.072+0000",
"objectType": "Question",
"primaryCategory": "Multiple Choice Question",
"contentDisposition": "inline",
"lastUpdatedOn": "2021-02-03T13:47:27.072+0000",
"contentEncoding": "gzip",
"showSolutions": "No",
"allowAnonymousAccess": "Yes",
"identifier": "do_113208453505613824142",
"lastStatusChangedOn": "2021-02-03T13:47:27.072+0000",
"visibility": "Parent",
"showTimer": "No",
"index": 1,
"qType": "MCQ",
"languageCode": [
"en"
],
"version": 1,
"versionKey": "1612360047074",
"showFeedback": "No",
"license": "CC BY 4.0",
"depth": 2,
"compatibilityLevel": 4,
"name": "MCQ",
"status": "Draft"
}
],
"contentDisposition": "inline",
"lastUpdatedOn": "2021-02-03T13:47:27.074+0000",
"contentEncoding": "gzip",
"showSolutions": "No",
"allowAnonymousAccess": "Yes",
"identifier": "do_113208453505630208144",
"lastStatusChangedOn": "2021-02-03T13:47:27.074+0000",
"requiresSubmit": "No",
"visibility": "Parent",
"showTimer": "No",
"index": 1,
"setType": "materialised",
"languageCode": [
"en"
],
"version": 1,
"versionKey": "1612360047074",
"showFeedback": "No",
"license": "CC BY 4.0",
"depth": 1,
"compatibilityLevel": 4,
"name": "QS_Visibility_Parent",
"navigationMode": "non-linear",
"shuffle": "Yes",
"status": "Draft"
}
],
"contentDisposition": "inline",
"lastUpdatedOn": "2021-02-03T13:47:27.108+0000",
"contentEncoding": "gzip",
"showSolutions": "Yes",
"allowAnonymousAccess": "Yes",
"identifier": "do_113208431570984960123",
"lastStatusChangedOn": "2021-02-03T13:02:49.507+0000",
"requiresSubmit": "Yes",
"visibility": "Default",
"showTimer": "No",
"summaryType": "Complete",
"consumerId": "fa13b438-8a3d-41b1-8278-33b0c50210e4",
"childNodes": [
"do_113208453505613824142",
"do_113208453505630208144"
],
"setType": "materialised",
"languageCode": [
"en"
],
"version": 1,
"versionKey": "1612360047108",
"showFeedback": "Yes",
"license": "CC BY 4.0",
"depth": 0,
"compatibilityLevel": 4,
"name": "Test Question Set",
"navigationMode": "linear",
"shuffle": "Yes",
"status": "Draft"
}
}
}Success result schema
Attribute
Description
Type
cURL
Last updated
Was this helpful?