Odei Alba
Lead maintainer
This plugin lets you rank multiple options in order of preference, instead of just choosing one.
This way, the most preferred option by all the voters can win, even if it is not the most popular one.
This voting method is also known as Condorcet method for voting, Card Sorting, Ranked Choice Voting (RCV) or Instant Runoff Voting (IRV).
Setup:
| User1 | A |
|---|---|
| User2 | A |
| User3 | B |
| User4 | C |
| User5 | D |
A
A gets 2 votes and all the other options get 1 vote each. But maybe some people would rather have B than A. With traditional voting, they can’t show that.
| User1 | A B C D |
|---|---|
| User2 | A B D C |
| User3 | B D C A |
| User4 | C B D A |
| User5 | D B C A |
B
With PreferenceVoting, you can rank the options from best to worst. Then, the average rank of each option is calculated. The option with the lowest average rank wins. In this case, B has the lowest average rank, so it wins.