Skip to content

Instantly share code, notes, and snippets.

@victorb
Last active September 3, 2015 10:01
Show Gist options
  • Select an option

  • Save victorb/232f4e288767ac469eae to your computer and use it in GitHub Desktop.

Select an option

Save victorb/232f4e288767ac469eae to your computer and use it in GitHub Desktop.
{
"title": "Sandbox - Example #1",
"design_id": "S2WEqhUbbc",
"fields": [
{
"type": "statement",
"question": "Hi Joe. Thanks for purchasing a new **Toaster Fridge.**"
},
{
"type": "multiple_choice",
"question": "How often do you use your **Toaster Fridge**",
"choices": [
{
"label": "Daily"
},
{
"label": "Weekly"
},
{
"label": "Monthly"
},
{
"label": "I don't use it"
}
]
},
{
"type": "rating",
"question": "How would you rate its overall quality?",
"shape": "star"
},
{
"type": "multiple_choice",
"question": "If you like the **Toaster Fridge**, then you might also like...",
"description": "Select any which tickle your interest",
"choices": [
{
"label": "Oven Lawnmower"
},
{
"label": "Washer Microwave"
},
{
"label": "Grill foot Massager"
},
{
"label": "Television Hairdryer"
}
]
},
{
"type": "opinion_scale",
"question": "How likely are you to recommend our products to a friend or colleague?"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment