You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: episodes/08-motivation.md
+49-2Lines changed: 49 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,13 +67,44 @@ things in the opposite corner
67
67
that are time-consuming to learn and have little near-term application
68
68
should be avoided in our workshops.
69
69
70
-
{alt='A stylised graph with y-axis labeled "usefulness once mastered" and and x-axis labeled "mean time to master". The upper left quadrant says "teach this first" and the lower right quadrant says "do not bother".'}
%%accDescr {A quandrant chart, 2x2 grid, with y-axis labeled quick to master --> slow to master and and x-axis labeled used rarely --> used frequently. The upper left quadrant says "teach this first" and the lower right quadrant says "do not bother"}
73
+
quadrantChart
74
+
title When to teach
75
+
x-axis quick to master --> slow to master
76
+
y-axis used rarely --> used frequently
77
+
quadrant-2 Teach this first
78
+
quadrant-4 Do not bother
79
+
80
+
```
71
81
72
82
Another way to think about the graph shown above is **authentic tasks** -- real tasks performed
73
83
by someone doing their work. If you can identify authentic tasks from your
74
84
own work that could be useful to others, these examples will be highly
75
85
motivating.
76
86
87
+
This 2x2 grid can be useful for longer term lesson planning and development as well as for considering how to answer questions. To make the ideas more concrete, here is an example in the context of driving:
B - Drive at speed on a Formula 1 racing track : [0.85, 0.25]
101
+
C - Driving on suburban roads: [0.8, 0.8]
102
+
D - Driving with snow chains.: [0.2, 0.15]
103
+
%%accDescr {A quandrant chart, 2x2 grid, with y-axis labeled quick to master --> slow to master and and x-axis labeled used rarely --> used frequently. The upper left quadrant says "teach this first" and the lower right quadrant says "do not bother"}
104
+
```
105
+
106
+
An empty carpark is a great place to start for any new driver, but most people will never drive at speed in a race track. In contrast, suburbans road are a realistic motivating example that any driver will encounter. That will be on the agenda for a driving school. Driving with snow chains is important if you live in a place that gets extreme snow events, but not for most people. That is something that someone can learn later if they need it, or an individual who lives or frequently visits a place where they are common may even know to ask about, but most people will not need. We would not want a lesson to go from an empty carpark to snow chains because we would probably lose a lot of people.
107
+
77
108
::::::::::::::::::::::::::::::::::::::: challenge
78
109
79
110
## Authentic Tasks: Think, Pair, Share
@@ -82,11 +113,27 @@ motivating.
82
113
(e.g. wrote a function, bulk downloaded data, built a plot in R, forked a repo)
83
114
and explain how you would use it (or a simplified version of it) as an exercise or example in class.
84
115
**Pair** up with your neighbor and decide where this exercise fits on a graph of "short/long time to master" and "low/high usefulness".
85
-
In the class Etherpad, **share** the task and where it fits on the graph.
116
+
In the class Etherpad, **share** the task and where it fits on the graph, using the lettered points in the diagram below.
86
117
As a group, we will discuss how these relate back to our "teach most immediately useful first" approach.
accDescr {A quandrant chart, 2x2 grid, with y-axis labeled quick to master --> slow to master and and x-axis labeled used rarely --> used frequently. The upper left quadrant says "teach this first" and the lower right quadrant says "do not bother"}
0 commit comments