vue-survey-builder
Version:
A survey builder component for vue.js applications
29 lines (28 loc) • 457 B
JSON
{
"id": null,
"question": null,
"type": null,
"multiSelect": false,
"characterLimited": false,
"hasMinMax": false,
"allowDecimals": false,
"sequence": null,
"minValue": 1,
"maxValue": 8,
"labels": [],
"dateFormat": "MM/DD/YYYY",
"timeFormat": "12",
"intervals": 2,
"textLimit": 1024,
"units": null,
"options": [
{
"body": null,
"sequence": 1
},
{
"body": null,
"sequence": 2
}
]
}