Server IP : 172.16.15.8 / Your IP : 3.144.48.72 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/akshoop/public_html/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- File name: evalForm5.php Author: Abigail Shoop Purpose: CS389-Assignment #5 --!> <center> <h2>Course Evaluation Form</h2> <HR> <FORM action=EvalAction5.php method=post> Student Status: <INPUT type=radio name=studentStatus value='Freshman'>Freshman <INPUT type=radio name=studentStatus value='Sophomore'>Sophomore <INPUT type=radio name=studentStatus value='Junior'>Junior <INPUT type=radio name=studentStatus value='Senior'>Senior <P> Gender: <INPUT type=radio name=gender value='Female'>Female <INPUT type=radio name=gender value='Male'>Male <INPUT type=radio name=gender value='other'>Other <P> Course: <INPUT type=text size=10 maxlength=35 name=course> <P> Lecture Preparation: <INPUT type=radio name=lect_prep value=0>Poor <INPUT type=radio name=lect_prep value=1>Average <INPUT type=radio name=lect_prep value=2>Good <P> Student Participation: <INPUT type=radio name=stu_part value=0>Poor <INPUT type=radio name=stu_part value=1>Average <INPUT type=radio name=stu_part value=2>Good <P> Overall Satisfaction: <INPUT type=radio name=overall value=0>Poor <INPUT type=radio name=overall value=1>Average <INPUT type=radio name=overall value=2>Good <P> <INPUT type=submit value="Submit Form"> <INPUT type=reset value="Reset Form"> </FORM> <HR> <a href="evalForm5.php">Evaluation Form</a><BR> <a href="displayEVAL5.php">Display Table</a><BR> <a href="searchEval5.html">Search the Table</a><BR> <a href="assignment5.html">Assignment 5</a> | <a href="index.html">Home</a> </center>