Closed (outdated)
Project:
CAPTCHA
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2011 at 23:06 UTC
Updated:
17 Jan 2018 at 01:27 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
AlexisWilke commentedI'm not too sure I follow you here. Is there something not working for you?!
Thank you.
Alexis Wilke
Comment #2
dddave commentedHi Alexis,
I am coming stricktly from an usability standpoint, especially considering novice users.
They have no easy way to test this module and thus understand it (not everybody reads the project page). If they look for an example they might be irritated.
I've attached two pics to clarify. The first shows a clear example for a math CAPTCHA but where is my example for hidden CAPTCHA a user might think. Clicking on the 10 more examples link makes it really confusing (pic 2).
I am downgrading this because the module works well otherwise.
Comment #3
AlexisWilke commenteddddave,
Ah! I understand what you mean now. Hmmm... there isn't a way for the Hidden CAPTCHA to know that it's being displayed in an example, which probably makes sense by default.
We would need the main CAPTCHA to be modified a bit to avoid returning the challenges when queried for examples.
In the following, the author of the CAPTCHA module could add a parameter which we could then check to know that examples are being queried.
For example, the following would work (added the 'examples' parameter in the array):
then in the hidden_captcha_captcha() function, I could check the 2nd parameter like this:
I'm moving the issue to the CAPTCHA issue queue since without a fix in the main CAPTCHA there isn't anything I can do to fix the problem (not without a serious hack such as testing the PHP stack!)
Thank you.
Alexis Wilke
Comment #4
wundo commented