Page MenuHomePhabricator

Implement TextCha as more accessible CAPTCHA for vision impaired people
Closed, ResolvedPublic

Description

Author: soloturn

Description:
http://moinmo.in/TextCha is a possibility to provide simpler and better captchas than with images and audio. and it has the advantage to be equal for vision impaired persons.


Version: unspecified
Severity: enhancement
URL: http://moinmo.in/TextCha

Details

Reference
bz13938

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:10 PM
bzimport set Reference to bz13938.
bzimport added a subscriber: Unknown Object (MLST).

jonnymt wrote:

Just wanted to note that a blind user also brought this up at Jimbo's en-wiki talk page--I have to agree that it's a good idea.

alexfusco5 wrote:

I've changed the product to MediaWiki extensions as it is about an extension (ConfirmEdit).

TextCha looks very similar to the already implemented QuestyCaptcha interface. Main difference seems to be that moinmoin could allow several answers to the same question, being a regex (easy to add if needed).

Basically, when using QuestyCaptcha you provide a secret set of questions whose answer cannot be automated (eg. what's this wiki name?, In which year did [[World War II]] finish?).

The main disadvantages for large wikis like wikipedia are:
-You cannot automatically create new questions, they have to be made by a human (and a small questions set makes it inefficient).
-Questions have to be different for each language.