Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale creative points non-linear #26

Open
philipniklas-r opened this issue Jan 10, 2021 · 0 comments
Open

Scale creative points non-linear #26

philipniklas-r opened this issue Jan 10, 2021 · 0 comments
Labels

Comments

@philipniklas-r
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants