Poll: Results
Displays the accumulated results of the poll based on the number of votes: the percentage of votes for each answer, as well as the number of votes cast. This interface is displayed at the end of the user's voting, but can also be shown before the user votes, allowing them to check the progress of the poll before casting their vote.
Screens
Data
Poll
- Question(string) : Survey available to the user for voting.
Options
- Option(string) : Option available to be voted on.
- Votes(integer) : Number of votes for an option.
- Percentage(double) : Percentage of votes for an option.
- Total(string) : Total number of votes in the poll.