mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 22:25:14 +00:00
17 lines
332 B
JSON
17 lines
332 B
JSON
|
{
|
||
|
"title": "How do you feel?",
|
||
|
"properties": {
|
||
|
"had_fun": {
|
||
|
"type": "boolean",
|
||
|
"title": "Did you have fun answering the first set of questions?"
|
||
|
},
|
||
|
"proceed": {
|
||
|
"type": "boolean",
|
||
|
"title": "Proceed to questions set 2?",
|
||
|
"default": false
|
||
|
}
|
||
|
},
|
||
|
"required": [
|
||
|
"had_fun"
|
||
|
]
|
||
|
}
|