support for observers
This commit is contained in:
16
questions/examples/simple_example.txt
Normal file
16
questions/examples/simple_example.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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: closed
|
||||
|
||||
# By default voters can not see the results
|
||||
show_results: false
|
||||
|
||||
# Questions are any line that doesnt match configuration commands
|
||||
It works?
|
||||
# single choice answers are denoted with dashes
|
||||
- yes
|
||||
- no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user