-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquestions_online.html
More file actions
72 lines (65 loc) · 1.48 KB
/
questions_online.html
File metadata and controls
72 lines (65 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<title>GSW Faculty Evaluation survey questions</title>
</head>
<body>
<h1>Survey scales</h1>
<table border='0'>
<tr><td>Superior:</td><td>1</td></tr>
<tr><td>Above average:</td><td>2</td></tr>
<tr><td>Average:</td><td>3</td></tr>
<tr><td>Poor:</td><td>4</td></tr>
<tr><td>Inadequate:</td><td>5</td></tr>
<tr><td>No response:</td><td>0</td></tr>
</table>
<h1>Survey Questions</h1>
<p>
1. The instructor's objectives for the course were made clear
</p>
<p>
2. The instructor explained the grading system clearly
</p>
<p>
3. I found this class to be intellectually stimulating
</p>
<p>
4. The instructor had a thorough knowledge of the subject matter
</p>
<p>
5. The instructor prepared each lesson well
</p>
<p>
6. The instructor communicated effectively
</p>
<p>
7. The instructor summarized or emphasized major points
</p>
<p>
8. Examinations/grades materials tested class content as emphasized by the instructor
</p>
<p>
9. The instructor responded effectively to students' questions
</p>
<p>
10. The instructor treated students respecfully
</p>
<p>
11. The instructor seemed genuinely concerned with students' progress and was actively helpful
</p>
<p>
12. Overall, I rate this instructor...
</p>
<p>
13. Would you consider taking another course with this instructor?
</p>
<p>
14. What is your class standing?
</p>
<p>
15. What is your estimated overall GPA for all post-high school study completed for credit?
</p>
<p>
16. What is your current grade in this course?
</p>
</body>
</html>