26 Android Accessibility Features
How accessible the study app is depends on the device, in part, and other devices that people have (e.g., braille display). (See this summary of built-in features: https://support.google.com/accessibility/android/answer/6006564?hl=en)..)
26.1 Test of STAR v1.0.8 Accessibility Features
26.1.1 Visual Accessibility Features
26.1.1.1 Change Font Size:
- Home menu & navigation in app: Some items run over to 2 lines but works adequately
- Daily update: Looks fine although calendar can’t actually get any bigger!
- Monthly update: Looks fine
- Daily video check in: Looks fine
26.1.1.7 Time to take action (keeps brief messages on the screen longer) Found no place in the app where you get a brief message.
26.1.2 Auditory Accessibility Features
26.1.2.1 Talk Back
- Home menu & navigation. Scrolling requires 2 fingers. Double tap to open button items. Doesn’t start off brilliantly on home page but tapping any item activates it correctly.
- Daily update: Works on both question text and answer options.
- Monthly update: Works on both question text and answer options.
- Daily video check in: Does not work on header. Works on instructions, buttons, and in video record screen.
- User uploaded graphics should have a default alt-text like the icons do. Will add to request tracker.
26.1.2.2 Select to Speak
- Home menu & navigation: Works with both home page and menu in 1.0.8.
- Daily update: Works on both question text and answer options.
- Monthly update: Works on both question text and answer options.
- Daily video check in: Works on first page (record, upload) as well as the video record buttons.
- User uploaded graphics should have a default alt-text like the icons do.
- We can add our own alt text: Images marked with [image placeholder <1>] can have the alt attribute added like so
[image placeholder <1> alt="Book cover"]
. In other parts of the app or if you aren’t adding an image, you can link to an image with[img <url> alt="This is the alt text"]
.