initial working state
This commit is contained in:
22
questions/multi_question.txt
Normal file
22
questions/multi_question.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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: _____
|
||||
|
||||
|
||||
Reference in New Issue
Block a user