Picture of Swift eLearning Services
508 accessibility
by Swift eLearning Services - Thursday, 10 June 2021, 5:44 AM
 

Hello Adapt community folks;,

i am new to adapt learning tool and was wondering how to convert my course with WCAG guidelines

but so far i was unable to convert my course to 508 accessibility can anyone help me or show me the right direction on how to change my course to 508 accessibility and how to bring the focus on text blocks and other course elements with tab press ,space and with other buttons as per WCAG guidelines shortcuts.

version:

Adapt authoring tool 0.10.5.

Adapt framework 5.13.0.

PS : It will very helpful if someone direct me with the steps on how to implement 508 in my course 

Picture of Oliver Foster
Re: 508 accessibility
by Oliver Foster - Thursday, 10 June 2021, 6:56 AM
 

> how to bring the focus on text blocks and other course elements with tab press ,space and with other buttons as per WCAG guidelines shortcuts

You've misunderstood the guidlines, you've mixed keyboard accessibility with screen reader accessibility. 

Guidlines are here https://www.w3.org/WAI/WCAG21/quickref/

You probably want to experiment with a screen reader. NVDA is the most used open source screen reader, https://www.nvaccess.org/download/

Screen readers give you an extra cursor that you move with up/down/left/right arrows and a series of other shortcut keys to read the text onscreen. NVDA shortcut keys https://webaim.org/resources/shortcuts/nvda

Keyboard accessibility is, without a screen reader, when you tab/space/enter through just focusable elements, like links, buttons, form inputs, etc. You would not tab to text.

Adapt Framework v2 used to allow tabbing through the text to meet accessibility requirements. In Adapt Framework v4 we shifted to meet the WCAG guidlines by working better with the screen readers. It made the experiences much nicer.