
To form developers: Copy the code of the template below. To add more lines, copy a question and renumber the "name", "id", and "tabindex" in the code. (No two forms may have the same "name" or "id". ) Make sure you copy the Javascript code before your </HEAD> tag. Please note accessibility tags: id=" ", tabindex=" " and <label>. Accessibility Exampes-Forms
|
|
Mulitple Answers - Checkboxes "Self-Check"
Review the formatting features that each file type can include Click on each of the options to find out if the file type supports that particular formatting feature.
Internet File Type Resource Page
|
|
Note When indicating the "value" of a form object (radio button, checkbox or text field), these characters cannot be used because they are part of the scripting language: ' "( ):; & To use a single quote or apostrophe as is found in the word don't , enter a backslash before the apostrophe: don\'t The backslash tells JavaScript to treat the following character, the single quote, as a literal, that is, as nothing more than a quotation mark, and not to treat it as a closing quote.
Top | Forms| |Send Interactions | Self-check Interactions
Centers for Teaching and Learning
|