I'm trying to implement a reCaptcha on my site. Right now, I just it just asks me to click on the checkbox and I'm verified. I want it to present an image/text challenge every time instead.
This question has been asked a couple of times but there hasn't been a working solution. Most of the other questions I could find only ask how not to present a challenge to the user.
I know that it checks if you're a bot in other ways and only shows the challenges if the verification fails, but does it offer the option for developers to invoke the check manually?