support for observers

This commit is contained in:
Ville Rantanen
2018-12-12 22:09:12 +02:00
parent 74cdb27037
commit cef7966ad2
12 changed files with 144 additions and 33 deletions

View File

@@ -1,4 +1,3 @@
# 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

View File

@@ -0,0 +1,13 @@
draft: false
vote_style: open
show_results: true
<img src="https://upload.wikimedia.org/wikipedia/en/thumb/7/7d/Lenna_%28test_image%29.png/220px-Lenna_%28test_image%29.png"/>
<p>This questionnaire is about a very important topic</p>
It works?
- yes
- no

View File

@@ -1,10 +1,11 @@
# if "true" voting is not possible. you can preview the form in address /preview/example
draft: false
# "open" vote style is open for anyone without tokens. "closed" requires tokens to be generated
vote_style: open
vote_style: closed
# By default voters can not see the results
show_results: true
show_results: false
# Questions are any line that doesnt match configuration commands
It works?