Providing Instructions for Blind Students

The Lab Rubric specifies that if a series of actions must be performed by the student, these instructions should be provided as a numbered list, and that it is also helpful to provide the keyboard shortcuts in these instructions.

Here is an example of a list of instructions for guiding a severely visually impaired or blind student through the process of creating a simple "Hello World!" program in VBA, using Microsoft Word. These instructions assume that the student is familiar with either JAWS or NVDA, and knows how to log into Desire2Learn. Ideally, this material would be covered in earlier course work, or with the help of an Assistive Aid. In order to make the instructions as useful as possible, please note that:

Here are the instructions that would be provided to the student:

Instructions for Completing Lab 1

Please follow these instructions to write the program for Lab 1. Note: these instructions have been tested with Microsoft Word 2007 using Windows 8 and should also work with Microsoft Word 2010 using Windows XP, Vista, Windows 7, or Windows 8. There may be some differences in keyboard shortcuts for other versions of Word or other operating systems (such as Mac OSX). If you are having trouble with these instructions, please contact the instructor or your Assistive Aid for help.

Download the Lab

  1. Go to the Content tab in Desire2Learn
  2. In the table of contents, there is an item for "Lesson 2: Sequences". Open this item.
  3. Under "Lesson 2: Sequences" there is an item for Lab 1.
  4. Under the content for Lab 1, there is a link for "lab 1 (download and unzip)". Select this link.
  5. There is a Download button on this page. Click the button to download the Lab1.zip file.

Unzip the Lab Download

  1. Lab1.zip should be stored in your Downloads folder or on your desktop. Locate this document in Windows Explorer.
  2. Right-click on this document using Shift + F10. A context menu will pop up.
  3. Use the up and down arrow keys to locate "Extract All..." or press the T shortcut.
  4. Press return. A dialog will pop up titled "Extract Compressed (Zipped) Folders". There is an "Extract" button on this dialog. Use TAB to navigate to this button.
  5. Press return to select the "Extract" button.
  6. A new Windows Explorer folder will open with a Lab1 folder inside of it.

Open the Lab Document

  1. Inside the Lab1 folder should be a file named Lab1.doc. If there is only a folder named Lab1 inside of your Lab1 folder, then open the Lab1 subfolder and Lab1.doc should be inside there.
  2. Open Lab1.doc. It should open in Microsoft Word.
  3. There may be a security warning that says "toolbar, property page, Protected View This file originated from an Internet location and might be unsafe. Click for more details.", along with a button labeled "Enable Editing" If you press F6 a few times, you might hear this button. If so, press enter to select it.
  4. There may be a security warning that says "toolbar, property page, Security Warning Macros have been disabled", along with a button labeled "Options..." If you press F6 a few times, you might hear this button. If so, press enter to select it.
  5. If you selected "Options..." the Microsoft Office Security Options dialog will open. There is a radio button labeled "Enable this content". Press Alt+E to select this button and press enter for OK. The dialog should go away.

Bring up the Visual Basic Developer's Window using a Keyboard Shortcut

  1. Some versions of Microsoft Word use Alt + F11 to bring up the Visual Basic Developer's Window. Press Alt + F11 now. If a window opens titled "Microsoft Visual Basic - Lab1 - [LabForm (Code)]" then proceed to the section titled "Open the LabForm Code Pane" below.
  2. If Alt + F11 doesn't work, then we'll need to use the Developer Tab in the Ribbon. Proceed to the next section, "Enable the Developer Tab in the Ribbon."

Enable the Developer Tab in the Ribbon

  1. Press Alt to activate the Word ribbon toolbar. Use the left and right arrows to cycle through the tools on the ribbon (Home, Insert, Page Layout, References, etc.). If there is a Developer tab, proceed to the next section "Bring up the Visual Basic Developer's Window." If the Developer tab is not in the ribbon, we'll need to activate it using the following steps.
  2. To activate the Developer tab, we need to open the Word Options dialog. This is under the file menu, and can be accessed by pressing Alt, followed by F, followed by I.
  3. The Word Options dialog has a list of selections. One of these selections is Customize. Select Customize using the down arrow.
  4. You should be on the Customize the Quick Access Toolbar and keyboard shortcuts pane. There are two lists on this pane. You want the one that is labeled "Customize the ribbon."
  5. Under "Customize the ribbon" you should find Developer with a checkbox next to it. Check the checkbox (space should work if the checkbox is selected).
  6. Press enter for OK. The Word Options dialog should go away.

Bring up the Visual Basic Developer's Window using the Developer Tool

  1. Press Alt followed by L followed by V to bring up the Visual Basic developer's window.
  2. A window titled "The Microsoft Visual Basic - Lab1 - [VBPass (Code)]" should pop up.

Open the LabForm Code Pane

  1. Press Ctrl + R to select the Project - Lab1 pane.
  2. Use the up and down arrows to find Forms in the list of folders.
  3. Use the right arrow to open the Forms folder.
  4. Use the right arrow again to select LabForm.
  5. Press F7 to open the code window.

Write the Code

  1. The Lab Form code includes some standard code that you will be adding your new code to. Use the arrow keys to Find the line that says "'Place your code below here".
  2. On the line after this line, type this text. The capitalization and punctuation are very important here, so you'll want to have this text read character by character:
    LabelOut.Caption = LabelOut.Caption & "Hello World!" & vbNewLine

Run the Code

  1. Press F5 to run the program.
  2. If there are no errors, a dialog will pop up with the title Lab1. If you do get errors, you'll probably get an error dialog. Exactly what the error will be is hard to predict, but it's most likely a spelling or punctuation error in the line you just typed, or that the line is not below the line that says "'Place your code below here". Check this line carefully and make sure it is in the right location. Visual Basic might also place your cursor next to where it believes the error has occurred, which might be helpful. If you are unable to find this problem on your own, you may need help from your instructor or from an Assistive Aid.
  3. Assuming the Lab1 dialog did pop up, there should be a button named "Run Lab". Press this button. Once again, the program may run correctly or you might get an Error dialog.
  4. If the program worked correctly, the dialog should now be displaying the text "Hello World!" in a text label to the left of the "Run Lab" button. Unfortunately, there is no keyboard shortcut for selecting the text label. Use the JAWS cursor or NVDA + / to cause the screen reader to read this text and verify it is correct.
  5. If the above worked, congratulations! You have written your first program! Use Alt + F4 to close the Lab1 dialog and return to the Visual Basic Developer's Window. Use Alt + F4 again to return to Microsoft Word.
Accessibility Survival Guide for Instructors, © 2014 by their respective authors, Marc Goodman, Gayathri Iyer, Supada Amornchat, Karen Sorensen, and Susan Watson