Tagged Questions
6
votes
6answers
2k views
Voting algorithm: how to calculate rank?
I am trying to figure our a way to calculate rank. Right now it simply takes ratio of wins / losses of each individual entry, so e.g. one won 99 times out of a 100, it has 99% winning rank. BUT if an ...
1
vote
3answers
208 views
How to prevent gaming a voting system where people can vote once per day?
I've implemented a voting system for videos online, wherein visitors can only cast a vote once in any given day. I use combination of their email address and timestamp to ensure that each vote is ...
0
votes
1answer
55 views
Integrating a 1-10 voting system effectively without common pitfalls
I'm planning on integrating a reasonable ranking/voting system into an existing application.
I'm familiar with how the traditional 5 star rating systems work and know the common pitfalls/problems ...
0
votes
3answers
304 views
Products Ranking
I need to sort some products base on user ratings.
Suppose we have 3 products {a,b,c} and we have user's feed backs about this products. It's not important which user give us feed back (this question ...