doubtfire-lms / doubtfire-web

Angular web application for the Doubtfire front-end
GNU Affero General Public License v3.0
45 stars 332 forks source link

Accessibility: Cross-compatibility With Mainstream Windows Screen-readers Not Adequately Implemented for Task Submissions #484

Open njsch opened 2 years ago

njsch commented 2 years ago

Currently, on Win10 & 11, it is only possible to submit assessments with Vispero/Freedom Scientific's JAWS for Windows screen-reader; however, one cannot submit assignments using NVAccess' open-source NVDA SR.

This issue is quite easy to reproduce using a free download of one of the later versions:

  1. Open OnTrack, pick a unit, have some task documentation on-hand and attempt to upload submission as 'ready for feedback'
  2. When the pop-up window appears, go through the usual steps.
  3. Press next and attempt to go through the agreement process on the next screen(s). When you do, you will find that the whole thing cancels even when you activate the next button. But if you refresh the screen with F5, kill the NVDA process and load JAWS into memory, it works fine if you try the same thing again.

@jakerenzella, It would probably be good to endeavour to fix this, as you'll find proportionally that international students and probably others from/with more inequitable socio-economic statuses will resort to NVDA, owing to its still relatively high functionality value in general, no cost and comparatively higher locale support (in terms of both in-program native language support, as well as the very many speech and Braille localisations).

jakerenzella commented 2 years ago

Thanks for this information @njsch I've previously started the re-write of the upload component in our new Angular framework which should address several accessibility concerns. Knowing this is the case for the upload, I will prioritise this migration.

njsch commented 2 years ago

@jakerenzella, okay. Any tags/branches one could follow to know when this has been more-or-less completed?

jakerenzella commented 2 years ago

Here is the link to a branch on my fork: https://github.com/jakerenzella/doubtfire-web/tree/new-task-uploader

jakerenzella commented 2 years ago

I will do a bit of work on this now :)