Last active
September 3, 2015 10:01
-
-
Save victorb/32e51aee02c0cd60b749 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "title": "Sandbox - Example #2", | |
| "design_id": "Px4hzJBECZ", | |
| "fields": [ | |
| { | |
| "type": "multiple_choice", | |
| "question": "Hi Joe. We want to know which of your teachers made the biggest impact on your College life?", | |
| "choices": [ | |
| { | |
| "label": "Mr David Smith" | |
| }, | |
| { | |
| "label": "Miss Sherry Blossom" | |
| }, | |
| { | |
| "label": "Mrs Nancy Turner" | |
| }, | |
| { | |
| "label": "Mr Darren Rizer" | |
| }, | |
| { | |
| "label": "Mr Stanley Bucket" | |
| }, | |
| { | |
| "label": "Miss Tanya Harder" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "short_text", | |
| "question": "Why did this person make such an impact?" | |
| }, | |
| { | |
| "type": "multiple_choice", | |
| "question": "Of the following extra modules you took part in, which one did you like best?", | |
| "choices": [ | |
| { | |
| "label": "Droit D'auteurs" | |
| }, | |
| { | |
| "label": "Medieval Law" | |
| }, | |
| { | |
| "label": "Experimental Law" | |
| }, | |
| { | |
| "label": "Voice coaching" | |
| } | |
| ] | |
| }, | |
| { | |
| "type": "opinion_scale", | |
| "question": "Looking back....You scored a **640** in your SAT score that got you admitted to Duchess College to study law 4 years ago.", | |
| "description": "How hard did you have to work to make that grade?" | |
| }, | |
| { | |
| "type": "dropdown", | |
| "question": "Here is a list of all your classmates. Please choose one that you think deserves to win graduate of the year?", | |
| "choices": [ | |
| { | |
| "label": "Marylouise Hasan" | |
| }, | |
| { | |
| "label": "Vita Culbertson" | |
| }, | |
| { | |
| "label": "Roseline Tittle" | |
| }, | |
| { | |
| "label": "Candance Yung" | |
| }, | |
| { | |
| "label": "Christene Rager" | |
| }, | |
| { | |
| "label": "Janett Beach" | |
| }, | |
| { | |
| "label": "Amelia Bassi" | |
| }, | |
| { | |
| "label": "Pennie Mcveigh" | |
| }, | |
| { | |
| "label": "Angelic Galle" | |
| }, | |
| { | |
| "label": "Susie Lobaugh" | |
| }, | |
| { | |
| "label": "Eun Worsley" | |
| }, | |
| { | |
| "label": "Danielle Paull" | |
| }, | |
| { | |
| "label": "Dedra Urick" | |
| }, | |
| { | |
| "label": "Ambrose Weise" | |
| }, | |
| { | |
| "label": "Vertie Spann" | |
| }, | |
| { | |
| "label": "Wanita Beckler" | |
| }, | |
| { | |
| "label": "Lisandra Bearden" | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment