Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

OT: How to calculate reputation scores?

4 views
Skip to first unread message

Mike

unread,
May 22, 2012, 12:54:17 PM5/22/12
to
A general question, not PERL releated:

Many web sites have an article/message/user reputation based on the up or
down votes the article/message/user receives. How is a reputation score
calculated given only up and down votes? (The user is not presented with
a 1 to 5 scale for scoring something.)

Mike

Adam Russell

unread,
May 23, 2012, 11:05:03 AM5/23/12
to
Generally it is just a net score. The score is just incremented and
decremented
as each positive/negative vote is submitted. Some sites such as
www.perlmonks.org (let's try to get this back On Topic! :) ) use a
more elaborate algorithm though.
http://www.perlmonks.net/?node=Voting%2FExperience%20System explains
how perlmonks "Experience Points" are calculated.
So, there really is no one way and you may want to build something sort
of fun like perlmonks XP to help build a certain "community".

Mike

unread,
May 25, 2012, 12:53:03 PM5/25/12
to
Thank you. I had looked at Perl Monks and not found this article.

Mike
0 new messages