mnager option order switch

This commit is contained in:
Ville Rantanen
2018-12-13 22:18:58 +02:00
parent 59871f67ed
commit 286828c993
2 changed files with 18 additions and 30 deletions

View File

@@ -21,15 +21,15 @@
[preview](http://localhost:8041/preview/my_poll)
- Change to `draft: false` to enable voting
- Add tokens for the vote:
`./manager token --prefix http://localhost:8041 my_poll`
`./manager my_poll token --prefix http://localhost:8041`
- Open the link to vote
- Get summary of votes: `./manager summary my_poll`
- Get summary of votes: `./manager my_poll summary`
## Additional usage
During the poll, you can observe the vote counts:
- Add an observer token:
`./manager token --prefix http://localhost:8041 --role observer my_poll`
`./manager my_poll token --prefix http://localhost:8041 --role observer`
- Open the link to see vote counts
- If the question se allows voters to see results after casting their vote
`show_results: true`, then observer can also see the results.