-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number of Eligible Voters - Demo Election & Quick Poll #759
Comments
Neat, I see the value in this I remember you made a similar issue a while back #501 Do you think we need "number of eligible voters" as well as "voter limit", or can this be the same? |
Scenario "Election with emails and or voter-id'sIn this scenario the "number of eligible voters" should be probably good enough (no need for "voter limit) - since we have list of voters (emails or voter-IDs). Additional VotersHowever, we may need an extra bucket "Additional Voters" (config parameter) for safety margin (like 10% or specific number of extra number of voters that can join late?) - obviously this should be logged as somewhat irregular behavior. Do we want to allow this and how to manage this?
Question: what should happen when we upload emails and we reach the limit of eligible voters?
Voter LimitScenario Show-of-hands / demo elections / unrestricted elections - without emails / quick pollsIn this scenario - having a voter limit makes sense (adds complexity though: number of scenarios to maintain, test and document). Voter Limit: explanation - you chose Low Integrity and direct Ballot Access / Quick Poll, so you can select how many people will be able to submit ballots instead of inputting/entering a voter list / voter IDs. Question: what should happen if the limit has been reached
|
Add new functionality - add "Number of Eligible Voters" to "low security" and "low stakes elections / quick polls".
The expected number of voters is the anticipated number of people who will participate in the poll / voting.
Regular elections have voters (emails) and voter ID (we can calculate number of Eligible Voters on the fly - indirectly) - but quick poll and demo election are missing basic measures to control voting process (e.g. expected number of Voters / votes should be expected).
However, Quick Poll and Demo Elections (unlimited voting / polls) - we are missing a high level marker/parameter - how many anticipated ballots/voters to expect for this Poll / Election.
If we have an audience of 10 and we got 14 ballots in a poll / demo election - something is not right.
Having expected number of voters maybe useful in other areas / situations.
Leaving "Number of Eligible Voters" as blank - we set a default, high number of voters or unlimited.
Number of voters and quorum requirement are used in election results reports / detailed statistical data:
Winner threshold is shown on the Results Tab.
example from ElectionBuddy:
The text was updated successfully, but these errors were encountered: