|
5 | 5 | * Get to know each other and RailsBridge
|
6 | 6 | * Know what will happen during a typical RailsBridge workshop
|
7 | 7 | * Be empowered as teachers and TAs
|
| 8 | +* Practice teaching techniques (checks for understanding, scaffolding) |
8 | 9 |
|
9 | 10 | ### RailsBridge Teacher and TA Training
|
10 | 11 |
|
@@ -309,14 +310,54 @@ If you don't know how to make one, we'll help!
|
309 | 310 | We need your help! Thank you!!!
|
310 | 311 |
|
311 | 312 |
|
312 |
| - |
313 | 313 | # Very Important, Very Practical Things
|
314 | 314 | #### Where to find the curriculum: http://docs.railsbridge.org
|
315 | 315 |
|
316 | 316 | You need to read the curriculum through, beginning to end, before teaching it.
|
317 | 317 |
|
318 |
| - |
319 |
| - |
| 318 | +# Teaching Techniques |
| 319 | +#### Checks for understanding |
| 320 | +A tool for assessing how well the class understands a topic before moving on |
| 321 | + |
| 322 | +#### Reasons to check for understanding |
| 323 | +* Helps guide your teaching pace |
| 324 | +* You get more feedback about which students are more challenged with the material |
| 325 | +* Feedback loop during the lesson |
| 326 | + |
| 327 | +# Avoid these checks for understanding |
| 328 | +* Do you understand? |
| 329 | +* Can I move on? |
| 330 | +* Any questions? |
| 331 | + |
| 332 | +#### These checks tend to have a luke warm response |
| 333 | +#### People may think they understand, but don't actually understand |
| 334 | + |
| 335 | +# Suggested Checks For Understanding |
| 336 | +* Fist of five |
| 337 | +* Calling on a person by name |
| 338 | +* Have students pair on a problem, then explain it to the group |
| 339 | +* Checking in with each student individually as they work on a problem |
| 340 | +* Teach a concept to your neighbor |
| 341 | + |
| 342 | +# Discussion: Teach! |
| 343 | +#### Incorporate at least one check for understanding and teach the following |
| 344 | +* Arrays |
| 345 | +* Hashes |
| 346 | +* Scrum process |
| 347 | +* OOP |
| 348 | +* Anything you are passionate about |
| 349 | + |
| 350 | +# Scaffolding |
| 351 | +* A lesson should build upon itself |
| 352 | +* Teacher describes or illustrates a concept multiple ways |
| 353 | +* Teacher gives a specific example that helps students complete an assignment |
| 354 | +* I do, we do, you do |
| 355 | + |
| 356 | +### Not `rails g scaffold` |
| 357 | + |
| 358 | +# Discussion: Great learning experience |
| 359 | +### Describe a great learning experience you have had |
| 360 | +### Why do you think it was so successful? |
320 | 361 |
|
321 | 362 | # General curriculum levels - detailed
|
322 | 363 |
|
|
0 commit comments