Skip to content

Instantly share code, notes, and snippets.

@manish-shrivastava
Created December 23, 2014 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manish-shrivastava/49a565060ca13e26c8af to your computer and use it in GitHub Desktop.
Save manish-shrivastava/49a565060ca13e26c8af to your computer and use it in GitHub Desktop.
ios_web_services_poc
[{
"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