Created
December 23, 2014 10:43
-
-
Save manish-shrivastava/49a565060ca13e26c8af to your computer and use it in GitHub Desktop.
ios_web_services_poc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"Question": { | |
"QID": 1, | |
"Type": "multiple", | |
"ContentType": "multiple", | |
"Text": "What is best programming language?", | |
"OptionList": [{ | |
"Opt": { | |
"Value": 1, | |
"OTexts": "Ruby", | |
"IsCorrect": true, | |
"ConceptMaps": [{ | |
"ConceptMap": { | |
"CMId": 1, | |
"Text": "Principle text 1", | |
"PrincipleType": "Principle text 1" | |
} | |
}] | |
} | |
}, { | |
"Opt": { | |
"Value": 2, | |
"OTexts": "PHP", | |
"IsCorrect": false, | |
"ConceptMaps": [{ | |
"ConceptMap": { | |
"CMId": 2, | |
"Text": "Principle text 2", | |
"PrincipleType": "Principle text 2" | |
} | |
}] | |
} | |
}, { | |
"Opt": { | |
"Value": 3, | |
"OTexts": "Objective-C", | |
"IsCorrect": false, | |
"ConceptMaps": [{ | |
"ConceptMap": { | |
"CMId": 3, | |
"Text": "Principle text 3", | |
"PrincipleType": "Principle text 3" | |
} | |
}] | |
} | |
}] | |
} | |
}, { | |
"Question": { | |
"QID": 2, | |
"Type": "multiple", | |
"ContentType": "multiple", | |
"Text": "What is best supported API language?", | |
"OptionList": [{ | |
"Opt": { | |
"Value": 4, | |
"OTexts": "API-Lang-1", | |
"IsCorrect": true, | |
"ConceptMaps": [{ | |
"ConceptMap": { | |
"CMId": 4, | |
"Text": "Principle text 4", | |
"PrincipleType": "Principle text 4" | |
} | |
}] | |
} | |
}, { | |
"Opt": { | |
"Value": 5, | |
"OTexts": "API-Lang-2", | |
"IsCorrect": false, | |
"ConceptMaps": [{ | |
"ConceptMap": { | |
"CMId": 5, | |
"Text": "Principle text 5", | |
"PrincipleType": "Principle text 5" | |
} | |
}] | |
} | |
}, { | |
"Opt": { | |
"Value": 6, | |
"OTexts": "API-Lang-3", | |
"IsCorrect": false, | |
"ConceptMaps": [] | |
} | |
}] | |
} | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment