Navigation

This site is at beta test stage! Comments are welcome. Contributions are sought and will be published with acknowledgement.

 

home page

quick overview

 

flow chart

site index

contact us

site use

 

contribute now!

 

©Liddy Nevile

Acknowledgements

 

Authoring Accessible Content using WebCT 3.6

from ATAG report:

Note: WebCT tries to encourage accessible authoring practices through the placement of related controls in the interface. - so use them!!!!!! Note also: The WebCT documentation includes an "Accessibility" section that documents features of the tool related to the production of accessible content. This section also includes prominent links to W3C WAI.

Do Not:

In general:

Be aware that

For content structure:

For lists:

For tables:

For frames and pop-up windows:

For images:

For multimedia objects:

For forms:

When adding or linking content:

When testing:

For navigation:

Note

WebCT provides no means of navigating via the structure (such as next element, previous element, etc.) - and so this needs to be done explicitly

WebCT is a content management tool, but it does include the ability to author markup directly into a text boxes so It is possible for informed authors to add structural markup.

WebCT is a content management tool, but it does include the ability to author markup directly into text boxes so. It is possible to search the content of these boxes using the built-in "Find" feature of the browser. - good for authors with special needs.

Details for Designing a more accessible WebCT course

(from http://webct.bu.edu/web-ct/help/access/accessibility.html#design_access)

  1. Images and animation

    To describe the function of all images for users who cannot access visual elements, use the ALT attribute. An ALT text equivalent describes the function or purpose of content. A good test to determine if a text equivalent is useful is to imagine reading the document aloud over the telephone. What would you say upon encountering this HTML code reference to an image to make it comprehensible to the listener?

    Example: <IMG src="bookshelf.gif" alt="Resource Materials">

    WebCT will automatically use the text description of icons provided by ALT tags on the course Homepage and Tool pages. HTML documents that you upload to the WebCT Manage Files utility should include ALT text for all images.

  2. Multimedia

    When including multimedia components such as video clips or audio files, provide alternative formats for users who cannot use movies, sounds, or audio enhancements directly. For example:

Note: Embed multimedia components as well as any of the text equivalents of the multimedia content in a single HTML document to be added to a Content Module.

  1. Hypertext links

    Users who access web content with audio output use the Tab key to move from link to link. To improve accessibility for these users, ensure that link text is meaningful and make sense when read out of context.

  2. Page organization

    To allow content to be effectively interpreted by non-visual browsers, use consistent course page structure and correct use of HTML markup. Use outlines at the beginning of long documents, and label and structure lists carefully. When creating web pages to be uploaded to a Content Module, use standardized HTML markup. Example: Sections should be introduced with the HTML header elements (H1-H6) headings:

    <H1>Cooking techniques</H1>
    ... introductory text here ...

    <H2>Part 1: Cooking with oil</H2>
    ... text of the section ...

    <H2>Part 2: Cooking with butter</H2>
    ... text of the section ...

    Graphs and charts

  3. It is helpful to summarize the information in text form when ALT text does not adequately convey the function or role of an image presented in the WebCT course content.

    Additional supporting text may be included within content pages, or may be uploaded as a separate file and linked to the page.

    Example:

    As part of the Information Highway, the Internet provides the following tools: E-mail,World Wide Web, Telnet, FTP

    As part of the "Information Highway," the Internet provides the following tools:

    • E-mail
    • World Wide Web
    • Telnet
    • FTP

  4. Tables

    Unless line-by-line reading is possible, avoid using tables for column or page layout. Tables with text-wrapping can present problems for for browsers that do not allow navigation of individual table cells. These screen readers will read across the page, presenting text on the same row from different columns as one sentence.

    Example:

    There is a 30% chance
    of rain showers this morning, but they
    should stop before the weekend.
    Classes at the University of Wisconsin
    will resume on September 3rd.

     

    This might be read by a screen reader as:
    There is a 30% chance Classes at the University of Wisconsin of rain showers this morning, but they will resume on September 3rd. should stop before the weekend.

 


Last updated: 8 March 2002