Skip to content

Instantly share code, notes, and snippets.

@victorb
Last active August 29, 2015 14:18
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 victorb/e6ccf1037346a3ddfccc to your computer and use it in GitHub Desktop.
Save victorb/e6ccf1037346a3ddfccc to your computer and use it in GitHub Desktop.
{
"title": "Sandbox - Example #1",
"design_id": 11,
"fields": [
{
"type": "statement",
"question": "Hi Joe. Thanks for purchasing a new <strong>Toaster Fridge.</strong>"
},
{
"type": "picture_choice",
"question": "What was the main factor for you when purchasing your <strong>Toaster Fridge</strong>?",
"choices": [
{
"label": "Design",
"image_id": 28
},
{
"label": "Features",
"image_id": 29
},
{
"label": "Price",
"image_id": 30
}
]
},
{
"type": "multiple_choice",
"question": "How often do you use your <strong>Toaster Fridge</strong>",
"choices": [
{
"label": "Daily"
},
{
"label": "Weekly"
},
{
"label": "Monthly"
},
{
"label": "I don't use it"
}
]
},
{
"type": "rating",
"question": "How would you rate its overall quality?"
},
{
"type": "multiple_choice",
"question": "If you like the <strong>Toaster Fridge</strong>, 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?",
"left_label": "Not at all likely",
"right_label": "Extremely likely"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment