You are on page 1of 2

<!

DOCTYPE html>
<html>

<head>

</head>

<body>
<form

<p>1.The teacher cover the entire syllabus</p>


<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>2.The teacher discusses topics in detail</p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>3.The teacher inspires us by his/her knowledge in the subject</p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>4.The teacher provides guidance counselling in academic and non-academic
matters in/out of class </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>5.The teacher uses class time efficiently </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>6.Teaching methodology </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>7.Faculty communication skill </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>8.Teachers encourage us to think and explore new ideas </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>9.Teachers help us to meet the goals and learnin objective/outcome of
course </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>1.Level of effort you put into your course </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>2.Your level of knowledge at start of course </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
<p>3.Your level of knowledge at end of course </p>
<input type = "radio" name = "grade" value = "fair"> Fair
<input type = "radio" name = "grade" value = "good"> Good
<input type = "radio" name = "grade" value = "excellent"> Excellent
<hr />
</form>
</body>

</html>

You might also like