Skip to content

Instantly share code, notes, and snippets.

@jah2488
Last active March 2, 2018 15:20
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 jah2488/97bc0f609c0f203323e86de163c6f852 to your computer and use it in GitHub Desktop.
Save jah2488/97bc0f609c0f203323e86de163c6f852 to your computer and use it in GitHub Desktop.
{
"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