SlideShare ist ein Scribd-Unternehmen logo
1 von 47
Downloaden Sie, um offline zu lesen
Think Your Site
Needs ?
Try These User-Friendly Alternatives
Have you ever filled out a form on
a website, and been faced with
something like what is shown in
the following video?
Introduction
Introduction
Perhaps the most loathed of all Internet security measures,
a CAPTCHA attempts to weed out bots from legitimate
users by presenting a test that is easy for a human, but
difficult or impossible for a computer.
What does CAPTCHA stand for?
Completely Automated Public Turing test
to tell Computers and Humans Apart
Introduction
CAPTCHAs are a nice idea in theory. They’re meant to
keep spam comments at bay and prevent bots from
harvesting email addresses.
They’re also very commonplace; according to Luis von
Ahn, one of the creators of CAPTCHA, about 200 million
CAPTCHAs are completed every day.
Introduction
But CAPTCHAs present some serious user experience
problems. We tested the CAPTCHA experience with our
panel, and here’s what we learned:
3 UX Problems
They interrupt the
user’s workflow
3 UX Problems
1
They put one extra, irritating step between users and
the tasks they want to accomplish. Plus, even the
better versions can be difficult to read.
3 UX Problems
ReCAPTCHA is one of the more usable and respected
CAPTCHA generators out there. With ReCAPTCHA,
users decipher scanned images of text from old books,
allowing the books to become digitized.
3 UX Problems
The advantage to the user is that the text is made
of actual words, not random strings of numbers and
letters.
3 UX Problems
Hard-to-read text can cause errors and slow you down even further.
3 UX Problems
They’re not accessible
2
3 UX Problems
This brings up the second major usability problem:
CAPTCHAs are excessively difficult for people with
visual disabilities. Some offer audio alternatives, but
those are often even harder to decipher (and pretty
scary-sounding!)
3 UX Problems
They put the burden
on legitimate users
3
Beyond the usability and accessibility concerns, there’s
a disturbing flaw at the core of the whole thing.
3 UX Problems
The fundamental problem is that CAPTCHAs force
humans to complete undesirable tasks because of
issues that are beyond their control — and not their
fault.
3 UX Problems
With CAPTCHA, website
visitors are presumed guilty
until proven innocent.
3 UX Problems
Alternatives to
CAPTCHA
Alternatives to
CAPTCHA
Easier and more enjoyable tests
Because completing CAPTCHAs is so unpalatable,
several more user-friendly alternatives have popped up.
Some of these, like PlayThru and Sweet Captcha,
gamify the process of proving you’re a human.
Alternatives:
Easy/Fun tests
PlayThru Sweet Captcha
While playing an easy game is more
enjoyable than entering a string of text,
the games are generally not accessible
to users with visual impairments.
If an option is available at all for
visually-impaired users, it’s the scary,
difficult audio CAPTCHA from before.
Alternatives:
Easy/Fun tests
What’s more, users are so accustomed to completing
normal CAPTCHAs, gamified alternatives can be seen
as annoying or juvenile.
Alternatives:
Easy/Fun tests
I feel like it makes it look
unprofessional. Maybe if it were a
kids’ site, you might need animated
CAPTCHA, but if anything, it’s more of
a pain in the butt.
–	 Raquelmelody, United States 		
	 Member of UserTesting panel
Alternatives:
Easy/Fun tests
Other alternatives are Text CAPTCHA and Egglue,
which ask simple questions humans can answer using
logic or intuition rather than pattern recognition alone.
Egglue uses logic questions rather than images to verify humanity.
Alternatives:
Easy/Fun tests
NuCaptcha uses behavior analysis to assess each
visitor’s risk level. Then it assigns easy or difficult
CAPTCHAs based on how likely it is that the visitor is
a bot. Visitors who behave like humans are given very
easy tests to complete.
NuCaptcha also offers many different themes to match your site
Alternatives:
Easy/Fun tests
The downside of these options is that they still
disrupt the user’s workflow. While they might be less
frustrating, they still create a barrier between the user
and their goal.
Alternatives:
Easy/Fun tests
Honeypots
Alternatives to
CAPTCHA
Honeypots are traps made to catch bots without ever
being noticed by human users.
The most common example is the hidden form field.
With this solution, an extra field is included in the
web form and then hidden from human users with
JavaScript or CSS. Bots, however, will still “see” the
field and fill it out. If the field is filled out, the form is
automatically rejected.
Alternatives:
Honeypots
Honeypots aren’t perfect, though.
Visitors who use screen reader software will still
encounter the field, creating more confusion and
increasing the chances they’ll fail the test.
To work around this problem, you could label the form
field something like, “Leave this field blank,” but this is
still likely to confuse users.
Alternatives:
Honeypots
Verified sign-in
Alternatives to
CAPTCHA
Another option for confirming visitors
are human is to require them to sign
in with an account such as Facebook,
Twitter, or Disqus.
(We use Disqus for comments on the
UserTesting blog.)
Alternatives:
Verified sign-in
This solution is popular for blogs because it includes
the side benefit of removing the anonymity that
mean-spirited users rely on when they leave rude or
offensive comments.
Tying comments to a social account adds a level of
responsibility that discourages trolls.
Alternatives:
Verified sign-in
The obvious problem here, though, is that not all users
have the required social account.
This can be mitigated by using a service like Janrain or
Gigya that allows users to choose from a wide variety
of accounts to log in with, rather than just one or two.
Alternatives:
Verified sign-in
Janrain gives users multiple sign-in choices.
Alternatives:
Verified sign-in
There’s still one problem remaining with social media
solutions: many users aren’t comfortable using their
social account information to log into an unfamiliar
website.
They might be concerned that this is an invasion of
privacy, or that the website will post updates to their
account without their permission.
Alternatives:
Verified sign-in
Time stamps
Alternatives to
CAPTCHA
A big difference between humans and robots is the
speed at which we complete tasks. It takes us a few
moments to read each field, decide what to input, and
then type the text.
Bots, on the other hand, can populate a form instantly.
By using time stamps on your site, you can reject forms
that are filled out too quickly.
Alternatives:
Time Stamps
VS
This might not be secure enough to stand alone,
though, as some of the sneakier bots are programmed
to take longer to fill out forms to specifically avoid this
trap.
Plus, for returning visitors with cookies enabled, the
form may auto-populate, causing the visitor to be
wrongfully identified as a bot.
Alternatives:
Time Stamps
Checkboxes
Alternatives to
CAPTCHA
One of the best solutions is to include a
client-side JavaScript checkbox that says
something like, “I am a human.”
By generating the checkbox client-side, only
legitimate users will be able to see and check
the box.
Alternatives:
Checkboxes
There are some concerns about bots that are clever
enough to read the Javascript or CSS and work around
the checkbox solution, so additional measures could be
added for security.
Alternatives:
Checkboxes
Here are some resources to check out
if you’re interested in the checkbox solution:
	• Growmap Anti Spambot Plugin for WordPress
	• CodeUmbra’s tutorial on the checkbox solution
	• UX Movement article in favor of the checkbox
Alternatives:
Checkboxes
What’s a website
owner to do?
What’s to do?
To determine which alternative is best for your site,
you should ask yourself why you need the additional
security measures.
What’s to do?
For blog owners looking to prevent spam comments,
a social sign-in solution might be right — if users are
open to it.
Run tests with your users to find out if they would
actually use a verified sign-in, or if it would cause an
uproar of privacy concerns.
What’s to do?
For e-commerce sites that need to verify a visitor’s
validity at the point of purchase, any additional steps
between the user and the purchase can reduce
conversions.
If you can use an alternative that doesn’t interfere with
the user’s workflow, you’ll stand a much better chance
of making the sale and keeping the user happy.
What’s to do?
The very best solution is one your users never notice.
Consider using honeypots, time stamps, or checkboxes
—or a combination of these.
www.usertesting.com

Weitere ähnliche Inhalte

Andere mochten auch

Andere mochten auch (12)

Captcha
CaptchaCaptcha
Captcha
 
