Kruhlmann / gatekeeper

Fight club CAPTCHA bot
GNU General Public License v3.0
1 stars 4 forks source link

Quiz structure for handling asking 3 unique captchas and failing if too many wrong answers #57

Closed ghost closed 4 years ago

ghost commented 4 years ago

Added Quiz table that handles the captchas, used for storing the number of correct captcha solves and the number of wrong answers.

Captchas are looked up for by this quiz_id. The captchas are generated at the start with questions/answers and stored in the database for sending at a later date.

If you answer wrong 5 times you fail the quiz.

This should solve issue #37