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

Captcha should use a scoring system #19

Open
itsrachelfish opened this issue Jun 20, 2020 · 1 comment
Open

Captcha should use a scoring system #19

itsrachelfish opened this issue Jun 20, 2020 · 1 comment
Assignees

Comments

@itsrachelfish
Copy link
Member

itsrachelfish commented Jun 20, 2020

Right now if you accidentally click off of the fish your captcha progress gets reset and you have to hover over it for a whole second. It would be better to use a scoring system to determine captcha success. If you clicked on the correct fish a certain number of times you pass (not just twice), but if you click a large number of times in the wrong places you get penalized.

@itsrachelfish
Copy link
Member Author

itsrachelfish commented Jun 20, 2020

For example, each successful click on a fish could be worth 1 point, each wrong click could be worth -0.1 points. You need 10 points to pass and the client side sends a click event every 100ms

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

No branches or pull requests

2 participants