Skip to content

Commit

Permalink
Merge pull request #97 from coderefinery/st-updates
Browse files Browse the repository at this point in the history
Co-teaching episode draft
  • Loading branch information
bast authored Jul 31, 2024
2 parents 527ca66 + 9b534ad commit 8f98639
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion content/co-teaching.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,42 @@
- Exercises: ? min
:::

Why teach together?
-------------------

Here the episode sections and text ...
It has been said **a lot**, especially in areas such as code development or scientific research, about the value of collaboration.
Yet still today, the effort of teaching is made alone far too often: a person decides to share their knowledge (or gets assigned a study module) and starts building the actual teaching material basically from scratch.
It seems much more logical, in the age of FAIR science and open knowledge, to release, develop, iterate, and maintain teaching material -- including the contact sessions -- **collaboratively** as well.

Ways to teach together
----------------------

* Develop materials together - avoid duplication.
* Present the materials together ("proper" co-teaching, see [Team teaching section](https://coderefinery.github.io/manuals/team-teaching/) on the CR manual).
* Use helpers extensively to tackle specific tasks commonly arising in online teaching process.
* Involve your learners too, e.g. using collaborative document (such as HackMD) for parallel and mass answers.

Advantages
----------

* If you need to teach anyway, combined efforts take up less time.
* More engaging to the audience, taking some of the (sometimes daunting) expectation to "speak up" off of the students.
* Easier on-boarding of new instructors -- one of them can be learning at the same time, either subtleties of the material or the teaching itself.
* [Swiss-cheese](https://en.wikipedia.org/wiki/Swiss_cheese_model) principle: two "imperfect" teachers are __much__ easier to find and complement each other than the extensively-prepared, absolute expert.

Challenges
----------

* Additional effort needed of teacher and/or helper coordination -- including syncing up their schedules!
* Materials might need to be (hopefully slightly) tuned to a specific target audience.
* Using simultaneous-teaching strategies is a learned skill, not identical to the classical lecturing.
* Online tools (HackMD, type-alongs) can potentially overload learners and teachers alike, if not used with care.

:::{exercise}
(What's better here -- practical exercise or discussion?)
:::

(TODO: Here goes the rest of the episode sections and text)


:::{keypoints}
Expand Down

0 comments on commit 8f98639

Please sign in to comment.