prosopo/provider

How should we deal with CAPTCHA with approximate results?

Opened this issue · 0 comments

The solution to a CAPTCHA requiring a user to select all squares with traffic lights can be approximate. Different selections of squares can both be correct. How will we deal with these kind of solutions?

Thoughts

  • Have a best fit answer with square indices (2,5,6,8)?
  • Allow a pass if x% of squares are selected?