Jean captcha-ppt
Jean captcha-pptJean captcha-ppt
Jean captcha-ppt
 
CAPTCHA
CAPTCHACAPTCHA
CAPTCHA
 
Captcha
CaptchaCaptcha
Captcha
 
Machine Learning Methods For Captcha Recognition
Machine Learning Methods For Captcha RecognitionMachine Learning Methods For Captcha Recognition
Machine Learning Methods For Captcha Recognition
 
Captcha as graphical passwords a new security primitive based on hard ai prob...
Captcha as graphical passwords a new security primitive based on hard ai prob...Captcha as graphical passwords a new security primitive based on hard ai prob...
Captcha as graphical passwords a new security primitive based on hard ai prob...
 
Captcha as graphical password
Captcha as graphical passwordCaptcha as graphical password
Captcha as graphical password
 
Captchas
CaptchasCaptchas
Captchas
 
Captcha
Captcha Captcha
Captcha
 
Captcha
CaptchaCaptcha
Captcha
 
Captcha
CaptchaCaptcha
Captcha
 
captcha.ppt
 captcha.ppt captcha.ppt
captcha.ppt
 

Mehr von UserTesting

Live Webinar: Healthcare Chatbot Diagnosis
Live Webinar: Healthcare Chatbot DiagnosisLive Webinar: Healthcare Chatbot Diagnosis
Live Webinar: Healthcare Chatbot DiagnosisUserTesting
 
CX Survival Guide for 2019
CX Survival Guide for 2019CX Survival Guide for 2019
CX Survival Guide for 2019UserTesting
 
Marketing Edition: How we leverage UserTesting
Marketing Edition: How we leverage UserTesting Marketing Edition: How we leverage UserTesting
Marketing Edition: How we leverage UserTesting UserTesting
 
Product Edition: How we leverage UserTesting
Product Edition: How we leverage UserTestingProduct Edition: How we leverage UserTesting
Product Edition: How we leverage UserTestingUserTesting
 
A simple method to make better CX decisions
A simple method to make better CX decisionsA simple method to make better CX decisions
A simple method to make better CX decisionsUserTesting
 
Live Conversation: Connecting with customers in real time
Live Conversation: Connecting with customers in real timeLive Conversation: Connecting with customers in real time
Live Conversation: Connecting with customers in real timeUserTesting
 
What's with Apple's latest iPhone ads?
What's with Apple's latest iPhone ads? What's with Apple's latest iPhone ads?
What's with Apple's latest iPhone ads? UserTesting
 
Actionable Results from UX Research
Actionable Results from UX ResearchActionable Results from UX Research
Actionable Results from UX ResearchUserTesting
 
A Webinar with UserTesting: Orchestrating Experiences
A Webinar with UserTesting: Orchestrating Experiences A Webinar with UserTesting: Orchestrating Experiences
A Webinar with UserTesting: Orchestrating Experiences UserTesting
 
Creating great customer journeys through customer interviews: Real-world advi...
Creating great customer journeys through customer interviews: Real-world advi...Creating great customer journeys through customer interviews: Real-world advi...
Creating great customer journeys through customer interviews: Real-world advi...UserTesting
 
The Streaming Media CX Index: What customers expect from SVOD experiences
The Streaming Media CX Index: What customers expect from SVOD experiencesThe Streaming Media CX Index: What customers expect from SVOD experiences
The Streaming Media CX Index: What customers expect from SVOD experiencesUserTesting
 
Three Ways Fast Human Insight is Revolutionizing Marketing
Three Ways Fast Human Insight is Revolutionizing Marketing Three Ways Fast Human Insight is Revolutionizing Marketing
Three Ways Fast Human Insight is Revolutionizing Marketing UserTesting
 
3 Digital Transformation Strategies Driving CX
3 Digital Transformation Strategies Driving CX3 Digital Transformation Strategies Driving CX
3 Digital Transformation Strategies Driving CXUserTesting
 
CX goes mainstream: Five trends driving the future of CX
CX goes mainstream: Five trends driving the future of CX CX goes mainstream: Five trends driving the future of CX
CX goes mainstream: Five trends driving the future of CX UserTesting
 
How human insights focused organizations become CX leaders
How human insights focused organizations become CX leaders How human insights focused organizations become CX leaders
How human insights focused organizations become CX leaders UserTesting
 
The Banking Mobile CX Index: Insights to improve the mobile banking experience
The Banking Mobile CX Index: Insights to improve the mobile banking experienceThe Banking Mobile CX Index: Insights to improve the mobile banking experience
The Banking Mobile CX Index: Insights to improve the mobile banking experienceUserTesting
 
Nordstrom Rack | Hautelook: Building a Customer-Centered Culture
Nordstrom Rack | Hautelook: Building a Customer-Centered CultureNordstrom Rack | Hautelook: Building a Customer-Centered Culture
Nordstrom Rack | Hautelook: Building a Customer-Centered CultureUserTesting
 
Insights on 2017 cx trends and 2018 predictions webinar
Insights on 2017 cx trends and 2018 predictions webinarInsights on 2017 cx trends and 2018 predictions webinar
Insights on 2017 cx trends and 2018 predictions webinarUserTesting
 
Live Conversation: Cut your customer interview costs by up to 90%
Live Conversation: Cut your customer interview costs by up to 90%Live Conversation: Cut your customer interview costs by up to 90%
Live Conversation: Cut your customer interview costs by up to 90%UserTesting
 
Introducing Live Conversation | Human Insight on Demand
Introducing Live Conversation | Human Insight on DemandIntroducing Live Conversation | Human Insight on Demand
Introducing Live Conversation | Human Insight on DemandUserTesting
 

Mehr von UserTesting (20)

Live Webinar: Healthcare Chatbot Diagnosis
Live Webinar: Healthcare Chatbot DiagnosisLive Webinar: Healthcare Chatbot Diagnosis
Live Webinar: Healthcare Chatbot Diagnosis
 
CX Survival Guide for 2019
CX Survival Guide for 2019CX Survival Guide for 2019
CX Survival Guide for 2019
 
Marketing Edition: How we leverage UserTesting
Marketing Edition: How we leverage UserTesting Marketing Edition: How we leverage UserTesting
Marketing Edition: How we leverage UserTesting
 
Product Edition: How we leverage UserTesting
Product Edition: How we leverage UserTestingProduct Edition: How we leverage UserTesting
Product Edition: How we leverage UserTesting
 
A simple method to make better CX decisions
A simple method to make better CX decisionsA simple method to make better CX decisions
A simple method to make better CX decisions
 
Live Conversation: Connecting with customers in real time
Live Conversation: Connecting with customers in real timeLive Conversation: Connecting with customers in real time
Live Conversation: Connecting with customers in real time
 
What's with Apple's latest iPhone ads?
What's with Apple's latest iPhone ads? What's with Apple's latest iPhone ads?
What's with Apple's latest iPhone ads?
 
Actionable Results from UX Research
Actionable Results from UX ResearchActionable Results from UX Research
Actionable Results from UX Research
 
A Webinar with UserTesting: Orchestrating Experiences
A Webinar with UserTesting: Orchestrating Experiences A Webinar with UserTesting: Orchestrating Experiences
A Webinar with UserTesting: Orchestrating Experiences
 
Creating great customer journeys through customer interviews: Real-world advi...
Creating great customer journeys through customer interviews: Real-world advi...Creating great customer journeys through customer interviews: Real-world advi...
Creating great customer journeys through customer interviews: Real-world advi...
 
The Streaming Media CX Index: What customers expect from SVOD experiences
The Streaming Media CX Index: What customers expect from SVOD experiencesThe Streaming Media CX Index: What customers expect from SVOD experiences
The Streaming Media CX Index: What customers expect from SVOD experiences
 
Three Ways Fast Human Insight is Revolutionizing Marketing
Three Ways Fast Human Insight is Revolutionizing Marketing Three Ways Fast Human Insight is Revolutionizing Marketing
Three Ways Fast Human Insight is Revolutionizing Marketing
 
3 Digital Transformation Strategies Driving CX
3 Digital Transformation Strategies Driving CX3 Digital Transformation Strategies Driving CX
3 Digital Transformation Strategies Driving CX
 
CX goes mainstream: Five trends driving the future of CX
CX goes mainstream: Five trends driving the future of CX CX goes mainstream: Five trends driving the future of CX
CX goes mainstream: Five trends driving the future of CX
 
How human insights focused organizations become CX leaders
How human insights focused organizations become CX leaders How human insights focused organizations become CX leaders
How human insights focused organizations become CX leaders
 
The Banking Mobile CX Index: Insights to improve the mobile banking experience
The Banking Mobile CX Index: Insights to improve the mobile banking experienceThe Banking Mobile CX Index: Insights to improve the mobile banking experience
The Banking Mobile CX Index: Insights to improve the mobile banking experience
 
Nordstrom Rack | Hautelook: Building a Customer-Centered Culture
Nordstrom Rack | Hautelook: Building a Customer-Centered CultureNordstrom Rack | Hautelook: Building a Customer-Centered Culture
Nordstrom Rack | Hautelook: Building a Customer-Centered Culture
 
Insights on 2017 cx trends and 2018 predictions webinar
Insights on 2017 cx trends and 2018 predictions webinarInsights on 2017 cx trends and 2018 predictions webinar
Insights on 2017 cx trends and 2018 predictions webinar
 
Live Conversation: Cut your customer interview costs by up to 90%
Live Conversation: Cut your customer interview costs by up to 90%Live Conversation: Cut your customer interview costs by up to 90%
Live Conversation: Cut your customer interview costs by up to 90%
 
Introducing Live Conversation | Human Insight on Demand
Introducing Live Conversation | Human Insight on DemandIntroducing Live Conversation | Human Insight on Demand
Introducing Live Conversation | Human Insight on Demand
 

Kürzlich hochgeladen

How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIyuj
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改yuu sss
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...katerynaivanenko1
 
General Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptxGeneral Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptxmarckustrevion
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证nhjeo1gg
 
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...mrchrns005
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in designnooreen17
 
办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一F dds
 
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一D SSS
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Yantram Animation Studio Corporation
 
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书zdzoqco
 
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一A SSS
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一Fi L
 
办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一
办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一
办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一diploma 1
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一z xss
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
澳洲UQ学位证,昆士兰大学毕业证书1:1制作
澳洲UQ学位证,昆士兰大学毕业证书1:1制作澳洲UQ学位证,昆士兰大学毕业证书1:1制作
澳洲UQ学位证,昆士兰大学毕业证书1:1制作aecnsnzk
 
Design and Managing Service in the field of tourism and hospitality industry
Design and Managing Service in the field of tourism and hospitality industryDesign and Managing Service in the field of tourism and hospitality industry
Design and Managing Service in the field of tourism and hospitality industryrioverosanniejoy
 

Kürzlich hochgeladen (20)

How to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AIHow to Empower the future of UX Design with Gen AI
How to Empower the future of UX Design with Gen AI
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
 
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
MT. Marseille an Archipelago. Strategies for Integrating Residential Communit...
 
General Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptxGeneral Knowledge Quiz Game C++ CODE.pptx
General Knowledge Quiz Game C++ CODE.pptx
 
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
在线办理ohio毕业证俄亥俄大学毕业证成绩单留信学历认证
 
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in design
 
办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙弗雷泽大学毕业证成绩单原版一比一
 
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
 
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
Unveiling the Future: Columbus, Ohio Condominiums Through the Lens of 3D Arch...
 
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
办理卡尔顿大学毕业证成绩单|购买加拿大文凭证书
 
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
 
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
办理学位证(TheAuckland证书)新西兰奥克兰大学毕业证成绩单原版一比一
 
办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一
办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一
办理(麻省罗威尔毕业证书)美国麻省大学罗威尔校区毕业证成绩单原版一比一
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
办理(UC毕业证书)查尔斯顿大学毕业证成绩单原版一比一
 
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制堪培拉大学毕业证(UC毕业证)#文凭成绩单#真实留信学历认证永久存档
 
澳洲UQ学位证,昆士兰大学毕业证书1:1制作
澳洲UQ学位证,昆士兰大学毕业证书1:1制作澳洲UQ学位证,昆士兰大学毕业证书1:1制作
澳洲UQ学位证,昆士兰大学毕业证书1:1制作
 
Design and Managing Service in the field of tourism and hospitality industry
Design and Managing Service in the field of tourism and hospitality industryDesign and Managing Service in the field of tourism and hospitality industry
Design and Managing Service in the field of tourism and hospitality industry
 

User friendly alternatives to captcha to improve user experience on your website

  • 1. Think Your Site Needs ? Try These User-Friendly Alternatives
  • 2. Have you ever filled out a form on a website, and been faced with something like what is shown in the following video? Introduction
  • 3. Introduction Perhaps the most loathed of all Internet security measures, a CAPTCHA attempts to weed out bots from legitimate users by presenting a test that is easy for a human, but difficult or impossible for a computer. What does CAPTCHA stand for? Completely Automated Public Turing test to tell Computers and Humans Apart
  • 4. Introduction CAPTCHAs are a nice idea in theory. They’re meant to keep spam comments at bay and prevent bots from harvesting email addresses. They’re also very commonplace; according to Luis von Ahn, one of the creators of CAPTCHA, about 200 million CAPTCHAs are completed every day.
  • 5. Introduction But CAPTCHAs present some serious user experience problems. We tested the CAPTCHA experience with our panel, and here’s what we learned:
  • 7. They interrupt the user’s workflow 3 UX Problems 1
  • 8. They put one extra, irritating step between users and the tasks they want to accomplish. Plus, even the better versions can be difficult to read. 3 UX Problems
  • 9. ReCAPTCHA is one of the more usable and respected CAPTCHA generators out there. With ReCAPTCHA, users decipher scanned images of text from old books, allowing the books to become digitized. 3 UX Problems
  • 10. The advantage to the user is that the text is made of actual words, not random strings of numbers and letters. 3 UX Problems Hard-to-read text can cause errors and slow you down even further.
  • 11. 3 UX Problems They’re not accessible 2
  • 12. 3 UX Problems This brings up the second major usability problem: CAPTCHAs are excessively difficult for people with visual disabilities. Some offer audio alternatives, but those are often even harder to decipher (and pretty scary-sounding!)
  • 13. 3 UX Problems They put the burden on legitimate users 3
  • 14. Beyond the usability and accessibility concerns, there’s a disturbing flaw at the core of the whole thing. 3 UX Problems
  • 15. The fundamental problem is that CAPTCHAs force humans to complete undesirable tasks because of issues that are beyond their control — and not their fault. 3 UX Problems
  • 16. With CAPTCHA, website visitors are presumed guilty until proven innocent. 3 UX Problems
  • 18. Alternatives to CAPTCHA Easier and more enjoyable tests
  • 19. Because completing CAPTCHAs is so unpalatable, several more user-friendly alternatives have popped up. Some of these, like PlayThru and Sweet Captcha, gamify the process of proving you’re a human. Alternatives: Easy/Fun tests PlayThru Sweet Captcha
  • 20. While playing an easy game is more enjoyable than entering a string of text, the games are generally not accessible to users with visual impairments. If an option is available at all for visually-impaired users, it’s the scary, difficult audio CAPTCHA from before. Alternatives: Easy/Fun tests
  • 21. What’s more, users are so accustomed to completing normal CAPTCHAs, gamified alternatives can be seen as annoying or juvenile. Alternatives: Easy/Fun tests
  • 22. I feel like it makes it look unprofessional. Maybe if it were a kids’ site, you might need animated CAPTCHA, but if anything, it’s more of a pain in the butt. – Raquelmelody, United States Member of UserTesting panel Alternatives: Easy/Fun tests
  • 23. Other alternatives are Text CAPTCHA and Egglue, which ask simple questions humans can answer using logic or intuition rather than pattern recognition alone. Egglue uses logic questions rather than images to verify humanity. Alternatives: Easy/Fun tests
  • 24. NuCaptcha uses behavior analysis to assess each visitor’s risk level. Then it assigns easy or difficult CAPTCHAs based on how likely it is that the visitor is a bot. Visitors who behave like humans are given very easy tests to complete. NuCaptcha also offers many different themes to match your site Alternatives: Easy/Fun tests
  • 25. The downside of these options is that they still disrupt the user’s workflow. While they might be less frustrating, they still create a barrier between the user and their goal. Alternatives: Easy/Fun tests
  • 27. Honeypots are traps made to catch bots without ever being noticed by human users. The most common example is the hidden form field. With this solution, an extra field is included in the web form and then hidden from human users with JavaScript or CSS. Bots, however, will still “see” the field and fill it out. If the field is filled out, the form is automatically rejected. Alternatives: Honeypots
  • 28. Honeypots aren’t perfect, though. Visitors who use screen reader software will still encounter the field, creating more confusion and increasing the chances they’ll fail the test. To work around this problem, you could label the form field something like, “Leave this field blank,” but this is still likely to confuse users. Alternatives: Honeypots
  • 30. Another option for confirming visitors are human is to require them to sign in with an account such as Facebook, Twitter, or Disqus. (We use Disqus for comments on the UserTesting blog.) Alternatives: Verified sign-in
  • 31. This solution is popular for blogs because it includes the side benefit of removing the anonymity that mean-spirited users rely on when they leave rude or offensive comments. Tying comments to a social account adds a level of responsibility that discourages trolls. Alternatives: Verified sign-in
  • 32. The obvious problem here, though, is that not all users have the required social account. This can be mitigated by using a service like Janrain or Gigya that allows users to choose from a wide variety of accounts to log in with, rather than just one or two. Alternatives: Verified sign-in
  • 33. Janrain gives users multiple sign-in choices. Alternatives: Verified sign-in
  • 34. There’s still one problem remaining with social media solutions: many users aren’t comfortable using their social account information to log into an unfamiliar website. They might be concerned that this is an invasion of privacy, or that the website will post updates to their account without their permission. Alternatives: Verified sign-in
  • 36. A big difference between humans and robots is the speed at which we complete tasks. It takes us a few moments to read each field, decide what to input, and then type the text. Bots, on the other hand, can populate a form instantly. By using time stamps on your site, you can reject forms that are filled out too quickly. Alternatives: Time Stamps VS
  • 37. This might not be secure enough to stand alone, though, as some of the sneakier bots are programmed to take longer to fill out forms to specifically avoid this trap. Plus, for returning visitors with cookies enabled, the form may auto-populate, causing the visitor to be wrongfully identified as a bot. Alternatives: Time Stamps
  • 39. One of the best solutions is to include a client-side JavaScript checkbox that says something like, “I am a human.” By generating the checkbox client-side, only legitimate users will be able to see and check the box. Alternatives: Checkboxes
  • 40. There are some concerns about bots that are clever enough to read the Javascript or CSS and work around the checkbox solution, so additional measures could be added for security. Alternatives: Checkboxes
  • 41. Here are some resources to check out if you’re interested in the checkbox solution: • Growmap Anti Spambot Plugin for WordPress • CodeUmbra’s tutorial on the checkbox solution • UX Movement article in favor of the checkbox Alternatives: Checkboxes
  • 43. What’s to do? To determine which alternative is best for your site, you should ask yourself why you need the additional security measures.
  • 44. What’s to do? For blog owners looking to prevent spam comments, a social sign-in solution might be right — if users are open to it. Run tests with your users to find out if they would actually use a verified sign-in, or if it would cause an uproar of privacy concerns.
  • 45. What’s to do? For e-commerce sites that need to verify a visitor’s validity at the point of purchase, any additional steps between the user and the purchase can reduce conversions. If you can use an alternative that doesn’t interfere with the user’s workflow, you’ll stand a much better chance of making the sale and keeping the user happy.
  • 46. What’s to do? The very best solution is one your users never notice. Consider using honeypots, time stamps, or checkboxes —or a combination of these.