Server : Apache System : Linux profile 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64 User : apache ( 48) PHP Version : 8.0.28 Disable Function : NONE Directory : /var/www/html/venkat/feedback/ |
<?php ?> <form method ="post" action ="feedsubmit.php"> <center> <b> <h3> Course Evaluation Questionnaire <h3> <b> </center> <br> <center> <table width = "30%" border = "1"> <tr> <td> Session : </td> <td> <input type="text" name="session"></td></tr> <tr> <td> Name of the Course : </td> <td> <input type="text" name="course"></td></tr> <tr> <td> Course Code : </td> <td> <input type="text" name="code"></td></tr> <tr> <td> Teacher Name : </td> <td> <input type="text" name="teacher"></td></tr> <tr> <td> Your approximate CGPA :</td> <td> <input type="text" name="cgpa"></td></tr> </table> </center> <br> <center> <b>Please answer the following questionnaire spontaneously without discussing with other students (Please choose the appropriate option)<b> <h3> Section - A </h3> <table width = 90% border = "1"> <tr> <td>Clarity of the teacher while teaching the course :</td> <td> <input type ="radio" name= "q1" value = "1" checked> Extraodinary <input type ="radio" name= "q1" value = "2"> Good <input type ="radio" name= "q1" value = "3"> Average <input type ="radio" name= "q1" value = "4"> Poor <input type ="radio" name= "q1" value = "5"> Unacceptable </td> </tr> <tr> <td>Punctuality of the Teacher :</td> <td> <input type ="radio" name= "q2" value = "1" checked> Regular <input type ="radio" name= "q2" value = "2"> Almost Regular <input type ="radio" name= "q2" value = "3"> Average <input type ="radio" name= "q2" value = "4"> Poor <input type ="radio" name= "q2" value = "5"> irregular </td> </tr> <tr> <td> Approximate Number of Lecture classes held so far: </td> <td> <input type ="text" name= "q3"> </td> </tr> <tr> <td> Sincerity of the teacher in explaining your doubts: </td> <td> <input type ="radio" name= "q4" value = "1" checked> Extraodinary <input type ="radio" name= "q4" value = "2"> Good <input type ="radio" name= "q4" value = "3"> Average <input type ="radio" name= "q4" value = "4"> Poor <input type ="radio" name= "q4" value = "5"> Unacceptable </td> </tr> <tr> <td> Cabability of the teacher in answering your your doubts satisfactorily: </td> <td> <input type ="radio" name= "q5" value = "1" checked> Extraodinary <input type ="radio" name= "q5" value = "2"> Good <input type ="radio" name= "q5" value = "3"> Average <input type ="radio" name= "q5" value = "4"> Poor <input type ="radio" name= "q5" value = "5"> Unacceptable </td> </tr> <tr> <td> How teacher is approachable to the students: </td> <td> <input type ="radio" name= "q6" value = "1" checked> Always <input type ="radio" name= "q6" value = "2"> Most of the time <input type ="radio" name= "q6" value = "3"> Sometimes <input type ="radio" name= "q6" value = "4"> Difficult to get him/her <input type ="radio" name= "q6" value = "5"> Never </td> </tr> <tr> <td> Was the syllabus of the subject(s) revealed at the beginning? </td> <td> <input type ="radio" name= "q7" value = "1" checked> yes <input type ="radio" name= "q7" value = "2"> No </td> </tr> <tr> <td> Overall ranking of the teacher: </td> <td> <input type ="radio" name= "q8" value = "1" checked> Top 5 % <input type ="radio" name= "q8" value = "2"> Among Top 10% <input type ="radio" name= "q8" value = "3"> Average <input type ="radio" name= "q8" value = "4"> Below Average </td> </tr> </table> <h3> Section - B (Only if the subject has lab) </h3> <table width = 90% border = "1"> <tr> <td> Where the labs were held regularly: </td> <td> <input type ="radio" name= "q9" value = "1" checked> yes <input type ="radio" name= "q9" value = "2"> No </td> </tr> <tr> <td> Whether the labs assignments offered enough supplements for the theory courses: </td> <td> <input type ="radio" name= "q10" value = "1" checked> yes <input type ="radio" name= "q10" value = "2"> No </td> </tr> <tr> <td> The involvement of the teacher in conduction the laboratory classes was:</td> <td> <input type ="radio" name= "q11" value = "1" checked> Full <input type ="radio" name= "q11" value = "2"> Partial <input type ="radio" name= "q11" value = "3"> Marginal <input type ="radio" name= "q11" value = "4"> Almost Zero </td> </tr> </table> <h3> Section - C </h3> <table width = 90% border = "1"> <tr> <td> Please add additional remarks, if any: </td> <td> <textarea name ="q12" cols = "100" rows ="5"> </textarea> </td> </tr> </table> <input type ="submit" value ="submit the above details"> </form> </center>