mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-05 09:21:23 +02:00
6c078b4d17
is this cool?
15 lines
414 B
JSON
15 lines
414 B
JSON
[
|
|
{
|
|
"type": "multiple_choice",
|
|
"question": "How often do you experience snowfall in your area?",
|
|
"options": ["Never", "Rarely", "Sometimes", "Often", "Every winter"]
|
|
},
|
|
{
|
|
"type": "integer",
|
|
"question": "What was the deepest snowfall (in inches) you've measured at your location?"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"question": "Describe any challenges you face during heavy snowfall."
|
|
}
|
|
] |