Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

What settings on points do i need to mimick stackoverflow

+1 vote
Some of the point settings are obvious but with the limit ones, i'm unclear - does anyone already have the default points settings for admin to mimick those on stackoverflow ?

To clarify further - does it mean that if i set the upvote to 10 points, and the limit for up votes to +200 that no answer can be upvoted more than 10 times or does it mean that the upvote can be done but the user doesnt get additional points ?  

If so then presumably this function doesnt apply to stackoverflow so i would need to set a very high limit like 99999999 to mimic the same right ?
asked Oct 20, 2011 in Q2A Core by twjnorth
edited Oct 20, 2011 by twjnorth

1 Answer

+1 vote
 
Best answer

http://stackoverflow.com/faq#reputation lists their points.

You can't make everything exactly the same - for example Q2A has the same points for upvotes and downvotes on answers, whereas SO is +10 for upvote and -2 for downvote on answers.

Here's a possible list of values from Q2A that roughly match Stack Overflow to help you out:

Posting a question: 0 points
Selecting the best answer for your question: 2 points
Per up/down vote on your question: ± 5 points
Limit from up votes on each question: +100 points *
Limit from down votes on each question: –20 points *
Posting an answer: 0 points
Having your answer selected as the best: 15 points
Per up/down vote on your answer: ± 10 points
Limit from up votes on each answer: +200 points *
Limit from down votes on each answer: –40 points *
Voting up a question: 0 points
Voting down a question: -2 points
Voting up an answer: 0 points
Voting down an answer: -2 points
Multiply all points: ×1
Add for all users: 1 *

* = personal preference, you may wish to scale that however you like. Personally I start users with 20 points, and give +/- 10 for every vote, with +200/-40 limits.

answered Oct 20, 2011 by DisgruntledGoat
selected Oct 20, 2011 by twjnorth
Thanks for this.