Hello r/Blind! I'm an employee at a high school, and I am trying to help a VI student access their geography quizzes. While they still have some sight, they are legally blind, so trying to read a copy of a copy of a workbook map is obviously not feasible for them. In an attempt to make the quizzes accessible, I made an html file for a few of the quizzes and hosted it on GitHub Pages at
$1. Currently, there are three links: the 1st quiz of the course, the "quiz mode" of the current quiz, and the "study mode" of the current quiz.
I showed the site to them, and they liked it, but I would like to ask those of you with some limited sight for your opinion on the quiz pages. Before now, we have just been using large printouts of the quizzes, so making the change to a digital format is new to us. Are there features that would make using the pages easier for them?
Currently, the features of the pages are fairly simple. Pressing A through J will select a location and change the map image to one that highlights the associated location. Pressing 1 through 9 and 0 will select a question from 1 to 10. Beneath the map image, the text from the quiz will appear after "Selected Question", and my description of the location will appear after "Selected Location". The text is made accessible by their screen reader. The final input is pressing the Enter key; it will pair the selected question with the selected location. With the study mode page, the word "Correct!" appears after pressing enter with a correct pairing.
Are there other things that I could do to make this easier for them to use? I am only a beginner at web design, but I'm pretty good at googling what I need to know.
Thank you for your time!