ACC100:

Course Files

Topic Objectives (1 of 4)
Topic Objectives

Topic Overview

In this topic we will cover the Learning Management System (ANGEL) and course files such as MS Word, PDF, and MS PowerPoint documents. Our objectives are to identify the things we can do with the LMS to create an accessible environment and accessible materials such as discussion forums, exams, etc. We will identify issues with the LMS and what can be done to either fix or work around those issues. We will also outline the things that can be done to course documents and materials to ensure they will be accessible.

MS Word (2 of 4)
MS Word

Word Documents

Fonts

(Same as Fonts under HTML)

Font color to convey meaning should be avoided.  Other means of conveying meaning has to accompany such visual means.

Style Elements

Adding proper style elements within your Word document helps assistive technologies navigate and convey organization properly while also making the conversion to HTML more accessible. The reasons for adding headings within Word documents are similar to the reasons we have headings within HTML pages. At first thought it is simply a way to format text to convey visual organization. This is why we make headings in Word documents bolded and in a larger font. The issue with this method is that assistive technologies such as screen readers will not differentiate the larger, bolded text, from the smaller, non-bolded text. The organization if the document is therefore lost when using a screen reader. This can be compared to styling headings with CSS as opposed to the h1,h3,h4,... tags.

Word provides us with styling options that will help the organization of the document both visually as well as with the use of a screen reader.

We can think of our Word documents as a book.

By viewing your document with the outline option under the View menu, you can better see the structure of your document and how the content is nested within the headings.


Word outline view example

Tables

Tables in Word...

Word 2008 for Mac

Mouse over the table and right click on the little "Position Table" icon, which should select or highlight the entire table, (if not highlight the entire table manually then right click). Choose Table Properties from the menu and select the Rows tab. You should see "Rows 1 - x (where x = the total amount of rows in the table) listed under the Size section. If you do see that, un-check the box next to "Allow row to break across pages" under the Options section. This will ensure that information is not broken up between pages, which will help both with screen readers and cognitive disabilities.

In the same window, click the next row button at the bottom of the window so that you see "Row: 1" (or the row that the cells are headers for each respective column) listed just below the Size area. Check the box that says, "Repeat as header row at the top of each page". By doing that, when the table continues onto the next page, the screen reader will read the header again to help keep the user in the right place. For a bit of context, the reason this helps is because the screen reader may break the table up by reading the document header printed at the top of the page before continuing onto the rest of the table. It is also important for any documents that will be converted into PDF.

When you have cells in the first column that should also be table headers, you need to have all of the text in each cell on a single line. This doesn't affect the word document’s accessibility, however, when you save the document to a PDF, it will treat the first line as a header for the first line of the remaining cells in that row and the second line as the header for the remaining lines in the cells for that row.

Hyperlinks

Links should be named in a way that is descriptive of the page you are linking to. Because Word 2004-2008 for Mac does not support link title attributes this is especially important.

You can edit the name of the link in Word 2008 for MAC by doing the following:

  1. Right click the link and highlight “Hyperlink”, then select Edit Hyperlink
  2. Leave the url as it is but change the link name to something that appropriately titles the link

Word 2007 for Windows will allow you to add a title attribute however; it is called a “Screen Tip” instead of a “title” attribute.

You can add the title attribute by doing the following:

  1. Create the link
  2. Right click the link and choose Edit Hyperlink…
  3. Click the ScreenTip.. button in the upper right corner
  4. Enter the link title in the text box and click OK

Also remember to name the link appropriately.  By going through those steps, the document will be more accessible when read with a screen reader and the “ScreenTip” you entered will be used for the title attribute when using simple editor or Dreamweaver to convert the document to HTML.

Images

After adding an image to your word document you have a few options available for adding accessibility. You should always include a caption for any pictures included in your document. The caption should identify the image in the way that a title would while keeping in mind its context in relation to the materials that reference it.

The first thing that you should do is to add an alt tag to the image. You can do this in Word 2000-2003 by right clicking on the picture and choosing Format Picture. In that window select the Web tab and enter the alternative text in the text box provided. In Word 2007, you right click on the image, select Size, then choose the Alt Text tab and enter the alternative text in the text box provided. Unfortunately, in Word 2004-2008 for Mac, there is not an option to add alternative text to an image.

PDF (3 of 4)
PDF

PDF Files

Creating Accessible PDFs

This section will cover both, creating a PDF from scratch, as well as converting an existing PDF (non image based) into a more accessible format. Adobe Acrobat Professional is required to complete these tasks.

Fonts

Fonts will follow the same guidelines as the HTML font guidelines; sans-serif, scalable, etc.

Tags

Tags similar to those in HTML code can included within a PDF document to make it more accessible to things such as Screen Readers.

Accessible Tables

Step by step walk-through of using Adobe Acrobat Pro to do this.

Just as tables in HTML include tags such as th, td, and others, a PDF document can, and should, include these tags as well.

Creating PDF From Word

The first thing that you should do when turning Word documents into PDF documents is start with a fully accessible Word document. Follow the guidelines in creating an accessible Word document and many of the things such as the style elements (headings, font, etc.) will carry over to the PDF version. In addition to just converting the document through MS Word, you will have to add tags to elements such as tables using Adobe Acrobat Professional and check other tags to be sure they comply with the guidelines and methods discussed in section 2.2.1 (Creating Accessible PDFs).

Creating Accessible PDF Documents from Scans (Image Based PDFs)

Scan pages from a book to Accessible PDF (will likely consolidate this with the following section)

Start by scanning the pages into a PDF document then follow the instructions in the following Section.

Convert Already Scanned Pages from a Book to Accessible PDF

In the case that I am completing this task, the instructor scanned the pages of a book into a PDF file so that the PDF was made up of images of text that was at an accessibility level of zero.

Process:
  1. Scan Pages of a book into a PDF (this is often the PDF posted for readings in class)
  2. Run That PDF through Adobe Acrobat 9 Pro Extended and its Character recognition tool.
  3. Copy Text from converted PDF and Paste into a Text Editor (I used MS Word)
  4. Correct any errors from image to text conversion and edit to be accessible using the guidelines and methods discussed in section 2.2.1 (Creating Accessible PDFs)
Issues Encountered:
Presentation Tools (4 of 4)
Presentation Tools

MS PowerPoint Slides

Audio/Video Content – Alternatives need to be offered either as additional audio descriptions of the visual content within the slides (verbal STEM descriptions may come into play) for visually impaired users, or the transcription on the audio included in the notes section for hearing impaired users.

Fonts and Styles - Follow the same guidelines as those discusses within Word Documents.

Template/Color Choice – Should follow the Color/Contrast guidelines discussed previously.

Adobe Presenter

Hearing Impaired- Place Captions in notes section of the PowerPoint slides so that they will show up in the notes section of the Adobe Presenter presentation.

Sight Impaired– Create a text based equivalent to all of the content that can be accessed by a screen reader.


Top of page