Hi

I am using another language as english on my site, so audio captcha has no sense for me/my users, because pronunciation of english words is far away of understunding for my users.

so it is a little bit confusing now. It somewhere option to disable audio captcha if there isn't slovak pronunciation?

thanks for the answer
Igorik
http://www.somvprahe.sk

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

This should probably become a configuration setting.

Petr Illek’s picture

Subscribing...

...for Czech

Dave Reid’s picture

Title: captcha without audio » Disable audio captcha if current lanuage is not English
Component: User interface » Code
Category: support » feature

Changing to a feature request. Seems like maybe we should check if the global $language is English, otherwise don't display the audio CAPTCHA. We should probably make this an option in the admin/settings/mollom page as well.

alextronic’s picture

subscribing.

sun’s picture

Title: Disable audio captcha if current lanuage is not English » Disable audio captcha if current language is not English
Version: 6.x-1.x-dev » 7.x-1.x-dev
Status: Active » Needs work
FileSize
1.68 KB

Taking into account #1: Make it a configuration setting.

Additionally taking into account #768694-7: Alter help text on audio captcha:

Considering the words are from the ICAO/NATO spelling alphabet, which 'The paramount reason is to ensure intelligibility of voice signals over radio links.' which I'd say is a pretty good reason it should be used.

Additionally taking into account #768694-8: Alter help text on audio captcha:

We might be able to make that work over time. Until then, it might be a good idea to pass a 'language' field to mollom.getImageCaptcha / mollom.getAudioCaptcha.

We could then gather some server-side statistics about what languages to support first.

...ok, bad idea: writing comments before coding.

poedan’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Status: Needs work » Needs review
FileSize
5.66 KB
haltabush’s picture

Updated previous patch for 7.x-2.x branch

Note that we also create theme function for displaying the image/audio (like specified it a @todo in mollom_get_captcha function)

eshta’s picture

Issue summary: View changes
Status: Needs review » Fixed

This is part of the functionality that has been added with the accessibility improvements https://drupal.org/node/273964
We now include an advanced configuration in the settings form where you can disable audio CAPTCHAs.
A test has also been added to ensure that this functionality continues to operate as expected.
Additionally, the image and audio CAPTCHAs are presented using theme templates.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.