Survey Question Object
Survey Question Object
Field
Type
Description
Field
Type
Description
{
"uuid": "sqn_9f8e7d6c",
"position": 1,
"label": "What best describes your role?",
"required": true,
"type": "single_select",
"options": ["Founder", "Engineer", "Marketer", "Other"],
"stats": {
"total_answers": 1800,
"distribution": [
{ "value": "Founder", "count": 540 },
{ "value": "Engineer", "count": 720 },
{ "value": "Marketer", "count": 360 },
{ "value": "Other", "count": 180 }
]
}
}