
|
"Send" Interactions - Excellent for sumitting course materials from any browser window Note: this page does not meet 508 Accessibility standards yet. Use the form templates on the Forms page.
|
|
Examples: Multiple Choice - Send (radio buttons)
Radio buttons are used to indicate one answer is correct |
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
Action Options JavaScript Action: mailto:yourname@youremail.net (requires students to have a configured email client) CGI Action: http://www.smccd.net/common/mail.asp (recommended - requires only a browser)
|