"projectID": "PROJECT_ID"
{
"questionType": "radio",
"text": "What is your favorite coastline in the United States?",
"answers": [
{
"text": "East Coast",
"answerValue": 2
},
{
"text": "West Coast",
"answerValue": 1
},
{
"isOther": true,
"text": "Other",
"answerValue": 2
}
],
"skipLogic": false,
"includeOtherOption": true,
"isRequired": true
},
{
"questionType": "checkbox",
"text": "What animals would you like to spend time with?",
"answers": [
{
"text": "Cat",
"answerValue": 1
},
{
"text": "Dog",
"answerValue": 1
},
{
"text": "Giraffe",
"answerValue": 1
},
{
"text": "Pineapple",
"answerValue": 3
}
],
"isRequired": true,
"skipLogic": false,
"includeOtherOption": false
},
{
"questionType": "multiLineTextbox",
"text": "In your own words, tell us what your favorite hoby is.",
"skipLogic": false,
"isRequired": true
},
{
"questionType": "singleLineTextbox",
"text": "What is your favorite color?",
"skipLogic": false,
"isRequired": true
},
{
"questionType": "numericBox",
"text": "How old are you?",
"skipLogic": false,
"isRequired": true
},
{
"questionType": "sliderScale",
"text": "On a scale from 1 to 10 how confident are you building an API?",
"isRequired": true,
"skipLogic": false,
"minValue": 1,
"maxValue": 10,
"step": 1
}