Site icon

Switching Between Standard- & Plain Language Versions: 1st Attempt

I created a plain-language version of the Clear Helper home page.  It displays “standard” text.  Clicking the link “Easy” at the top, right of the home page displays the plain-language version.  The image below shows the menu.

Technical Method

This is my first attempt at creating a plain-language version.  I focused on accomplishing it technically.  This is a follow-up to my previous post, “Using Plain Language for People with Cognitive Disabilities: Discussion, Example“.

The method I used to create two language versions of the same page is to include all of the text content in it, but hide from the user one version or the other depending upon which the user selects.  I used the CSS “display” property with a value of “none” for this purpose.

Alternative

It may be more efficient to use a database-driven system that stores and displays the content depending upon user selection.  There are content-management systems (CMS) specifically designed to create accessible pages and that have accessible content-management interfaces.  One such example is Webcredible’s Accessible CMS.

Improvements

I did make a few improvements to the page-version switcher I described in my post “2 Accessible Versions, 1 for People with CD: Rough Draft In Action“.  I:

Next Steps

In future posts, I will publish the results of:

Exit mobile version