Posted by Jonathan N. Little on 11/01/50 11:49
sorry.no.email@post_NG.com wrote:
> Hi,
>
> I have created a series of online tests for Intensive Care nurses
> using a script available free from http://www.cj-design.com. My
> implementation of this script can be seen at:
>
> http://www.nepeanicu.org/quiz/nitric.html
>
> I am aware of the limitations imposed by this use of javascript:
>
> 1. Inaccessible to those with javascript turned off
> 2. Not indexed by search engines
> 3. Inaccessible to screen readers
>
> Should I perhaps establish parallel content: simple web page with
> answers at base, linked into the <noscript> section, or pdf file also
> from <noscript>. Or is there a better solution than Javascript for a
> quiz such as this, or a better method of implementation of the script?
>
Obvious answer to me is server-side not client-side! Otherwise how do
you propose to fill in the noscript element?
a) Hand-code? If so then why bother with with JavaScript generation
b) JavaScript? Yeah...think about it!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|