Server IP : 172.16.15.8 / Your IP : 3.145.57.5 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/bddownum/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- evaluationForm.php --> <CENTER> <H2> Course Evaluation </H2> <HR> <FONT color=navy size=+2> <FORM action=evalAction.php method=post> Gender: <p> </Font> <input type=radio name=gender value="Male">Male <BR> <input type=radio name=gender value="Female">Female <P> <FONT color=navy size=+2> Grade:<p> </font> <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> <FONT color=navy size=+2> Course: <input type=text size=6 name=course> <p> Lecture Prep: <BR> </font> <input type=radio name=lectScore value=0>Poor <BR> <input type=radio name=lectScore value=1>Average <BR> <input type=radio name=lectScore value=2>Good <BR> <p> <FONT color=navy size=+2> Student Participation: <BR> </font> <input type=radio name=stuScore value=0>Poor <BR> <input type=radio name=stuScore value=1>Average <BR> <input type=radio name=stuScore value=2>Good <BR> <p> <FONT color=navy size=+2> Overall Score: <BR> </font> <input type=radio name=overallScore value=0>Poor <BR> <input type=radio name=overallScore value=1>Average <BR> <input type=radio name=overallScore value=2>Good <BR> <HR> <input type=submit value=Submit> <input type=reset value=Reset> <HR> <A HREF=evalHome.php>Go Back</A> </center>