Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I would like to add a simple "points system" on one of my sites that will encourage users provide feedback. Something similar to the one used on this site but not as convoluted.

Here's the basic scenario: User "A" can post a project. Other users see the post and if interested can submit their application for it. User "A" can review submissions and accept some. After the project complete this user can provide feedback for those that he/she was actually involved with during the project.

So, there are several items that can be used in the formula to score user "A":

  1. How many projects created
  2. How many tasks within project posted
  3. How many submissions accepted (I guess I need to consider what was the total number of submissions too)
  4. How many feedback comments submitted.

Perhaps besides the score I can have some milestone awards (kind of like badges on this site).

Any mathematicians out there willing to give it a crack?

Thanks for reading this.


BTW Did you know that Google's PageRank score, although used to score webpages according to a formular, is named after Larry Page, Google's co-founder.

share|improve this question

1 Answer

up vote 1 down vote accepted

I don't have a formula for you, but I think you should also consider the number of reads a project has had, along definitely with the number of submissions received and the number accepted.

There seems to be a hint that in most cases there's a virtual team being formed - so another variable could be the number of members sought.

share|improve this answer
Yes, you're right. This is a lot more complex issue than I thought it was originally. For now I canned that idea. While it may work on this forum, it can totally backfire in my case. – usabilitest Sep 27 '10 at 15:55

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.