LESSON 6 QUIZ
     DIRECTIONS: This quiz will score itself as you go. After correctly completing all the questions, click "Done", and you will be taken to a job well-done page. You may only answer each question one time, where it must be correct, otherwise you will have to click "Restart Quiz" below to re-take the quiz. You may cancel this quiz anytime by clicking "Exit this Quiz", however, your current progress will be erased from memory.

     For the best interest in your learning experience, you should correctly complete the quiz before continuing with the tutorial. If you feel you've answered a question correctly and was scored incorrectly, review the material in the lesson corresponding to the quiz you are taking. Most of the quiz questions are written in the order the material was presented in each lesson.


1. What is the purpose of a control?

to turn the television channels
to play a video game
to turn to and from the different radio stations
to allow interaction between the user and the form

2. What is the purpose of the VALUE attribute in radio and checkbox controls?

to record the sentimental value of the information inputted by the user
to return information to the indiviuals which this information concerns
to represent the control, allowing the user to know what that particular control is used for
to record the monetary value of the information inputted by the user

3. What is the purpose of the VALUE attribute in textfields and input buttons?

to record the sentimental value of the information inputted by the user
to return information to the indiviuals which this information concerns
to represent the control, allowing the user to know what that particular control is used for
to record the monetary value of the information inputted by the user

4. When should you use checkbox controls?

never - they are NOT form controls
anytime - number of selections possible doesn't matter
to allow for multiple selections
only when one selection is needed

5. When should you use radio controls?

never - they are NOT form controls
anytime - number of selections possible doesn't matter
to allow for multiple selections
only when one selection is needed

6. Which of the following word choices best matches "mask"? HINT: It's NOT security!

password-protect
encrypt
security
something you wear on your face

7. Where should you place text in text area code?

in the opening TEXTAREA tag
between TEXTAREA tags
in the closing TEXTAREA tag
in the TEXTAREA tag

8. How do you make a Submit button?

set the TYPE attribute to "button"
set the TYPE attribute to "submit"
set the TYPE attribute to "SUBMIT"
set the TYPE attribute to "input"

9. How do you make a Reset button?

set the TYPE attribute to "reset"
set the TYPE attribute to "input"
set the TYPE attribute to "RESET"
set the TYPE attribute to "button"

10. What must be present in the form in order for the Submit button to work?

an A tag surrounding the button
the ACTION attribute of the FORM tag, set to a webpage
controls within the form
the ACTION attribute of the INPUT tag, set to a webpage