initial working state

This commit is contained in:
Ville Rantanen
2018-12-02 23:11:32 +02:00
commit 083915e69a
23 changed files with 837 additions and 0 deletions

View 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: _____

View File

@@ -0,0 +1,9 @@
# if "true" voting is not possible. you can preview the form in address /preview/example
draft: false
It works?
- yes
- no