You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently with every creative points upvote the receiver gets +5 points. (which is also 50% of the maximum base points).
A better system would be to give the points non-linear. So with every upvote the receiver gets even more points. One suggestion would be to use the fibonacci series (without the first number) (1 2 3 5 8 13 21 34 ...). As an example:
User A received 1 upvote -> +1 (old system +5)
User B received 3 upvotes -> 1+2+3 -> +6 (old system +15)
User B received 6 upvotes -> 1+2+3+5+8+13 -> +32 (old system +30)
This encourages actual creative answers while two users may not push each others scores.
The text was updated successfully, but these errors were encountered:
Currently with every creative points upvote the receiver gets +5 points. (which is also 50% of the maximum base points).
A better system would be to give the points non-linear. So with every upvote the receiver gets even more points. One suggestion would be to use the fibonacci series (without the first number) (1 2 3 5 8 13 21 34 ...). As an example:
User A received 1 upvote -> +1 (old system +5)
User B received 3 upvotes -> 1+2+3 -> +6 (old system +15)
User B received 6 upvotes -> 1+2+3+5+8+13 -> +32 (old system +30)
This encourages actual creative answers while two users may not push each others scores.
The text was updated successfully, but these errors were encountered: