Server IP : 172.16.15.8 / Your IP : 18.118.32.7 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/bnhans/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!---- Goal: The second form is the welcome page with a greeting message and input boxes for the student's name, gender, year in college and text course #. ----> <BODY fONT FACE="Comic Sans MS"> <TITLE>Survey Webpage Form.<BR> </TITLE> </H2> <HR> <Form action=DBMSresults.php method=post> Math/Computer Science: <INPUT type=text name=class> <BR><BR> Bro or Chick? <INPUT type=radio name=sex value=male checked> Bro <INPUT type=radio name=sex value=female> Chick <BR><BR> What year are you? <INPUT type=radio name=year value=freshman checked> First Year <INPUT type=radio name=year value=sophomore> Sophomore <INPUT type=radio name=year value=junior> Junior <INPUT type=radio name=year value=senior> SENIOR <BR><BR> How do you feel about this class? <BR><INPUT type=radio name=feel value=2 checked> Great Class on earth! <INPUT type=radio name=feel value=1> Its just another class. <INPUT type=radio name=feel value=0> Totally Sucks! <BR><BR> Was the professor a good teacher of the subject? <INPUT type=radio name=teach value=2 checked> Excellent two thumbs up! <INPUT type=radio name=teach value=1> They were good but not the best. <INPUT type=radio name=teach value=0> Totally Sucked! <BR><BR> Did the professor provide plently of examples and or exampled material enough? <INPUT type=radio name=exam value=2 checked> EXCELLENT! <INPUT type=radio name=exam value=1> Good but could have done better! <INPUT type=radio name=exam value=0> OH NO! AWFUL! <BR><BR> <INPUT type=submit value=Submit> <INPUT type=reset value=Reset> <P><A HREF=DBMSfront.html> Back up a Page</A><P> <P><A HREF=DBMSDisplay.php> Survey Results </A><P> <HR> <A HREF=index.html>Take Me Home</A> </CENTER> </FONT> </BODY> </Form>