| Question Name |
Question Type |
Request Payload |
| Select One |
multiplechoice_radio |
application/json
{
"type": "multiplechoice_radio",
"text": "How often do you play video games?",
"code": "Q1",
"orderNumber": 1,
"required": true,
"answers": [
{
"text": "Daily ",
"orderNumber": 1
},
{
"text": "2 to 3 times a week",
"orderNumber": 2
},
{
"text": "About once a week",
"orderNumber": 3
},
{
"text": "Once a month ",
"orderNumber": 4
},
{
"text": "Rarely ",
"orderNumber": 5
},
{
"text": "None of the above",
"orderNumber": 6
}
]
}
|
| Select Many |
multiplechoice_checkbox |
application/json
{
"type": "multiplechoice_checkbox",
"text": "Which of the following do you like about Windows powered devices?",
"code": "Q2",
"orderNumber": 2,
"required": true,
"answers": [
{
"text": "Ease of use",
"orderNumber": 1
},
{
"text": "Windows ecosystem",
"orderNumber": 2
},
{
"text": "Windows apps",
"orderNumber": 3
},
{
"text": "Trust",
"orderNumber": 4
},
{
"text": "Multi-tasking ",
"orderNumber": 5
},
{
"text": "Security ",
"orderNumber": 6
},
{
"text": "Privacy",
"orderNumber": 7
},
{
"text": "Other",
"orderNumber": 8
}
]
}
|
| Dropdown Menu |
multiplechoice_dropdown |
application/json
{
"type": "multiplechoice_dropdown",
"text": "Select your preferred operating system ",
"code": "Q3",
"orderNumber": 3,
"required": true,
"answers": [
{
"text": "IOS",
"orderNumber": 1
},
{
"text": "Windows",
"orderNumber": 2
},
{
"text": "Android",
"orderNumber": 3
},
{
"text": "Symbian",
"orderNumber": 4
}
]
}
|
| Star Rating |
matrix_star_rating |
application/json
{
"type": "matrix_star_rating",
"text": "How will you rate the following",
"code": "Q5",
"orderNumber": 5,
"required": true,
"rows": [
{
"text": "Windows"
},
{
"text": "IOS"
}
]
}
|
| Thumbs Up/Down |
multiplechoice_thumbs_up_down |
application/json
{
"type": "multiplechoice_thumbs_up_down",
"text": "What do you think of Symbian OS?",
"code": "Q7",
"orderNumber": 7,
"required": true,
"answers": [
{
"text": "Love It",
"orderNumber": 1
},
{
"text": "Hate it",
"orderNumber": 2
}
]
}
|
| Push To Social |
push_to_social |
application/json
{
"type": "push_to_social",
"text": "How do you rate Android OS",
"code": "Q8",
"orderNumber": 8,
"required": true
}
|
| Text Slider |
matrix_slider |
application/json
{
"type": "matrix_slider",
"text": "How much interested are you in the following?",
"code": "Q9",
"orderNumber": 9,
"required": true,
"rows": [
{
"text": "Xbox",
"columns": [
{
"text": "Very uninterested"
},
{
"text": "Very interested"
}
]
},
{
"text": "PlayStation",
"columns": [
{
"text": "Very uninterested"
},
{
"text": "Very interested"
}
]
}
],
"columns": [
{
"text": "Very uninterested"
},
{
"text": "Very interested"
}
]
}
|
| Numeric Slider |
numeric_slider |
application/json
{
"type": "numeric_slider",
"text": "On the scale of 0-100, how would you rate the following",
"code": "Q10",
"orderNumber": 10,
"required": true,
"rows": [
{
"text": "Xbox"
},
{
"text": "PlayStation"
}
],
"anchor": {
"leftAnchor": "",
"rightAnchor": ""
},
"minValue": 0,
"maxValue": 100,
"step": 1
}
|
| Rank Order |
rank_order_dropdown |
application/json
{
"type": "rank_order_dropdown",
"text": "Please rank (1-3) the following in order of interest:",
"code": "Q11",
"orderNumber": 11,
"required": true,
"answers": [
{
"text": "Android",
"orderNumber": 1
},
{
"text": "IOS",
"orderNumber": 2
},
{
"text": "Windows",
"orderNumber": 3
}
]
}
|
| Constant Sum |
matrix_constant_sum |
application/json
{
"type": "matrix_constant_sum",
"text": "Please allocate 100 points on how you spend your income:",
"code": "Q12",
"orderNumber": 12,
"required": true,
"rows": [
{
"text": "Essentials (Gas, Grocery etc.)",
"prefix": "",
"suffix": ""
},
{
"text": "Entertainment (Movies, Clubs etc.)",
"prefix": "",
"suffix": ""
},
{
"text": "Other",
"prefix": "",
"suffix": ""
}
]
}
|
| Drag and Drop |
rank_order_drag_drop |
application/json
{
"type": "rank_order_drag_drop",
"text": "Please rank (1-3) the following in order of interest:",
"code": "Q13",
"orderNumber": 13,
"required": true,
"answers": [
{
"text": "Netflix",
"orderNumber": 1
},
{
"text": "PrimeVideo",
"orderNumber": 2
},
{
"text": "LionsGate",
"orderNumber": 3
}
]
}
|
| Presentation Text |
static_presentation_text |
application/json
{
"type": "static_presentation_text",
"text": "Presentation Text",
"code": "Q14",
"orderNumber": 14
}
|
| Section Heading |
static_section_heading |
application/json
{
"type": "static_section_heading",
"text": "Section Heading",
"code": "Q15",
"orderNumber": 15
}
|
| Section Sub-Heading |
static_section_sub_heading |
application/json
{
"type": "static_section_sub_heading",
"text": "Section Sub Heading",
"code": "Q16",
"orderNumber": 16
}
|
| Comment Box |
text_multiple_row |
application/json
{
"type": "text_multiple_row",
"text": "",
"code": "Q17",
"orderNumber": 17,
"rows": [
{
"rowID": 116733559,
"text": "Comments/Suggestions:",
"required": true,
"prefix": "",
"suffix": "",
"displayTextBoxBySide": false,
"characterLimit": 0,
"columns": [
{
"isDefault": false
}
]
}
]
}
|
| Single Row Text |
text_single_row |
application/json
{
"type": "text_single_row",
"text": "",
"code": "Q18",
"orderNumber": 18,
"rows": [
{
"text": "Name",
"required": true,
"prefix": "",
"suffix": "",
"displayTextBoxBySide": false,
"characterLimit": 0,
"columns": [
{
"isDefault": false
}
]
}
]
}
|
| Email Address |
text_email |
application/json
{
"type": "text_email",
"text": "",
"code": "Q19",
"orderNumber": 19,
"rows": [
{
"text": "Email Address",
"required": true,
"prefix": "",
"suffix": "",
"displayTextBoxBySide": false,
"characterLimit": 0,
"columns": [
{
"isDefault": false
}
]
}
]
}
|
| Image Chooser: Select One |
multiplechoice_image_radio |
application/json
{
"type": "multiplechoice_image_radio",
"text": "Please choose your favorite OTT platform:",
"code": "Q21",
"orderNumber": 21,
"required": true,
"answers": [
{
"text": "Prime Video",
"orderNumber": 1
},
{
"text": "Netflix",
"orderNumber": 2
}
]
}
|
| Image Chooser: Select Many |
multiplechoice_image_checkbox |
application/json
{
"type": "multiplechoice_image_checkbox",
"text": "Which ice cream flavors do you like (Select all that apply)?",
"code": "Q22",
"orderNumber": 22,
"required": true,
"answers": [
{
"text": "Strawberry",
"orderNumber": 1
},
{
"text": "Butterscotch",
"orderNumber": 2
}
]
}
|
| Basic Matrix: Multi-Point Scales |
matrix_radio |
application/json
{
"type": "matrix_radio",
"text": "How satisfied are you with the following",
"code": "Q24",
"orderNumber": 24,
"required": true,
"rows": [
{
"text": "Android OS",
"columns": [
{
"text": "Not satisfied"
},
{
"text": "Satisfied"
}
]
},
{
"text": "IOS",
"columns": [
{
"text": "Not satisfied"
},
{
"text": "Satisfied"
}
]
}
],
"columns": [
{
"text": "Not satisfied"
},
{
"text": "Satisfied"
}
],
"anchor": {
"leftAnchor": "",
"rightAnchor": ""
}
}
|
| Basic Matrix: Multi-Select |
matrix_checkbox |
application/json
{
"type": "matrix_checkbox",
"text": "",
"code": "Q25",
"orderNumber": 25,
"required": true,
"rows": [
{
"text": "Row 1",
"columns": [
{
"text": "Column 1"
},
{
"text": "Column 2"
}
]
},
{
"text": "Row 2",
"columns": [
{
"text": "Column 1"
},
{
"text": "Column 2"
}
]
}
],
"columns": [
{
"text": "Column 1"
},
{
"text": "Column 2"
}
]
}
|
| Basic Matrix: Spreadsheet |
matrix_text |
application/json
{
"type": "matrix_text",
"text": "Please provide your feedback on the following",
"code": "Q26",
"orderNumber": 26,
"required": true,
"rows": [
{
"text": "Row 1",
"columns": [
{
"text": "Column 1"
},
{
"text": "Column 2"
}
]
},
{
"text": "Row 2",
"columns": [
{
"text": "Column 1"
},
{
"text": "Column 2"
}
]
}
],
"columns": [
{
"text": "Column 1"
},
{
"text": "Column 2"
}
]
}
|
| Date/Time |
date_time |
application/json
{
"type": "date_time",
"text": "What is your date of birth?",
"code": "Q27",
"orderNumber": 27,
"required": true,
"enableDate": true,
"enableTime": false,
"enable24Hours": false,
"defaultToToday": false,
"minYear": 1970,
"maxYear": 2025,
"dateFormat": 1
}
|
| Calendar |
calendar |
application/json
{
"type": "calendar",
"text": "When do you want to setup a routine service check for your car?",
"code": "Q29",
"orderNumber": 29,
"required": true,
"minYear": 1970,
"maxYear": 2025,
"dateFormat": 1
}
|
| Maps |
multiplechoice_maps |
application/json
{
"type": "multiplechoice_maps",
"text": "What state were you born in?",
"code": "Q30",
"orderNumber": 30,
"required": true,
"selectedCountry": "USA"
}
|
| Captcha |
text_captcha |
application/json
{
"type": "text_captcha",
"text": "",
"code": "Q28",
"orderNumber": 28
}
|