Skip to content

Commit d27cc78

Browse files
committed
Teaching techniques added to training deck
1 parent ba77ce6 commit d27cc78

File tree

1 file changed

+44
-3
lines changed

1 file changed

+44
-3
lines changed

sites/en/workshop/more_teacher_training_2016.deck.md

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* Get to know each other and RailsBridge
66
* Know what will happen during a typical RailsBridge workshop
77
* Be empowered as teachers and TAs
8+
* Practice teaching techniques (checks for understanding, scaffolding)
89

910
### RailsBridge Teacher and TA Training
1011

@@ -309,14 +310,54 @@ If you don't know how to make one, we'll help!
309310
We need your help! Thank you!!!
310311

311312

312-
313313
# Very Important, Very Practical Things
314314
#### Where to find the curriculum: http://docs.railsbridge.org
315315

316316
You need to read the curriculum through, beginning to end, before teaching it.
317317

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?
320361

321362
# General curriculum levels - detailed
322363

0 commit comments

Comments
 (0)