Skip to content

Instantly share code, notes, and snippets.

@vivek-dhayalan
Last active March 20, 2022 06:17
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 vivek-dhayalan/97d6f616c8a798f4d9de1f19d854990f to your computer and use it in GitHub Desktop.
Save vivek-dhayalan/97d6f616c8a798f4d9de1f19d854990f to your computer and use it in GitHub Desktop.
A simple survey as json.
{
"questions": [
{
"qId": "Q1",
"options": [
{
"id": "Q1A1",
"displayOnSelect": "Q2"
},
{
"id": "Q1A2"
},
{
"id": "Q1A3"
}
]
},
{
"qId": "Q2",
"options": [
{
"id": "Q2A1"
},
{
"id": "Q2A2"
},
{
"id": "Q2A3"
}
],
"display": "hidden"
},
{
"qId": "Q3",
"options": [
{
"id": "Q3A1"
},
{
"id": "Q3A2"
},
{
"id": "Q3A3"
}
],
"display": "hidden"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment