CTFd version : 3.6.1
CTFd github : https://github.com/CTFd/CTFd
…………………………………………………………………………
Here’s the situation I want
- the first person to solve a particular question gets 150 points
- the second person to solve the question gets 148 points
- the third person to solve the question gets a score of 146
.
.
.
So I set up the Challenge settings as follows
Current Value : 150
Initial Value : 150
Decay Function : Linear
Decay : 2
Minimum Value : 100
(Problem) This way, the first, second, and third person to solve the problem will all receive 146 points.
As more users solve the question, the scores of those who have already solved the question will change accordingly.
Changing the Decay Function to “Logarithmic” only increases the width of the decay, but it still results in the same score for all users.
How can I fix this problem?