mnager option order switch
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user