I have a set which I want to rank based on which entry people favor the most.
The set consists of too many entries for the voters to sort the entire list, and since the set contains some mainstream favorites I don't want voters to pick the top three entries or something similar either.
I have seen pages rank by pairs, be it images or quotes. But is this a good idea way of doing it? Is this representable for the majority or is there any better alternatives?
Ranking by pairs is basically the same as sorting based on the win/lose rate, right?
Thanks.