|
Skip Navigation
|
![]() | |
|
|
Tips to Provide StudentsThere are various things that students themselves can do to enhance the accessibility of not only eCollege and WebCT, but also the Web in general. The next two techniques work together in Microsoft Internet Explorer. Override specified formatting of Web pagesGenerally, Web developers specify how they want a page to look by controlling background and text colors, font styles, and font sizes. In an accessible webpage or website, developers allow users to control these elements without users having to make changes to how Internet Explorer interprets the look of web pages. Since accessible websites are few and far between, Internet Explorer does provide a way to put the user back in control of how pages are displayed. From the Tools menu, select Internet Options, then click the "Accessibility" button in the lower right hand corner. In the diagram below, the button has an arrow pointing to it.
In the Accessibility dialog box, check the boxes that pertain to the element to be controlled. In the example, the user has checked "Ignore colors specified on Web pages", and "Ignore font sizes specified on Web pages". This combination will allow the user to view webpages in a desired background and text color, as well as to specify text size. Adjust text size within Internet ExplorerInstructors should tell their students at the beginning of the course how to adjust text size within web browsers. This is useful for people with low vision, and for others who prefer a larger or smaller text size. Smaller text sizes allow more text to be displayed on the screen at one time, thus reducing the amount of scrolling. Larger text sizes may be welcomed not only by those with low vision, but also people who are reading late at night, when they may have eyestrain. From the View menu, select Text Size, then choose one of the options from the submenu, (Largest, Larger, Normal, Smaller, Smallest), as pictured below.
Simple HTML TagsYou can copy and paste from Word into eCollege's Editor (the window you see when you're in "Author" mode), any student's browser can change the text size. For an even cleaner result, paste directly into the HTML portion of the editor. Paragraph tags, header tags and any text emphasis tags would then be inserted by the instructor, but there isn't stray code to mess up the visual aspect of text display, or to confuse a screen reader. These are presented to enable instructors to create their own accessible content pages. Oftentimes, an instructor will have an introductory page at the start of a unit, these can be written using these simple tags. It is also hoped that by presenting these tags, HTML will begin to be demystified.
HTML Tags
W3Schools The paragraph tag separates one paragraph from another. The horizontal rule tag creates a straight line that runs across a web page. It is useful for separating sections of the page. HeadingsHeadings are defined with the <h1> to <h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading. These are only examples designed to show the relative sizes of headings. <h1>This is heading 1</h1><h2>This is heading 2</h2><h3>This is heading 3</h3><h4>This is heading 4</h4><h5>This is heading 5</h5><h6>This is heading 6</h6>HTML automatically adds an extra blank line before and after a heading. Back to topUsing Microsoft WordIt is understandable that instructors may not want to learn FrontPage, or HTML, unless the subject they're teaching happens to be related to web pages or HTML. Given that, a sensible approach is to use a tool that nearly everyone is familiar with. Since it is fairly safe to say that Microsoft Word fits that description, it's logical to use it. There are techniques to use within Microsoft Word to create more accessible content pages. While the level of access probably won't meet all Section 508 guidelines (see appendix), it is better than not using these techniques at all. The most crucial aspects of accessing a content page are headings, and alt tags for images. Structured documents provide headingsMost people don't take full advantage of word processors. Generally, when a person wants a particular piece of text to be visually different, such as the start of a topic, subtopics, and lists, they merely enlarge the font, and make it bold. The problem with this approach is that the document has no real structure. When such a document is converted to a web document, a person using a screen reader cannot tell that there is a different font size, and thus may not catch that the topic has changed. ExampleLet's use an example of a topic heading of Helvetica, size 14, bold, italicized A screen reader would read all the text the same, so it would come across as: "Visually, this looks like a header and this text here does not, so this text must be starting the new topic under the header." Another problem is that every time the same style is wanted �� the author has to go through four steps involved in making that change:
![]() Providing structure - HeadingsTo provide structure within documents, use "Styles", or "Styles and Formatting", depending on the version of Word in use. The Styles feature is accessed two ways, from the dropdown box, or from a side menu. It contains not only Heading styles, but also List styles, Bullet styles and a lot more. Take a look around in a version of Word to see what is available.
Going back to the previous example, applying a heading to our text would still look like: Visually, this looks like a headerthis text here does not, so this text must be starting the new topic under the header. However a screen reader would render this as: "Heading Level Two: Visually this looks like a header this text here does not, so this text must be a new topic." Headings must be used logically, in sequence. For instance, Heading 1 is usually reserved for the title of a document. Heading 2 is then used to denote major topics, and Headings 3, 4, 5 and 6 is used for successive subtopics. It is unwise to have headings past 6, as HTML supports six heading levels. ![]() Throughout a content page, headings would then be used like this: Title � Categories of Vegetables (Heading 1)Eat a variety of fruits and vegetables, try to eat at least one serving from each of the following categories daily Topic One - High in Vitamin A (Heading 2)The following vegetables are in this category Subtopic One - Apricots (Heading 3)Apricots are also high in Vitamin C Subtopic Two - Sweet Potatoes (Heading 3)Text Sub-subtopic One about Sweet Potatoes (Heading 4)Text Sub-subtopic Two about Sweet Potatoes (Heading 4)Text Carrots (Heading 3)Etc� Please remember that the preceding is an example. In actual content pages, the text of the headings would not contain "sub-topic X" nor "Heading X". Individual instructors will use the headings as their content dictates. Changing the look of headingsWhen the default heading style isn't desirable, it is possible to change the look of headings. For example, if your main headings are 14 pt Arial, flush left, and bold, and you later decide you want your headings to be 16 pt, Arial Narrow, and centered, you don't have to reformat every main heading in your document. Instead, just change the properties of that style. Note that when you change a formatting element of the base style in a document, all styles that originate from the base style in that document will also reflect the change. If the Styles and Formatting task pane is not open, click Styles and Formatting on the Formatting toolbar. Right-click the style you want to modify, and then click Modify. Select any options you want. To see more options, click Format, and then click the attribute � such as Font or Numbering � you want to change. Click OK after you've changed each attribute, and then repeat for any additional attributes you want to change ![]() ListsLists are often important elements of a content page. When lists are constructed by using indentations with the tab key and carriage returns, the white space that is created visibly communicates the organization of the information listed to the sighted user. The organizational use of white space, however, does not get communicated to the user with a disability who requires assistive technology, and the organization of information is lost in a lengthy, unbroken ribbon of words. However, using Styles and Formatting creates lists that can be rendered by screen readers in a sensible fashion. Using Microsoft Word's numerically-ordered and bulleted pre-formatted lists is an additional tool we can use to make our Word documents accessible when they're converted to PDFs and Web pages. In addition, it is easier to use these tools than to manually create lists. An Example list - Some Vegetables High in Vitamin C*
The above list was created with "List Number 2" style. Adding Alt text to images in Microsoft Word![]()
As stated previously, the second crucial aspect of creating accessible documents is making sure that images have Alt (or Alternate) text (the first aspect is providing structure to a document). This is text that describes an image � it takes the place of an image for blind users. To quickly see examples of Alt text, go to any web page, and let your mouse cursor "hover" over an image. If the web developer provided Alt text, it will appear in a box near your mouse cursor. In the example to the right, with the Google logo, the Alt text reads simply, "Google". First, insert a picture
Specify alternate text for graphics
A Final Note about ImagesPosition images on the left side of your document. This is the default placement for images that are converted to HTML. In fact, an image placed elsewhere will automatically end up on the left side after conversion. Save the Word documentSave the document as you would any other file. When the file is uploaded into eCollege, it will then be converted into HTML. The structure and alt text will be retained in the final document. WebCT will allow learners to download the Word document, without converting it to HTML Back to topUploading Word documents into eCollege![]() Although it is possible to provide written material in the form of plain text, MS Word, HTML, PowerPoint, PDF, and other document types, this section will focus on MS Word documents. This task has three parts:
A content item can appear in more than one unit. But first, since content items belong in course units, use "Add Unit" if necessary, entering a title and introductory matter for the students to read. ![]() To Add a New UnitStarting at Course Home under Author view
To Add a New Content ItemIn the unit where you want the item, under Author view: ![]()
Add Content Item to Unit (middle part of screen)
Add content to the Content Item![]() ![]()
Click on the new content item from the left side menu under the unit bar Switch to Author view to edit
Your document will appear in the course content window. Placing Word documents in Doc Sharing will simplify access for all students. Everyone can then download course content to read at their leisure and people who use assistive technologies will be better able to do so. Back to top![]() ![]()
Uploading Word documents into WebCTThis task has two parts. This example will follow the order below, but for future uploads, the steps can be done in a different order. A. Create an icon on the course page
The "Add Content Module" dialog box appears, as shown in this image to the right
The "Course Homepage" then appears with the new icon. B. Link the icon to a file![]() ![]()
Click on the new icon to bring up the Table of Contents for that new item. The Table of Contents will be empty. Remember that "Designer Options" must be selected at the top.
Back to top |
| wyoming institute for disabilities | |
![]() | |
|
Wyoming INstitute for Disabilities, Department 4298, 1000 E. University Ave., Laramie, WY 82071 E-mail: wind.uw@uwyo.edu, Phone: 307-766-2761, TTY: 307-766-2720 |
|