Last active
March 2, 2018 15:20
-
-
Save jah2488/97bc0f609c0f203323e86de163c6f852 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"questions": [ | |
{ | |
"id": 1, | |
"displayName": "Favorite Food?", | |
"type": "text" | |
}, | |
{ | |
"id": 2, | |
"displayName": "Favorite Character Build", | |
"type": "choice" | |
} | |
], | |
"choices": [ | |
{ | |
"id": 1, | |
"questionID": 2, | |
"keyValue": "Thin", | |
"displayValue": "Thin", | |
"selected": true | |
}, | |
{ | |
"id": 3, | |
"questionID": 2, | |
"keyValue": "Fit", | |
"displayValue": "Fit" | |
}, | |
{ | |
"id": 4, | |
"questionID": 2, | |
"keyValue": "Heavy", | |
"displayValue": "Heavy" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment