SlideShare una empresa de Scribd logo
1 de 24
Improving the Accessibility
of Moodle
Experiences, guidelines and the road ahead.
25-26 July 2006,
Dr Nick Freear
Dr Chetz Colwell
Who we are
• Dr Nick Freear, Technical Developer, Learning &
Teaching Solutions, Virtual Learning Environment
Programme
• Dr Chetz Colwell, Project Officer, Accessibility in
Educational Media team, Institute of Educational
Technology
Context for Accessibility work at the
Open University
•
•
•
•
•

One of largest universities in Europe
~ 200,000 students, approx 5% declare disabilities
Mission: “Open to all”
Long history of supporting disabled students
Adopted Moodle as VLE October 2005
– Accessibility is a priority, particularly as VLE used in
distance context
Legislation/Policy context
• In the UK the Disability Discrimination Act (Part 4)
applies to education.
• WAI information on international policies/legislation
relating to Web Accessibility:
http://www.w3.org/WAI/Policy/
Accessibility Guidelines
• Web Content Accessibility Guidelines 1.0
(WCAG)
• World Wide Web Consortium (W3C)
Recommendation 5 May 1999
• 14 guidelines
• 65 checkpoints
• 3 priority levels
– P1 must, P2 should, P3 may
• WCAG 2.0: final stages of development
• Authoring Tool Accessibility Guidelines
WCAG guidelines relevant to Moodle
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.

Provide equivalent alternatives to auditory and visual content.
Don't rely on color alone.
Use markup and style sheets and do so properly.
Clarify natural language usage
Create tables that transform gracefully.
Ensure that pages featuring new technologies transform
gracefully.
Ensure user control of time-sensitive content changes.
Ensure direct accessibility of embedded user interfaces.
Design for device-independence.
Use interim solutions.
Use W3C technologies and guidelines.
Provide context and orientation information.
Provide clear navigation mechanisms.
Ensure that documents are clear and simple.
Disability and assistive technology [1]
• Dyslexic students:
– Tools to support reading and writing, e.g.
‘Read&Write’
– Voice recognition, e.g. Dragon, ViaVoice
– Browser and/or Windows settings for colour and/or
font
• Students with physical impairments:
– Different keyboards and mice
– On-screen keyboards
– Switch equipment
Disability and assistive technology [2]
• Blind students:
– Screenreaders, e.g. Jaws, WindowEyes, Hal
– Braille displays
– Notetakers
• Partially sighted students:
– Screen magnifiers, e.g. ZoomText, SuperNova
– Browser and/or Windows settings for colour and/or
font
• Students with multiple disabilities might use
combinations of the above
Evaluation & development process 2006
•
•
•
•
•
•
•
•

Moodle 1.5 demonstration site.
Feb: Chetz conducted expert evaluation of parts of
Moodle, with assistive technologies. Prioritised report.
Proposal on Moodle Forum, including “General
Approach”. Discussion (d=40484).
[Later step: specific bugs added to Moodle bug tracker,
“Accessibility” component.]
Nick fixed issues on Moodle HEAD (1.6 development)
in CVS (Sourceforge).
Merge from Sourceforge to OU’s Moodle CVS.
May: OU Moodle site went live: 37 courses
June: Moodle 1.6 released with some accessibility
improvements
Evaluation & development process 2, 2006
•
•
•
•

•
•

June: OU / Moodle decision to improve accessibility
across all of Moodle, and to pay consultants
Therefore a specification needed
Systematic expert evaluation of all available modules
and blocks that produce output
Findings of evaluation fed into spec.
– Spec assumes no knowledge of accessibility –
includes primer and principles
– There are some gaps, e.g. SCORM, LAMS, blogs,
wikis – need examples of content to evaluate
End June: Specification made available to community
for comment
July: filling gaps
Initial issues
3

- example, a ‘side-block’

1,2

5
4

1. Show/hide block (+-) icon
link – missing ALT text (P1)
and TITLE.
2. Navigation – show/hide block
doesn’t work for JAWS.
3. Headings, “Main Menu” – not
marked up as <H2> (P2).
4. List of links – should not be a
nested <table class=‘list’>
(P2,P3).
5. Icons for links – should have
empty ALT text.

Firefox screen-shot. Web Developer toolbar
used to highlight table cells.
Initial solution
side-block after improvements (Moodle 1.6)
1. Show/hide block (+-) icon
link (P1).
2. Navigation – ‘Skip block
N’ link (m 1.7 improves).
3. Headings, “Main Menu”
(P2)
4. List of links (P2,P3).
5. Icons for links – empty
ALT text (controversial).
Firefox screen-shot. Web Developer
toolbar used to highlight table cells,
headings, list items.
Current issues

- with WCAG Priorities

• Icons/buttons: some ALT text missing or not
meaningful (P1)
• Colours: lack of non-visual equivalent (P1)
• Editor: not keyboard or screenreader accessible (P1)
• Headings: not marked up with heading tag <Hx> and
some content with no headings (P2)
• Links: some link text not meaningful (P2)
Current issues

(2) - with WCAG Priorities

• Layout: nested tables used instead of CSS (P2, P3)
• Absolute sizes: that prevent some content wrapping in
different window sizes (P2)
• Navigation: no support for skipping to main content of
page (P3 – but should be higher)
• Forms: some aspects not marked up correctly (P2 – but
should be higher).
Use of colour alone without alternative (P1)
Lack of headings

(P2)
Meaningful Alt text

(P1)
Need for table header mark-up

(P1)
Challenges
• Moodle has lots of extensions (modules, blocks etc)
and most of these output content directly
• Need a systematic, iterative approach to accessibility
• Ownership: community still needs to do more –
adoption, maintenance, testing and so on.
Next steps
• Accessibility in the Moodle 1.7/2.0 Roadmap (Moodle
Docs)
• Implementation of specification
• Usability and accessibility user testing, at the OU early
2007 – involving students from a range of courses.

It is an ongoing process…
Demonstrations of tools
•
•
•
•

JAWS 6.0 screenreader
ZoomText magnifier
Fangs Firefox extension
Firefox web developer toolbar

Objectives of demonstrations:
• Demonstrate Moodle as seen through assistive
technology
• Illustrate problems faced by visually impaired students.
• Demonstrate developer tools.
Tools and Links
• W3C Web Accessibility Initiative, www.w3.org/WAI
• WCAG 1.0, www.w3.org/TR/WAI-WEBCONTENT
• JAWS screen reader,
www.freedomscientific.com/fs_products/software_jaws.asp
• ZoomText, www.aisquared.com
• For Internet Explorer, AIS Web Accessibility Toolbar,
www.visionaustralia.org.au/ais/toolbar
• For Mozilla Firefox
– Fangs - screen reader emulator,
http://sourceforge.net/projects/fangs, 1.0.0.
– Web Developer plugin, 1.0.2
– Live HTTP Headers plugin, 0.11.
Moodle Links
Moodle Docs wiki,

• http://docs.moodle.org/en/Category:Accessibility
• http://docs.moodle.org/en/Roadmap
Accessibility forum, http://moodle.org/mod/forum/view.php?
f=820
Moodle Accessibility Specification forum discussion,

http://moodle.org/mod/forum/discuss.php?d=48603
Accessibility statement, http://moodle.org/help.php?
file=accessibility.html
Contacts
• Dr Nick Freear, Technical Developer, Learning &
Teaching Solutions, N.D.Freear@open.ac.uk
• Dr Chetz Colwell, Project Officer (AEM), Institute of
Educational Technology, C.Collwell@open.ac.uk

Más contenido relacionado

La actualidad más candente

Blackboard Advanced
Blackboard AdvancedBlackboard Advanced
Blackboard AdvancedKristen T
 
Exploring Online Tools for Teaching (Draft)
Exploring Online Tools for Teaching (Draft)Exploring Online Tools for Teaching (Draft)
Exploring Online Tools for Teaching (Draft)Alexandre Enkerli
 
Blackboard : Community Building (Discussion Boards, Blogs, Journals, Wikis)
Blackboard :  Community Building (Discussion Boards, Blogs, Journals, Wikis)Blackboard :  Community Building (Discussion Boards, Blogs, Journals, Wikis)
Blackboard : Community Building (Discussion Boards, Blogs, Journals, Wikis)Kristen T
 
Blackboard Basics
Blackboard Basics Blackboard Basics
Blackboard Basics Kristen T
 
The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?Open Education Consortium
 
MALT Wiki Techshare 2009
MALT Wiki Techshare 2009MALT Wiki Techshare 2009
MALT Wiki Techshare 2009Nick Freear
 
Blackboard Assessments
Blackboard AssessmentsBlackboard Assessments
Blackboard AssessmentsKristen T
 
OU Media Player at a11yLDN 2012
OU Media Player at a11yLDN 2012OU Media Player at a11yLDN 2012
OU Media Player at a11yLDN 2012Nick Freear
 

La actualidad más candente (9)

Blackboard Advanced
Blackboard AdvancedBlackboard Advanced
Blackboard Advanced
 
Exploring Online Tools for Teaching (Draft)
Exploring Online Tools for Teaching (Draft)Exploring Online Tools for Teaching (Draft)
Exploring Online Tools for Teaching (Draft)
 
Blackboard : Community Building (Discussion Boards, Blogs, Journals, Wikis)
Blackboard :  Community Building (Discussion Boards, Blogs, Journals, Wikis)Blackboard :  Community Building (Discussion Boards, Blogs, Journals, Wikis)
Blackboard : Community Building (Discussion Boards, Blogs, Journals, Wikis)
 
Blackboard Basics
Blackboard Basics Blackboard Basics
Blackboard Basics
 
The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?
 
MALT Wiki Techshare 2009
MALT Wiki Techshare 2009MALT Wiki Techshare 2009
MALT Wiki Techshare 2009
 
Blackboard Assessments
Blackboard AssessmentsBlackboard Assessments
Blackboard Assessments
 
OU Media Player at a11yLDN 2012
OU Media Player at a11yLDN 2012OU Media Player at a11yLDN 2012
OU Media Player at a11yLDN 2012
 
MOOC OERs 4.0 OERs in practice
MOOC OERs 4.0 OERs in practiceMOOC OERs 4.0 OERs in practice
MOOC OERs 4.0 OERs in practice
 

Similar a Improving the Accessibility of.. MoodleMoot 2006

Accessibility in blended learning in care education (final)
Accessibility in blended learning in care education (final)Accessibility in blended learning in care education (final)
Accessibility in blended learning in care education (final)Martyn Cooper
 
Accessibility requires an institution wide response
Accessibility requires an institution wide responseAccessibility requires an institution wide response
Accessibility requires an institution wide responseMartyn Cooper
 
Accessible moodle theme
Accessible moodle themeAccessible moodle theme
Accessible moodle themeJessica Gramp
 
Course Possibilities & Architecture
Course Possibilities & ArchitectureCourse Possibilities & Architecture
Course Possibilities & ArchitectureFolajimi Fakoya
 
Moodle Accessibility Techshare 2007
Moodle Accessibility Techshare 2007Moodle Accessibility Techshare 2007
Moodle Accessibility Techshare 2007Nick Freear
 
Creating and Enhancing Student Centred Portfolios in VLEs
Creating and Enhancing Student Centred Portfolios in VLEsCreating and Enhancing Student Centred Portfolios in VLEs
Creating and Enhancing Student Centred Portfolios in VLEsCetis
 
Making moodle more accessible for staff and students UCL disability conferenc...
Making moodle more accessible for staff and students UCL disability conferenc...Making moodle more accessible for staff and students UCL disability conferenc...
Making moodle more accessible for staff and students UCL disability conferenc...Jessica Gramp
 
The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...
The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...
The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...Ian Glover
 
Technology and the teaching component
Technology and the teaching componentTechnology and the teaching component
Technology and the teaching componentJehn Marie A. Simon
 
Offline solutions for online learning
Offline solutions for online learningOffline solutions for online learning
Offline solutions for online learningBrenda Mallinson
 
Action plan o3
Action plan o3Action plan o3
Action plan o3EDUNET
 
A trip down Moodle lane - 10 years of Moodle at NMIT
A trip down Moodle lane - 10 years of Moodle at NMITA trip down Moodle lane - 10 years of Moodle at NMIT
A trip down Moodle lane - 10 years of Moodle at NMITDavid Sturrock
 
Accessible Moodle - UCL Education conference 2018
Accessible Moodle - UCL Education conference 2018Accessible Moodle - UCL Education conference 2018
Accessible Moodle - UCL Education conference 2018Jessica Gramp
 
Can user recommendations be useful for improving MOOCs accessibility? A proje...
Can user recommendations be useful for improving MOOCs accessibility? A proje...Can user recommendations be useful for improving MOOCs accessibility? A proje...
Can user recommendations be useful for improving MOOCs accessibility? A proje...Open Education Consortium
 
Advanced commenting capabilities using the Moodle Media Collection activity -...
Advanced commenting capabilities using the Moodle Media Collection activity -...Advanced commenting capabilities using the Moodle Media Collection activity -...
Advanced commenting capabilities using the Moodle Media Collection activity -...Blackboard APAC
 

Similar a Improving the Accessibility of.. MoodleMoot 2006 (20)

Accessibility in blended learning in care education (final)
Accessibility in blended learning in care education (final)Accessibility in blended learning in care education (final)
Accessibility in blended learning in care education (final)
 
Accessibility requires an institution wide response
Accessibility requires an institution wide responseAccessibility requires an institution wide response
Accessibility requires an institution wide response
 
Accessible moodle theme
Accessible moodle themeAccessible moodle theme
Accessible moodle theme
 
Course Possibilities & Architecture
Course Possibilities & ArchitectureCourse Possibilities & Architecture
Course Possibilities & Architecture
 
Moodle Accessibility Techshare 2007
Moodle Accessibility Techshare 2007Moodle Accessibility Techshare 2007
Moodle Accessibility Techshare 2007
 
Creating and Enhancing Student Centred Portfolios in VLEs
Creating and Enhancing Student Centred Portfolios in VLEsCreating and Enhancing Student Centred Portfolios in VLEs
Creating and Enhancing Student Centred Portfolios in VLEs
 
Making moodle more accessible for staff and students UCL disability conferenc...
Making moodle more accessible for staff and students UCL disability conferenc...Making moodle more accessible for staff and students UCL disability conferenc...
Making moodle more accessible for staff and students UCL disability conferenc...
 
The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...
The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...
The Distributed, Web 2.0 VLE? Incorporating External Content Platforms into ...
 
Technology and the teaching component
Technology and the teaching componentTechnology and the teaching component
Technology and the teaching component
 
Offline solutions for online learning
Offline solutions for online learningOffline solutions for online learning
Offline solutions for online learning
 
Action plan o3
Action plan o3Action plan o3
Action plan o3
 
Feeding and Captivating OU Students
Feeding and Captivating OU StudentsFeeding and Captivating OU Students
Feeding and Captivating OU Students
 
A trip down Moodle lane - 10 years of Moodle at NMIT
A trip down Moodle lane - 10 years of Moodle at NMITA trip down Moodle lane - 10 years of Moodle at NMIT
A trip down Moodle lane - 10 years of Moodle at NMIT
 
Vle Forum06 11 09
Vle Forum06 11 09Vle Forum06 11 09
Vle Forum06 11 09
 
Accessible Moodle - UCL Education conference 2018
Accessible Moodle - UCL Education conference 2018Accessible Moodle - UCL Education conference 2018
Accessible Moodle - UCL Education conference 2018
 
Can user recommendations be useful for improving MOOCs accessibility? A proje...
Can user recommendations be useful for improving MOOCs accessibility? A proje...Can user recommendations be useful for improving MOOCs accessibility? A proje...
Can user recommendations be useful for improving MOOCs accessibility? A proje...
 
Advanced commenting capabilities using the Moodle Media Collection activity -...
Advanced commenting capabilities using the Moodle Media Collection activity -...Advanced commenting capabilities using the Moodle Media Collection activity -...
Advanced commenting capabilities using the Moodle Media Collection activity -...
 
ProSites91
ProSites91ProSites91
ProSites91
 
Moodle
MoodleMoodle
Moodle
 
EDUPUB Tokyo 2014 day2 Paul Belfanti and Markus Gylling
EDUPUB Tokyo 2014 day2 Paul Belfanti and Markus GyllingEDUPUB Tokyo 2014 day2 Paul Belfanti and Markus Gylling
EDUPUB Tokyo 2014 day2 Paul Belfanti and Markus Gylling
 

Más de Nick Freear

CAN conference 2019 - Our Journey
CAN conference 2019 - Our JourneyCAN conference 2019 - Our Journey
CAN conference 2019 - Our JourneyNick Freear
 
Accessible Rich Internet Applications workshop at The Open University 2017
Accessible Rich Internet Applications workshop at The Open University 2017Accessible Rich Internet Applications workshop at The Open University 2017
Accessible Rich Internet Applications workshop at The Open University 2017Nick Freear
 
OU Media Player poster - e-Access'15 conference
OU Media Player poster - e-Access'15 conferenceOU Media Player poster - e-Access'15 conference
OU Media Player poster - e-Access'15 conferenceNick Freear
 
Accessify Wiki introduction v1.2
Accessify Wiki introduction v1.2Accessify Wiki introduction v1.2
Accessify Wiki introduction v1.2Nick Freear
 
OU Player APG Meeting 2012
OU Player APG Meeting 2012OU Player APG Meeting 2012
OU Player APG Meeting 2012Nick Freear
 
Moodle 4-9 Book A5 leaflet Packt v1
Moodle 4-9 Book A5 leaflet Packt v1Moodle 4-9 Book A5 leaflet Packt v1
Moodle 4-9 Book A5 leaflet Packt v1Nick Freear
 
CloudEngine at Dev8D 2011
CloudEngine at Dev8D 2011CloudEngine at Dev8D 2011
CloudEngine at Dev8D 2011Nick Freear
 
Sometimes I s-start to stutter: Rotary 2010
Sometimes I s-start to stutter: Rotary 2010Sometimes I s-start to stutter: Rotary 2010
Sometimes I s-start to stutter: Rotary 2010Nick Freear
 
Enabling accessible multimedia for Moodle: iMoot 2010
Enabling accessible multimedia for Moodle: iMoot 2010Enabling accessible multimedia for Moodle: iMoot 2010
Enabling accessible multimedia for Moodle: iMoot 2010Nick Freear
 
MALT Wiki and oEmbed
MALT Wiki and oEmbedMALT Wiki and oEmbed
MALT Wiki and oEmbedNick Freear
 
Learn about Moodle
Learn about MoodleLearn about Moodle
Learn about MoodleNick Freear
 
Moodle Accessibility Hackfest '07
Moodle Accessibility Hackfest '07Moodle Accessibility Hackfest '07
Moodle Accessibility Hackfest '07Nick Freear
 
Accessible Rich Internet Applications for the OU
Accessible Rich Internet Applications for the OUAccessible Rich Internet Applications for the OU
Accessible Rich Internet Applications for the OUNick Freear
 
Multimedia Accessibility - CALRG '09
Multimedia Accessibility - CALRG '09Multimedia Accessibility - CALRG '09
Multimedia Accessibility - CALRG '09Nick Freear
 

Más de Nick Freear (14)

CAN conference 2019 - Our Journey
CAN conference 2019 - Our JourneyCAN conference 2019 - Our Journey
CAN conference 2019 - Our Journey
 
Accessible Rich Internet Applications workshop at The Open University 2017
Accessible Rich Internet Applications workshop at The Open University 2017Accessible Rich Internet Applications workshop at The Open University 2017
Accessible Rich Internet Applications workshop at The Open University 2017
 
OU Media Player poster - e-Access'15 conference
OU Media Player poster - e-Access'15 conferenceOU Media Player poster - e-Access'15 conference
OU Media Player poster - e-Access'15 conference
 
Accessify Wiki introduction v1.2
Accessify Wiki introduction v1.2Accessify Wiki introduction v1.2
Accessify Wiki introduction v1.2
 
OU Player APG Meeting 2012
OU Player APG Meeting 2012OU Player APG Meeting 2012
OU Player APG Meeting 2012
 
Moodle 4-9 Book A5 leaflet Packt v1
Moodle 4-9 Book A5 leaflet Packt v1Moodle 4-9 Book A5 leaflet Packt v1
Moodle 4-9 Book A5 leaflet Packt v1
 
CloudEngine at Dev8D 2011
CloudEngine at Dev8D 2011CloudEngine at Dev8D 2011
CloudEngine at Dev8D 2011
 
Sometimes I s-start to stutter: Rotary 2010
Sometimes I s-start to stutter: Rotary 2010Sometimes I s-start to stutter: Rotary 2010
Sometimes I s-start to stutter: Rotary 2010
 
Enabling accessible multimedia for Moodle: iMoot 2010
Enabling accessible multimedia for Moodle: iMoot 2010Enabling accessible multimedia for Moodle: iMoot 2010
Enabling accessible multimedia for Moodle: iMoot 2010
 
MALT Wiki and oEmbed
MALT Wiki and oEmbedMALT Wiki and oEmbed
MALT Wiki and oEmbed
 
Learn about Moodle
Learn about MoodleLearn about Moodle
Learn about Moodle
 
Moodle Accessibility Hackfest '07
Moodle Accessibility Hackfest '07Moodle Accessibility Hackfest '07
Moodle Accessibility Hackfest '07
 
Accessible Rich Internet Applications for the OU
Accessible Rich Internet Applications for the OUAccessible Rich Internet Applications for the OU
Accessible Rich Internet Applications for the OU
 
Multimedia Accessibility - CALRG '09
Multimedia Accessibility - CALRG '09Multimedia Accessibility - CALRG '09
Multimedia Accessibility - CALRG '09
 

Último

USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 

Último (20)

YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 

Improving the Accessibility of.. MoodleMoot 2006

  • 1. Improving the Accessibility of Moodle Experiences, guidelines and the road ahead. 25-26 July 2006, Dr Nick Freear Dr Chetz Colwell
  • 2. Who we are • Dr Nick Freear, Technical Developer, Learning & Teaching Solutions, Virtual Learning Environment Programme • Dr Chetz Colwell, Project Officer, Accessibility in Educational Media team, Institute of Educational Technology
  • 3. Context for Accessibility work at the Open University • • • • • One of largest universities in Europe ~ 200,000 students, approx 5% declare disabilities Mission: “Open to all” Long history of supporting disabled students Adopted Moodle as VLE October 2005 – Accessibility is a priority, particularly as VLE used in distance context
  • 4. Legislation/Policy context • In the UK the Disability Discrimination Act (Part 4) applies to education. • WAI information on international policies/legislation relating to Web Accessibility: http://www.w3.org/WAI/Policy/
  • 5. Accessibility Guidelines • Web Content Accessibility Guidelines 1.0 (WCAG) • World Wide Web Consortium (W3C) Recommendation 5 May 1999 • 14 guidelines • 65 checkpoints • 3 priority levels – P1 must, P2 should, P3 may • WCAG 2.0: final stages of development • Authoring Tool Accessibility Guidelines
  • 6. WCAG guidelines relevant to Moodle 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. Provide equivalent alternatives to auditory and visual content. Don't rely on color alone. Use markup and style sheets and do so properly. Clarify natural language usage Create tables that transform gracefully. Ensure that pages featuring new technologies transform gracefully. Ensure user control of time-sensitive content changes. Ensure direct accessibility of embedded user interfaces. Design for device-independence. Use interim solutions. Use W3C technologies and guidelines. Provide context and orientation information. Provide clear navigation mechanisms. Ensure that documents are clear and simple.
  • 7. Disability and assistive technology [1] • Dyslexic students: – Tools to support reading and writing, e.g. ‘Read&Write’ – Voice recognition, e.g. Dragon, ViaVoice – Browser and/or Windows settings for colour and/or font • Students with physical impairments: – Different keyboards and mice – On-screen keyboards – Switch equipment
  • 8. Disability and assistive technology [2] • Blind students: – Screenreaders, e.g. Jaws, WindowEyes, Hal – Braille displays – Notetakers • Partially sighted students: – Screen magnifiers, e.g. ZoomText, SuperNova – Browser and/or Windows settings for colour and/or font • Students with multiple disabilities might use combinations of the above
  • 9. Evaluation & development process 2006 • • • • • • • • Moodle 1.5 demonstration site. Feb: Chetz conducted expert evaluation of parts of Moodle, with assistive technologies. Prioritised report. Proposal on Moodle Forum, including “General Approach”. Discussion (d=40484). [Later step: specific bugs added to Moodle bug tracker, “Accessibility” component.] Nick fixed issues on Moodle HEAD (1.6 development) in CVS (Sourceforge). Merge from Sourceforge to OU’s Moodle CVS. May: OU Moodle site went live: 37 courses June: Moodle 1.6 released with some accessibility improvements
  • 10. Evaluation & development process 2, 2006 • • • • • • June: OU / Moodle decision to improve accessibility across all of Moodle, and to pay consultants Therefore a specification needed Systematic expert evaluation of all available modules and blocks that produce output Findings of evaluation fed into spec. – Spec assumes no knowledge of accessibility – includes primer and principles – There are some gaps, e.g. SCORM, LAMS, blogs, wikis – need examples of content to evaluate End June: Specification made available to community for comment July: filling gaps
  • 11. Initial issues 3 - example, a ‘side-block’ 1,2 5 4 1. Show/hide block (+-) icon link – missing ALT text (P1) and TITLE. 2. Navigation – show/hide block doesn’t work for JAWS. 3. Headings, “Main Menu” – not marked up as <H2> (P2). 4. List of links – should not be a nested <table class=‘list’> (P2,P3). 5. Icons for links – should have empty ALT text. Firefox screen-shot. Web Developer toolbar used to highlight table cells.
  • 12. Initial solution side-block after improvements (Moodle 1.6) 1. Show/hide block (+-) icon link (P1). 2. Navigation – ‘Skip block N’ link (m 1.7 improves). 3. Headings, “Main Menu” (P2) 4. List of links (P2,P3). 5. Icons for links – empty ALT text (controversial). Firefox screen-shot. Web Developer toolbar used to highlight table cells, headings, list items.
  • 13. Current issues - with WCAG Priorities • Icons/buttons: some ALT text missing or not meaningful (P1) • Colours: lack of non-visual equivalent (P1) • Editor: not keyboard or screenreader accessible (P1) • Headings: not marked up with heading tag <Hx> and some content with no headings (P2) • Links: some link text not meaningful (P2)
  • 14. Current issues (2) - with WCAG Priorities • Layout: nested tables used instead of CSS (P2, P3) • Absolute sizes: that prevent some content wrapping in different window sizes (P2) • Navigation: no support for skipping to main content of page (P3 – but should be higher) • Forms: some aspects not marked up correctly (P2 – but should be higher).
  • 15. Use of colour alone without alternative (P1)
  • 18. Need for table header mark-up (P1)
  • 19. Challenges • Moodle has lots of extensions (modules, blocks etc) and most of these output content directly • Need a systematic, iterative approach to accessibility • Ownership: community still needs to do more – adoption, maintenance, testing and so on.
  • 20. Next steps • Accessibility in the Moodle 1.7/2.0 Roadmap (Moodle Docs) • Implementation of specification • Usability and accessibility user testing, at the OU early 2007 – involving students from a range of courses. It is an ongoing process…
  • 21. Demonstrations of tools • • • • JAWS 6.0 screenreader ZoomText magnifier Fangs Firefox extension Firefox web developer toolbar Objectives of demonstrations: • Demonstrate Moodle as seen through assistive technology • Illustrate problems faced by visually impaired students. • Demonstrate developer tools.
  • 22. Tools and Links • W3C Web Accessibility Initiative, www.w3.org/WAI • WCAG 1.0, www.w3.org/TR/WAI-WEBCONTENT • JAWS screen reader, www.freedomscientific.com/fs_products/software_jaws.asp • ZoomText, www.aisquared.com • For Internet Explorer, AIS Web Accessibility Toolbar, www.visionaustralia.org.au/ais/toolbar • For Mozilla Firefox – Fangs - screen reader emulator, http://sourceforge.net/projects/fangs, 1.0.0. – Web Developer plugin, 1.0.2 – Live HTTP Headers plugin, 0.11.
  • 23. Moodle Links Moodle Docs wiki, • http://docs.moodle.org/en/Category:Accessibility • http://docs.moodle.org/en/Roadmap Accessibility forum, http://moodle.org/mod/forum/view.php? f=820 Moodle Accessibility Specification forum discussion, http://moodle.org/mod/forum/discuss.php?d=48603 Accessibility statement, http://moodle.org/help.php? file=accessibility.html
  • 24. Contacts • Dr Nick Freear, Technical Developer, Learning & Teaching Solutions, N.D.Freear@open.ac.uk • Dr Chetz Colwell, Project Officer (AEM), Institute of Educational Technology, C.Collwell@open.ac.uk

Notas del editor

  1. Layout: use of stylesheets is P2, don’t use tables for layout unless linearise P3