Server IP : 172.16.15.8 / Your IP : 3.149.29.98 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/jhtaylor/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- WebExam.html --> <!-- Assignment 1B --> <!-- John Taylor --> <!-- 2/11/2024 --> <!-- Objectives: See above --> <html> <head> <title>Web Exam Form</title> </head> <body> <CENTER> <H2>Web Exam Form</H2> <HR> <FORM action="Assignment1B.php" method="post"> 1. What animal is man's best friend?<br> <INPUT type="radio" name="q1" value="1" checked> Dog<br> <INPUT type="radio" name="q1" value="2"> Cat<br> <INPUT type="radio" name="q1" value="3"> Goldfish<br> <INPUT type="radio" name="q1" value="4"> Silverback Gorilla<br> <P> 2. What day is Independence Day?<br> <INPUT type="radio" name="q2" value="1" checked> April 26th<br> <INPUT type="radio" name="q2" value="2"> July 4th<br> <INPUT type="radio" name="q2" value="3"> February 31st<br> <INPUT type="radio" name="q2" value="4"> December 25th<br> <P> 3. Who was the 45th president of the USA?<br> <INPUT type="radio" name="q3" value="1" checked> Joe Biden<br> <INPUT type="radio" name="q3" value="2"> Megatron<br> <INPUT type="radio" name="q3" value="3"> Donald Trump<br> <INPUT type="radio" name="q3" value="4"> Barack Obama<br> <P> 4. Who is the best Computer Science Professor?<br> <INPUT type="radio" name="q4" value="1" checked> Dr. Reese<br> <INPUT type="radio" name="q4" value="2"> Doc Hudson<br> <INPUT type="radio" name="q4" value="3"> Optimus Prime<br> <INPUT type="radio" name="q4" value="4"> Dr. Wang<br> <P> <input type="submit" value="Submit"> </FORM> </CENTER> </body> </html>