#!/usr/bin/perl -T

# This is just a cgi generated HTML submission form.  You can do the same 
# thing with HTML, but for the sake of distribution, I am doing it this way 
# so that all the files can remain together.

# The only thing tricky about the FORM which you use as your user 
# interface is that each radio multiple choice button series must have NAME 
# arguments corresponding to the first field in the answers database.  
# Also, the VALUE must correspond exactly to the corresponding field in the 
# answers database.

# First print out the HTTP header, then print out the form

  print "Content-type: text/html\n\n";
  print qq!
  <HTML><HEAD><TITLE>Empowerment Quiz</TITLE></HEAD>
  <BODY BACKGROUND="http://www.deebest.com/images/14.gif" TEXT = "000000">
<h4>&nbsp;</h4>
<h2>Take the quiz</h2>

  <FORM METHOD = "post" ACTION = "multiple_choice.cgi">

<b>Your name:</b><br>
  <INPUT TYPE = "text" SIZE = "40" MAXLENGTH = "80" NAME = "name">
  <P>
  <b>Your email address (<a href="http://www.deebest.com/privacy_policy.html" TARGET="V">optional</a> -- will be displayed as a link <br>
after you answer the questions and will be used for receiving site <br>
updates and other information):</b><br>
  <INPUT TYPE = "text" SIZE = "40" MAXLENGTH = "80" NAME = "email">
  <P>
  <DL>
  <DT>1. What is the women's movement? 
  <DD><INPUT TYPE = "radio" NAME = "1" VALUE = "A giant group of female immigrants making its way to the United States">A giant group of female immigrants making its way to the United States<BR>
  <INPUT TYPE = "radio" NAME = "1" VALUE = "The push to achieve equality for women and girls">The push to achieve equality for women and girls<br>
  <INPUT TYPE = "radio" NAME = "1" VALUE = "A new kind of dance<p>">A new kind of dance
  </DL>
  <P>

  <DL>
  <DT>2. What is a feminist? 

  <DD><INPUT TYPE = "radio" NAME = "2" VALUE = "Someone who supports equal political, economic, and social rights for everybody">Someone who supports equal  political, economic, and social rights for everybody<br>
  <INPUT TYPE = "radio" NAME = "2" VALUE = "Someone who wants women to take over the earth">Someone who wants women to take over the earth<br>
  <INPUT TYPE = "radio" NAME = "2" VALUE = "A woman who wears a lot of frilly clothes and makeup">A woman who wears a lot of frilly clothes and makeup

<DD>
<a href="#" 
onClick="window.open('http://www.deebest.com/hints2.html','HINTS','width=300,height=1,resizable,menubar');">hint</a>
  </DL>
  <P>

  <DL>
  <DT>3. What is gender bias?
  <DD><INPUT TYPE = "radio" NAME = "3" VALUE = "When girls wish they had the advantages boys have">When girls wish they had the advantages boys have<BR>
  <INPUT TYPE = "radio" NAME = "3" VALUE = "Favoring one age group">Favoring one age group<BR>
  <INPUT TYPE = "radio" NAME = "3" VALUE = "Favoring boys or girls">Favoring boys or girls<BR>
<DD>
  </DL>
  <P>

  <DL>
  <DT>4. Which of these is an example of gender bias?
  <DD><INPUT TYPE = "radio" NAME = "4" VALUE = "A man doing the dishes">A man doing the dishes<br>
      <INPUT TYPE = "radio" NAME = "4" VALUE = "A teacher choosing only boys for a class project">A teacher choosing only boys for a class project<br>
      <INPUT TYPE = "radio" NAME = "4" VALUE = "Inviting only certian girlfriends to a party">Inviting only certain girlfriends to a party
<DD>
<a href="#" 
onClick="window.open('http://www.deebest.com/hints4.html','HINTS','width=300,height=1,resizable,menubar');">hint</a>

  </DL>
  <P>

  <DL>
  <DT>5. What does ERA stand for?
  <DD><INPUT TYPE = "radio" NAME = "5" VALUE = "Expect random acts.">Expect random acts.<br>
      <INPUT TYPE = "radio" NAME = "5" VALUE = "End racism altogether.">End racism altogether.<br>
      <INPUT TYPE = "radio" NAME = "5" VALUE = "Equal Rights Amendment">Equal Rights Amendment
  </DL>
  <P>

  <DL>
  <DT>6. Which of these is an example of sexual harassment?
  <DD><INPUT TYPE = "radio" NAME = "6" VALUE = "Being told someone has a crush on you">Being told someone has a crush on you<br>
      <INPUT TYPE = "radio" NAME = "6" VALUE = "Being told by your parents you can't date till you're fifteen">Being told by your parents you can't date till you're fifteen<br>
      <INPUT TYPE = "radio" NAME = "6" VALUE = "Having someone snap your bra strap">Having someone snap your bra strap
<DD>
<a href="#" 
onClick="window.open('http://www.deebest.com/hints6.html','HINTS','width=300,height=1,resizable,menubar');">hint</a>


  </DL>
  <P>

  <DL>
  <DT>7. Which of these is a stereotype--a generally believed idea that isn't always true?
  <DD><INPUT TYPE = "radio" NAME = "7" VALUE = "Only females can bear children.">Only females can bear children.<br>
      <INPUT TYPE = "radio" NAME = "7" VALUE = "Many girls grow up to become scientists.">Many girls grow up to become scientists.<br>
      <INPUT TYPE = "radio" NAME = "7" VALUE = "Boys are better than girls at math.">Boys are better than girls at math.
  </DL>
  <P>

  <DL>
  <DT>8. In this country women generally make less ____ than men.
  <DD><INPUT TYPE = "radio" NAME = "8" VALUE = "Money">Money<br>
      <INPUT TYPE = "radio" NAME = "8" VALUE = "Cake">Cake<br>
      <INPUT TYPE = "radio" NAME = "8" VALUE = "Time for their families">Time for their families
  </DL>
  <P>

  <DL>
  <DT>9. When an American woman gets married, it's traditional for her to:
  <DD><INPUT TYPE = "radio" NAME = "9" VALUE = "Wear a short red dress">Wear a short red dress<br>
      <INPUT TYPE = "radio" NAME = "9" VALUE = "Walk down the aisle by herself">Walk down the aisle by herself<br>
      <INPUT TYPE = "radio" NAME = "9" VALUE = "Give up her last name and take her new husband's">Give up her last name and take her new husband's
<DD>
<a href="#" 
onClick="window.open('http://www.deebest.com/hints9.html','HINTS','width=300,height=1,resizable,menubar');">hint</a>

  </DL>
  <P>

  <DL>
  <DT>10. Which of these is an organization that fights gender bias?
  <DD><INPUT TYPE = "radio" NAME = "10" VALUE = "Greenpeace">Greenpeace<br>
      <INPUT TYPE = "radio" NAME = "10" VALUE = "Girls Incorporated">Girls Incorporated<br>
      <INPUT TYPE = "radio" NAME = "10" VALUE = "The Lion's Club">The Lion's Club
  </DL>
  <P>

  <DL>
  <DT>11. As of 1999, women made up _____ percent of those in the U.S. Congress.
  <DD><INPUT TYPE = "radio" NAME = "11" VALUE = "48">48<br>
      <INPUT TYPE = "radio" NAME = "11" VALUE = "12">12<br>
      <INPUT TYPE = "radio" NAME = "11" VALUE = "There are women in Congress?">There are women in Congress?
<DD>
<a href="#" 
onClick="window.open('http://www.deebest.com/hints11.html','HINTS','width=300,height=1,resizable,menubar');">hint</a>

  </DL>
  <P>

  <DL>
  <DT>12. When did the modern-day American women's movement formally start?
  <DD><INPUT TYPE = "radio" NAME = "12" VALUE = "When the men's movement accomplished its goals">When the men's movement accomplished its goals<br>
      <INPUT TYPE = "radio" NAME = "12" VALUE = "When Susan B. Anthony's brothers left the toilet seat up one too many times and Susan fell in">When Susan B. Anthony's brothers left the toilet seat up one too many times and Susan fell in<br>
      <INPUT TYPE = "radio" NAME = "12" VALUE = "When women won the right to vote">When women won the right to vote
<DD>
<a href="#" 
onClick="window.open('http://www.deebest.com/hints12.html','HINTS','width=300,height=1,resizable,menubar');">hint</a>

  </DL>
  <P>

  <CENTER>
  <INPUT TYPE = "submit" VALUE = "Submit your answers"></CENTER>
  </FORM>
<p>
<p>
<center>
<a href="http://www.deebest.com" TARGET="V">Home Page</a>
</center>
<p>
<p>

<p>
  </BODY>
  </HTML>!;
