You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Polls app is often used for conducting school elections. To improve fairness, the choices (candidates) should appear in a randomized order when voting.
For example, the order on one page load may be:
Alice
Bob
Charlie
And on a subsequent load may be:
Bob
Alice
Charlie
This should only be enabled when Poll.is_election is true.
Suggested implementation(s) (if applicable)
There is already an Election question type that randomizes the choices. However, SGA has recently moved to rank choice voting. This feature should randomize all question types when Poll.is_election is true.
I suggest the Election question type be renamed to "Random," or another applicable name because this feature will make it unnecessary and possibly confusing during elections. However, it should be kept as a choice in case a non-election Poll needs the choices randomized.
The text was updated successfully, but these errors were encountered:
Feature description
For example, the order on one page load may be:
And on a subsequent load may be:
Poll.is_election
is true.Suggested implementation(s) (if applicable)
Poll.is_election
is true.The text was updated successfully, but these errors were encountered: