C

 

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 - Send 

 
(Checkboxes are used when more than one option is available.)

 

Choose all the correct answers:

 
1. Multiple choice forms with multiple answers can be used to assess a student's ...







 

 
Example in which form user can "vote"

 

  2. Which of the following "Communication Styles" topics from our text interest you?

 





 

 
Example in which the user is asked to make a critical analysis

3. Which of the following activities are part of an online instructor's life:

 





 

 

 

Name

Email

 

Action Options

JavaScriptAction: mailto:yourname@youremail.net

CGI Action: http://www.smccd.net/common/mail.asp (Use this if any students will be using Hotmail or any other form of webmail)

(Dreamweaver - Click the red form area to enter the above options in the Properties Box) . instructions


 

Hidden Fields  (instructions for staff in the San Mateo Community College District)

 

hidden fields

There are two hidden fields next to the "send" button.

Name: to    Value: (your email address (where this form will be directed to)

Name: redirect    Value: (the URL you want the user to be redirected to after submitting)

 

Checkbox Naming Options

In the survey above, each checkbox above is named with a number q1a, q1b, q1c; q2a, q2b q2c, etc.

The responses in your email will look like:

hidden=Lesson1_assign1 (insert a hidden field so that you know which lesson has been sent to you)

name=Jane Doe

email=doej@hotmail.net

q1a=comprehension of the notes on your web page

q1b= response to a classmate's work

q1c= preferences in joining chat or study groups

These would be the student's selections for #1

Note that q1a, q1b, q1c tells you nothing about what the question/prompt on the webpage is.

Tip:

Rename the checkboxes.

Advantage: the sumission is faster to correct

Disadvantage: a clever student could view the page source in the browser

Work-around 1

Naming radios using the question /prompt

Work-around 2

Naming radios using the corresponding answers

(for surveys)

survey=personal_computing_system (insert a hidden field so that you know which assignment or survey has been sent to you)

name=Jane Doe

email=doej@hotmail.net

form_uses=comprehension of the notes on your web page

form_uses= response to a classmate's work

form_uses= preferences in joining chat or study groups

(for quizzes)

assign=Lesson1_assign1 (insert a hidden field so that you know which lesson has been sent to you)

name=Jane Doe

email=doej@hotmail.net

correct=comprehension of the notes on your web page

correct= response to a classmate's work

incorrect= manual dexterity in operating a mouse


(Any more cryptic word or system could be chosen to indicate a correct or incorrect selection.)


(odd numbers =incorrect ; even numbers = correct)

 

 

Dreamweaver field name

 

 

Top | Forms| |Send Interactions | Self-check Interactions

 

 

Centers for Teaching and Learning
San Mateo Community College District
Updated   9/25/05