-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteaching.shtml
More file actions
489 lines (448 loc) · 31.9 KB
/
Copy pathteaching.shtml
File metadata and controls
489 lines (448 loc) · 31.9 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<title>Helen Weixu Chen</title>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
/* min-height: 100vh */
}
/* Main content should expand to take available space */
.content {
flex: 1;
/* padding-bottom: 40px; */
}
.footer {
text-align: center;
background-color: #f4f4f4;
color: #007bff;
border-top: 1px solid #ddd;
font-size: 14px;
height: 40px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
position: fixed; /* Ensures footer stays at the bottom */
padding-top: 15px;
bottom: 0; /* Stick it to the bottom */
left: 0; /* Align with the left edge */
}
.navbar-brand, .nav-link {
color: #007bff !important;
}
.nav-link.active {
font-weight: bold;
color: #0056b3 !important;
}
.container {
max-width: 960px;
margin: auto;
}
.research-section {
margin-bottom: 70px;
}
.research-paper {
display: flex;
align-items: center; /* Aligns items vertically in the middle */
gap: 20px; /* Space between the image and the text */
margin-bottom: 30px;
}
.paper-image {
width: 200px;
height: auto;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.paper-content {
flex: 1; /* Ensures the text takes up available space */
}
.paper-title {
font-size: 1.25em;
font-weight: bold;
margin-bottom: 10px;
}
.paper-abstract {
margin: 0;
line-height: 1.6;
}
/* Flexbox layout for the body */
</style>
</head>
<body>
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="#">Helen Weixu Chen</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html" id="home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="teaching.shtml" id="teaching">Teaching</a>
</li>
<li class="nav-item">
<a class="nav-link" href="research.shtml" id="research">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.shtml" id="portfolio">Portfolio</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container p-3">
<h3>Teaching</h3>
<p>
I have been very fortunate to work alongside wonderful instructors and engage with a diverse group of hard-working and brilliant students as a full-time/part-time Instructional Support Assistant (ISA)/Teaching Assistant (TA) for 10 semesters across seven different CS courses (CS116, CS136L, CS137, CS138, MATH642, Ethics Workshop, CS349, and CS247) at the University of Waterloo.
This page is to share feedback that I have received from students - both the accolades and the constructive criticism.
I greatly appreciate their sincere and kind words to help me reflect and further improve my teaching.</p>
<!-- <p>Working with these students has been a mutually enriching experience. Not only did I have the opportunity to share my knowledge and help with their growth, but they also taught me valuable lessons on effective communication, being supportive without coddling, and showing genuine care.</p> -->
<p>I also want to thank the Instructional Support Coordinator, <a href="https://uwaterloo.ca/computer-science/about/people/sfking">Scott King</a>, for collecting and providing me with this valuable feedback at the end of each term.
</p>
<div class="container pb-2"></div>
<h5>
<a href="https://cs.uwaterloo.ca/current/courses/course_descriptions/cDescr/CS137">CS 137</a> - Programming Principles. Fall 2024:
</h5>
<ul>
<li>Helen's an amazing ISA. She's always helpful during her office hours and shows different/more effiicent ways to approach problems.</li>
<li>Her office hours were super helpful!</li>
<li>thanks Helen</li>
<li>Was very patient to help each student during office hours</li>
</ul>
<div class="container pb-2"></div>
<h5>
<a href="https://cs.uwaterloo.ca/current/courses/course_descriptions/cDescr/CS137">CS 137</a> - Programming Principles. Fall 2023:
</h5>
<ul>
<li>Thank you so much for your time, you were incredibly helpful.</li>
<li>She is the best, most passionate, and most capable teaching assistant I've ever had.</li>
<li>Helen was extremely helpful and very knowledgeable throughout the course.</li>
<li>Helen is extremely hard working.</li>
<li>Helen helped me pass the course.</li>
<li>Helen was an incredibly dedicatd TA, spending many hours in office hours individually helping us all!</li>
<li>Great TA!</li>
</ul>
<!-- <ul>
<li>I received anonymous feedback from 13 students. All of them provided the same responses to the following scale questions:</li>
<ul>
<form>
<li><label>How would you rate how knowledgeable your ISA/TA was?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Please rate the ISA/TA's preparedness</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Was the ISA/TA feedback helpful and did the ISA/TA challenges you to learn?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> All of the time</label><br>
<label><input type="radio" name="satisfaction" value="2"> Most of the time</label><br>
<label><input type="radio" name="satisfaction" value="3"> Some of the time</label><br>
<label><input type="radio" name="satisfaction" value="4"> Rarely</label><br>
<label><input type="radio" name="satisfaction" value="4"> Never</label><br>
</form>
<form>
<li><label>What is your overall ranking of the ISA/TA?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
</ul>
<li>Some students provided extra comments, while others did not. Below are the comments written by the students:</li>
<ul>
<li>Thank you so much for your time, you were incredibly helpful.</li>
<li>She is the best, most passionate, and most capable teaching assistant I've ever had.</li>
<li>Helen was extremely helpful and very knowledgeable throughout the course.</li>
<li>Helen is extremely hard working.</li>
<li>Helen helped me pass the course.</li>
<li>Helen was an incredibly dedicatd TA, spending many hours in office hours individually helping us all!</li>
</ul>
</ul> -->
<div class="container pb-2"></div>
<h5>
<a href="https://cs.uwaterloo.ca/current/courses/course_descriptions/cDescr/CS137">CS 137</a> - Programming Principles. Fall 2022:
</h5>
<ul>
<li>I am very thankful to have Helen as my TA. She helps me in every assignment, and clears every doubt I have.</li>
<li>I enjoyed her tutorials, however the material could have better prepared us for assignments if it was more difficult.</li>
<li>Helen was always approachable and willing to help. She was always able to quickly identify problems that my code was having and helped me fix the issues. Helen's tutorials on Tuesdays were also really helpful as they helped me apply the concepts onto problems so I could understand them. I truly appreciate her dedication to the students as she was always there on Friday evenings for many many hours helping all the students finish their assignments. Helen was a huge part of why I learned so much during this course.</li>
<li>Thank you Helen for helping me so so so many times!! Definitely the most responsible TA I've ever met. Glad to have you as my CS TA. Yougoated🐐</li>
<li>best TA ever</li>
<li>Helen is an angel descended from heaven. She stays hours over time and comes on extra days to help us with challenging units and assignments especially in the post-pointer era. She helps us figure out weird bugs in our code even if it means her staying up past midnight... She explains hard concepts extremely well and uses great examples and gives us just enough hints and let us figure out things on our own. She prompts us to think harder to discover things on our own. She always brings back our smiles when we were on the verge of crying. She is so patient, so encouraging, so detailed, and always goes above and beyond. It is truly our pleasure and luck to have her as our TA. I will be eternally grateful for her.</li>
<li>Helen went so far above and beyond. She stayed up late to help us, and she made CS tutorials by far the best of any of our courses. Not sure if these messages get passed along to the ISA/TA's, but if they do, thank you Helen for everything you've done this term.</li>
<li>Helen is so supportive and helpful! I wish she was my TA for every single course. I have learned so much from her, not just from her computing skills but from her disposition, helpfulness, and sacrifice of her precious time for us as well.</li>
<li>Thanks for the super extended office hours!</li>
<li>goated TA</li>
<li>Helen is genuinely such an amazing, approachable, knowledgeable presence in our class and has always gone above and beyond for us. We are so thankful to have her!</li>
<li>Helen has been very helpful. Always available to give help. Her help is very appreciated. Thank you!!</li>
<li>I LOVE Helen!!! SHE IS SO NICE!!</li>
<li>I am beyond grateful to have a ISA like Helen.</li>
<li>Below is a review on <a href="https://uwflow.com/">UW Flow</a> CS137’s course page and is located
under the “Professor reviews” tab. This site is designed for students at the University of
Waterloo to review their courses and for future students to view the reviews to see which
instructor to pick and gain a better understanding of the course design (workload, time
commitment, etc).</li>
<img src="images/StudentEva.png" alt="Sample Photo" width="650" height="400">
<!-- <li>...Also had Helen as my TA, absolutely God-sent. She stays hours over time and comes on extra days to help us with challenging units and assignments, especially in the post-pointer era. She helps us figure out weird bugs in our code even if it means her staying up past midnight... She explains hard concepts extremely well and uses great examples and gives us just enough hints and lets us figure out things on our own. She prompts us to think harder to discover things on our own. She is so patient, encouraging, detailed, and always goes above and beyond. It is truly our pleasure and luck to have Helen as our TA. I will be eternally grateful.</li> -->
</ul>
<!-- <ul>
<li>I received anonymous feedback from 16 students. 15 of them provided the same responses to the following scale questions:</li>
<ul>
<form>
<li><label>How would you rate how knowledgeable your ISA/TA was?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Please rate the ISA/TA's preparedness</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Was the ISA/TA feedback helpful and did the ISA/TA challenges you to learn?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> All of the time</label><br>
<label><input type="radio" name="satisfaction" value="2"> Most of the time</label><br>
<label><input type="radio" name="satisfaction" value="3"> Some of the time</label><br>
<label><input type="radio" name="satisfaction" value="4"> Rarely</label><br>
<label><input type="radio" name="satisfaction" value="4"> Never</label><br>
</form>
<form>
<li><label>What is your overall ranking of the ISA/TA?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
</ul>
<li>One student responded the following scale questions as below:</li>
<ul>
<form>
<li><label>How would you rate how knowledgeable your ISA/TA was?</label><br></li>
<label><input type="radio" name="satisfaction" value="1"> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2" checked> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Please rate the ISA/TA's preparedness</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Was the ISA/TA feedback helpful and did the ISA/TA challenges you to learn?</label><br></li>
<label><input type="radio" name="satisfaction" value="1"> All of the time</label><br>
<label><input type="radio" name="satisfaction" value="2"> Most of the time</label><br>
<label><input type="radio" name="satisfaction" value="3" checked> Some of the time</label><br>
<label><input type="radio" name="satisfaction" value="4"> Rarely</label><br>
<label><input type="radio" name="satisfaction" value="4"> Never</label><br>
</form>
<form>
<li><label>What is your overall ranking of the ISA/TA?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" > Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2" checked> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
</ul> -->
<!-- <li>One student responded the following scale questions as below:</li> -->
<!-- <li>How would you rate how knowledgeable your ISA/TA was? Excellent</dd>
<li>Please rate the ISA/TA's preparedness: Excellent</li>
<li>Was the ISA/TA feedback helpful and did the ISA/TA challenges you to learn? All of the time</li>
<li>What is your overall ranking of the ISA/TA? Excellent</li> -->
<!-- </ul> -->
<!-- <li>Some students provided extra comments, while others did not. Below are the comments written by the students:</li>
<ul>
<li>I am very thankful to have Helen as my TA. She helps me in every assignment, and clears every doubt I have.</li>
<li>I enjoyed her tutorials, however the material could have better prepared us for assignments if it was more difficult.</li>
<li>Helen was always approachable and willing to help. She was always able to quickly identify problems that my code was having and helped me fix the issues. Helen's tutorials on Tuesdays were also really helpful as they helped me apply the concepts onto problems so I could understand them. I truly appreciate her dedication to the students as she was always there on Friday evenings for many many hours helping all the students finish their assignments. Helen was a huge part of why I learned so much during this course.</li>
<li>Thank you Helen for helping me so so so many times!! Definitely the most responsible TA I've ever met. Glad to have you as my CS TA. Yougoated🐐</li>
<li>best TA ever</li>
<li>Helen is an angel descended from heaven. She stays hours over time and comes on extra days to help us with challenging units and assignments especially in the post-pointer era. She helps us figure out weird bugs in our code even if it means her staying up past midnight... She explains hard concepts extremely well and uses great examples and gives us just enough hints and let us figure out things on our own. She prompts us to think harder to discover things on our own. She always brings back our smiles when we were on the verge of crying. She is so patient, so encouraging, so detailed, and always goes above and beyond. It is truly our pleasure and luck to have her as our TA. I will be eternally grateful for her.</li>
<li>Helen went so far above and beyond. She stayed up late to help us, and she made CS tutorials by far the best of any of our courses. Not sure if these messages get passed along to the ISA/TA's, but if they do, thank you Helen for everything you've done this term.</li>
<li>Helen is so supportive and helpful! I wish she was my TA for every single course. I have learned so much from her, not just from her computing skills but from her disposition, helpfulness, and sacrifice of her precious time for us as well.</li>
<li>Thanks for the super extended office hours!</li>
<li>goated TA</li>
<li>Helen is genuinely such an amazing, approachable, knowledgeable presence in our class and has always gone above and beyond for us. We are so thankful to have her!</li>
<li>Helen has been very helpful. Always available to give help. Her help is very appreciated. Thank you!!</li>
<li>I LOVE Helen!!! SHE IS SO NICE!!</li>
<li>I am beyond grateful to have a ISA like Helen.</li>
</ul>
<li>Below is a review on <a href="https://uwflow.com/">UW Flow</a> CS137’s course page and is located
under the “Professor reviews” tab. This site is designed for students at the University of
Waterloo to review their courses and for future students to view the reviews to see which
instructor to pick and gain a better understanding of the course design (workload, time
commitment, etc).</li>
<ul>
<li>...Also had Helen as my TA, absolutely God-sent. She stays hours over time and comes on extra days to help us with challenging units and assignments, especially in the post-pointer era. She helps us figure out weird bugs in our code even if it means her staying up past midnight... She explains hard concepts extremely well and uses great examples and gives us just enough hints and lets us figure out things on our own. She prompts us to think harder to discover things on our own. She is so patient, encouraging, detailed, and always goes above and beyond. It is truly our pleasure and luck to have Helen as our TA. I will be eternally grateful.</li>
</ul>
</ul> -->
<div class="container pb-2"></div>
<h5>
<a href="https://student.cs.uwaterloo.ca/~cs136L/">CS 136L</a> - Tool and Techniques for Software Development. Spring 2022:
</h5>
<ul>
<li>I assisted two instructors in developing the course, which, during that term, had no student enrollments.</li>
</ul>
<div class="container pb-2"></div>
<h5>
<a href="https://cs.uwaterloo.ca/current/courses/course_descriptions/cDescr/CS116">CS 116</a> - Introduction to Computer Science 2. Winter 2022:
</h5>
<ul>
<!-- <li>I received anonymous feedback from three students. All of them provided the same responses to the following scale questions:</li>
<ul>
<form>
<li><label>How would you rate how knowledgeable your ISA/TA was?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Please rate the ISA/TA's preparedness</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Was the ISA/TA feedback helpful and did the ISA/TA challenges you to learn?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> All of the time</label><br>
<label><input type="radio" name="satisfaction" value="2"> Most of the time</label><br>
<label><input type="radio" name="satisfaction" value="3"> Some of the time</label><br>
<label><input type="radio" name="satisfaction" value="4"> Rarely</label><br>
<label><input type="radio" name="satisfaction" value="4"> Never</label><br>
</form>
<form>
<li><label>What is your overall ranking of the ISA/TA?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
</ul>
<li>Two students provided extra comments. Below are the comments written by the students:</li>
<ul> -->
<li>best ta ever</li>
<li>Helen helped me a lot!! I will give her a 10/10.</li>
</ul>
<!-- </ul> -->
<div class="container pb-2"></div>
<h5>
<a href="https://cs.uwaterloo.ca/current/courses/course_descriptions/cDescr/CS116">CS 116</a> - Introduction to Computer Science 2. Fall 2021:
</h5>
<ul>
<!-- <li>I received anonymous feedback from four students. All of them provided the same responses to the following scale questions:</li>
<ul>
<form>
<li><label>How would you rate how knowledgeable your ISA/TA was?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Please rate the ISA/TA's preparedness</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
<form>
<li><label>Was the ISA/TA feedback helpful and did the ISA/TA challenges you to learn?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> All of the time</label><br>
<label><input type="radio" name="satisfaction" value="2"> Most of the time</label><br>
<label><input type="radio" name="satisfaction" value="3"> Some of the time</label><br>
<label><input type="radio" name="satisfaction" value="4"> Rarely</label><br>
<label><input type="radio" name="satisfaction" value="4"> Never</label><br>
</form>
<form>
<li><label>What is your overall ranking of the ISA/TA?</label><br></li>
<label><input type="radio" name="satisfaction" value="1" checked> Excellent</label><br>
<label><input type="radio" name="satisfaction" value="2"> Very Good</label><br>
<label><input type="radio" name="satisfaction" value="3"> Good</label><br>
<label><input type="radio" name="satisfaction" value="4"> Satisfactory</label><br>
<label><input type="radio" name="satisfaction" value="4"> Unsatisfactory</label><br>
<label><input type="radio" name="satisfaction" value="5"> No Comment</label><br>
</form>
</ul> -->
<!-- <li>All students provided extra comments. Below are the comments written by the students:</li> -->
<!-- <ul> -->
<li>Helen was a great ISA/IA. She was helpful and I could tell she cared about the success of the students. She helped me learn and was very knowledgable.</li>
<li>Helen helped me after another ISA was unable to and Helen was amazingly patient, kind, and helpful.</li>
<li>very nice</li>
<li>Before coming the course I had imposter syndrome and was unsure I could problem solve and code effectively. Helen helped change my way of thinking and gave me much needed confidence. I believe any future student would be blessed to have her as an ISA.</li>
<li>Excellent TA, very helpful!</li>
<!-- </ul> -->
</ul>
<!-- </div> -->
<div style="height: 50px;"></div>
<footer class="footer">
<p>© Helen Weixu Chen 2026</p>
</footer>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>