23 lines
446 B
Plaintext
23 lines
446 B
Plaintext
# expiry format: YYYY-MM-DD HH:MM +z
|
|
# z is the difference to UTC in HHMM, +0000, -0700, etc..
|
|
|
|
expires: 2028-12-12 21:20 +0200
|
|
# if "draft: true" voting is not possible. you can preview the form with address /preview/example
|
|
draft: false
|
|
|
|
# - character is single choice question
|
|
It works?
|
|
- yes
|
|
- no
|
|
|
|
# + character is multi choice question
|
|
Fruits
|
|
+ banana
|
|
+ orange
|
|
+ tomato
|
|
|
|
# Question ending with ___ is an open text question
|
|
Explain: _____
|
|
|
|
|