Orientation Home Log In My Home My Course Home Assignments: About Assignments: Accessing and Submitting Assignments:Turnitin Feedback Attendance Calendar Checklists Classlist Content HTML Editor Discussion: About Discussion: Access Discussion: Posting New Discussion: Respond Email: Basics Email: Read, Reply, Manage Email: Folders Email - Send Using Classlist Grades Groups Progress Summary Quizzes: About / Access Quizzes: FAQ Quizzes: Summary Quizzes: Start Quiz Quizzes: View Attempt Self Assessment Surveys Accessibility _

Accessibility in Online Campus

What is Accessibility?

Accessibility is the practice of making content you create usable by as many people as possible. Such as:

The following information covers best practices for ensuring content is accessible when using the HTML editor in Online Campus.

Organize Content Using Pre-Formatted Headings

Headings provide ease of navigation through your course. Use headings, which are pre-formatted for accessibility, to organize content sections.

  1. Start with Heading 1 <H1>. Consider the <H1> text to be the title, and use <H1> only one time per page.  Using the <H1> tag also helps when your content is printed out. The heading acts as a page title, so the person printing will immediately know what the text is concerning.
  2. Use heading levels in succession. <H1> (title), <H2> (subtitles), <H3> (topics), <H4> (subtopics), etc.
  3. Do not skip ahead levels, e.g., do not move from <H1> to <H3>. However, you can skip levels in reverse, e.g., you can move from <H4> back to <H2> on the same page.
  4. You can use multiple <H2>, <H3>, <H4>, etc. on the same page.
  5. Always include content under your headings.
  6. Headings should be descriptive of the information to follow. For example, <H1> Week 3</H1> should be the title of a page containing content for week 3.

Write Descriptive Text to Create Hyperlinks

Descriptive links provide information about where a given hyperlink will take a user. Descriptive links should be self-describing, such as Columbia State Community College. Do not use a “Select here” link or just past the entire link address.  Descriptive links indicate where the link sends users. When you create descriptive links, all users benefit from the ability to  find and navigate the information provided much faster.

Adding a Descriptive Link

  1. Access the webpage of the intended link, and copy the URL (web address) from your browser.
  2. Access the HTML editor in Online Campus.
  3. Type out the description of the link.
  4. Highlight the descriptive text that will be hyperlinked.
  5. Select the Insert Quicklink from the HTML editor.
  6. Select URL from Insert Quicklink menu. The URL option is the last option on the list.
  7. Paste the URL into the field for URL.
  8. Ensure the link target is set to open in a New Window.
  9. Select Insert, which will close the Quicklink menu.

Add Headings to Table Rows and Columns

Format your tables using the features available in the HTML editor. Assistive technology users read tables by first navigating the table left to right, and then top to bottom. Formatted tables should include a Descriptive Title (above the table), and both column and row headers.

  1. Access the HTML editor
  2. Select the Insert Table option,
  3. Select the number of columns and rows. A table will be created.

Add Table

  1. Place your mouse cursor into the cell to which you would like to add a heading, and then select Cell Properties from the HTML editor.

Table Options

  1. From the Cell Properties menu, select the header type from the Cell Type drop-down menu.

Cell Properties Option

  1. Select Update to save Cell Properties.
  2. Repeat steps 2- to add additional headers.

Use Formatted Lists

Formatted lists provide assistive technology readers a guide for how items in a list relate to other items in that list. In other words, formatted lists ensure assistive technology users understand items as belonging to a list instead of as a random collection of items.

  1. Decide if you would like an unordered list or an ordered list.
    • An unordered list is bulleted, and an ordered list is sequentially numbered.
  2. Add an unordered list by selected the Unordered List button from the HTML editor. Add an ordered list by selecting the down caret and selecting the Ordered List button.
  3. Select Update when complete.

List options

Note: You may change already entered text into an ordered or unordered list.

  1. Highlight the text you want to turn into a list.
  2. Select the Ordered List or Unordered List button.
  3. Select Update when Complete.

Use Appropriate Font Sizes, Colors, and Contrast

Text should be easy to read and navigate. Text that includes multiple font sizes, styles, and colors can be distracting and take away from the overall message of the text. You can customize Online Campus text using the HTML editor. When creating text, rely on the following guidelines:

Add Alternative Text to Images

Alternative text describes an image for users with visual impairments. Unlike a caption, which all users access, alternative text is “hidden” from view. It will be read by screen reading technologies that help users with visual impairments access written material on computers.

  1. Access the HTML editor.
  2. Select the image icon from your HTML editor.
  3. Follow the prompts to add the image via your computer files.
  4. Enter alternative descriptive text in the field provided and then Select OK.

Alternative Text Dialogue Box

  1. If the image provides no additional information to the text already presented on the page, select "This image is decorative".