Skip to content

Commit d7ac815

Browse files
committed
Use new handover DSL in the modules
1 parent 327de45 commit d7ac815

File tree

6 files changed

+37
-55
lines changed

6 files changed

+37
-55
lines changed

module_1.rb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,7 @@
140140
0 – not OK at all, 10 – wonderful.
141141
CHAT
142142

143-
instruction "Take note of the numbers to decide BOR participants – avoid people with low scores in the same room
144-
"
145-
143+
instruction "Take note of the numbers to decide BOR participants – avoid people with low scores in the same room"
146144
end
147145

148146
end
@@ -277,7 +275,7 @@
277275

278276
spoken "What are you noticing about these experiences?"
279277

280-
instruction "Handover to Fx2 for BOR1 on green state"
278+
handover "for BOR1 on green state"
281279
end
282280

283281
producer do
@@ -396,9 +394,9 @@
396394
Facilitate brief discussion, helping people to say what they are thinking or feeling in an amber/yellow state. Suggest people can also put their answers in the chat.
397395
398396
If time allows, focus in on the transition between amber/yellow and other states and the reasons for that.
399-
400-
Handover to Fx1 for reflections, fieldwork and close
401397
MD
398+
399+
handover "for reflections, fieldwork and close"
402400
end
403401

404402
producer do

module_2.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
instruction "If time permits, invite examples from 1-2 people"
8282
spoken "Without adding too much detail, what caused the change in state?"
83-
instruction "Handover to Fx1 for Assumptions model."
83+
handover "for the Assumptions model"
8484
end
8585

8686
producer do
@@ -136,7 +136,7 @@
136136
MD
137137

138138
spoken "We are going to look at assumptions first and then how feelings can influence assumptions."
139-
instruction "Handover to Fx2 for the assumptions demo."
139+
handover "for the assumptions demo"
140140
end
141141

142142
producer do
@@ -187,7 +187,7 @@
187187
spoken "How accurate was your drawing or description?"
188188
spoken "On a scale of 1-5, where 1 is least accurate, and 5 is super accurate, let’s see a show of fingers as to how accurate your assumptions were about [Producer/Co-facilitator]’s plant."
189189
instruction "Acknowledge what people score themselves at."
190-
instruction "Handover to Fx1 to talk about breakout on assumptions."
190+
handover "to talk about breakout on assumptions."
191191
end
192192

193193
producer do
@@ -277,7 +277,7 @@
277277
instruction "Facilitate brief discussion suggesting people can also put their answers in the chat." \
278278
"Aim for 2-3 examples, with one from the chat."
279279

280-
instruction "Handover to Fx1 for discussion on assumptions and feelings."
280+
handover "for discussion on assumptions and feelings."
281281
end
282282

283283
producer do
@@ -316,7 +316,7 @@
316316
spoken "Different emotions or feelings can affect our thinking differently."
317317
spoken "For example, when we are in red, we might be more likely to perceive threat and act quickly."
318318
spoken "When in green, we may be more creative in our thinking."
319-
instruction "Handover to Fx2 to talk about assumptions and feelings breakout activity."
319+
handover "to talk about assumptions and feelings breakout activity."
320320
end
321321
end
322322
block(name: "Breakout#2", lead_by: :fx2) do
@@ -377,7 +377,7 @@
377377
spoken_exact "What did you notice about feelings and assumptions?"
378378
spoken "Who's got something they want to share?"
379379
instruction "Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat."
380-
instruction "Handover to Fx1 for reflections, fieldwork and close."
380+
handover "for reflections, fieldwork and close"
381381
end
382382

383383
producer do

module_3.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161

6262
block(BCF::FlightPlans::CommonBlocks::STATE_CHECKIN_TLM)
6363

64-
# TODO - Handovers need to be parameterized for the right Fx if this is changed for training purposes
6564
block(name: "Fieldwork reflections", lead_by: :fx2) do
6665
length 4
6766
section_comment "Gather comments in chat and pick out some examples"
@@ -74,7 +73,7 @@
7473

7574
instruction "If time permits, facilitator asks one person who answers “No” and one person who answers “Yes”:"
7675
spoken "Without adding too much detail, when your assumption was/wasn't accurate, then what happened?"
77-
instruction "Handover to Fx1 for Context model."
76+
handover "for the context model"
7877
end
7978

8079
producer do
@@ -130,7 +129,7 @@
130129
spoken "We practice verbal communication in this course however you can apply the concepts to written communication."
131130
spoken "We aren’t covering sociocultural context in this course in depth – it's beyond the scope of what we can do in the time we have."
132131
spoken "What we are going to do now is put you in breakout rooms to find out more about the impact of knowing someone’s context."
133-
instruction "Handover to Fx2 for context exercise."
132+
handover "for the context exercise"
134133
end
135134

136135
producer do
@@ -215,7 +214,7 @@
215214
instruction "Facilitate brief discussion suggesting people can also put their answers in the chat." \
216215
"Aim for 2-3 examples, with one from the chat."
217216

218-
instruction "Handover to Fx1 for exercise on improving conversations."
217+
handover "for exercise on improving conversations"
219218
end
220219

221220
producer do
@@ -335,7 +334,7 @@
335334
MD
336335

337336
instruction "Ask people to put answers in chat. Facilitate brief discussion if time."
338-
instruction "Handover to Fx2 for reflections, fieldwork and close."
337+
handover "for reflections, fieldwork and close"
339338
end
340339

341340
producer do

module_4.rb

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,8 @@
7474
spoken_exact "How much did you know about the other person’s context?"
7575
spoken_exact "What impact did that have on your conversation?"
7676

77-
instruction <<~MD
78-
If time, invite examples from people
79-
80-
Handover to Fx1 for Conversation Model
81-
MD
82-
77+
instruction "If time, invite examples from people"
78+
handover "for the conversation model"
8379
end
8480

8581
producer do
@@ -123,7 +119,7 @@
123119
instruction "Point to the model where it says 'I say/do' and 'their context' as you say this:"
124120
spoken "And the second exercise focuses on what you can be saying to find out more about their context."
125121

126-
instruction "Handover to Fx2 for breakout exercise on listening to understand."
122+
handover "for the breakout exercise on listening to understand"
127123
end
128124

129125
producer do
@@ -194,11 +190,9 @@
194190
spoken_exact "What did you notice about your state when you were talking about your topic?"
195191
spoken_exact "And what did you notice about your state when you were listening to understand what the other person was saying and doing?"
196192

197-
instruction <<~MD
198-
Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat.
193+
instruction "Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat."
199194

200-
Handover to Fx1 for demonstrating listening and responding exercise
201-
MD
195+
handover "for demonstrating listening and responding exercise"
202196
end
203197

204198
producer do
@@ -353,11 +347,9 @@
353347
spoken_exact "What did you notice about your state when you were talking about your topic?"
354348
spoken_exact "And what did you notice about your state when you were asking questions?"
355349

356-
instruction <<~MD
357-
Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat.
350+
instruction "Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat."
358351

359-
Handover to Fx2 for reflections, fieldwork and close
360-
MD
352+
handover "for reflections, fieldwork and close"
361353
end
362354

363355
producer do

module_5.rb

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,8 @@
9393
- What impact did that have on the conversation?
9494
MD
9595

96-
instruction <<~MD
97-
If time, invite examples from 1-2 people.
98-
Handover to Fx1 for considering the difference between intentions and impact.
99-
MD
100-
96+
instruction "If time, invite examples from 1-2 people."
97+
handover "for considering the difference between intentions and impact"
10198
end
10299

103100
producer do
@@ -181,7 +178,7 @@
181178

182179
spoken "For example, think about ahen someone given you their opinion or some feedback, and you experience an amber/yellow or red state."
183180

184-
instruction "Handover to Fx2 for exercise on intention and impact"
181+
handover "for exercise on intention and impact"
185182
end
186183

187184
producer do
@@ -263,11 +260,11 @@
263260
Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat.
264261
265262
If time allows, ask
266-
- **How might you hold your assumptions lightly?**
267263
268-
Handover to Fx1 for discussion on intentional conversations
264+
- **How might you hold your assumptions lightly?**
269265
MD
270266

267+
handover "for discussion on intentional conversations"
271268
end
272269

273270
producer do
@@ -328,7 +325,7 @@
328325
spoken "Bear in mind that you are making assumptions about their motivations and the impact on them."
329326
spoken "You can repeat this loop as many times as you like to explore what you might say or do."
330327

331-
instruction "Handover to Fx2 for the next exercise on preparing for intentional conversations."
328+
handover "for the next exercise on preparing for intentional conversations"
332329
end
333330

334331
producer do
@@ -411,9 +408,9 @@
411408
412409
- **And is there anything else that you noticed about this process?**
413410
- **What might be the benefits of using this process?**
414-
415-
Handover to Fx1 for reflections and close
416411
MD
412+
413+
handover "for reflections and close"
417414
end
418415

419416
producer do
@@ -466,7 +463,7 @@
466463

467464
spoken "If you have any further questions or anything you’d like to share, we will stay on the Zoom call for a few minutes after the session finished."
468465

469-
instruction "Handover to Sponsor"
466+
handover
470467
end
471468

472469
producer do

module_6.rb

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@
6464
spoken_exact "What surprised you?"
6565
spoken "If you’ve delivered the course recently, you can share observations from those experiences too."
6666

67-
instruction <<~MD
68-
If time, invite examples from 1-2 people.
67+
instruction "If time, invite examples from 1-2 people."
6968

70-
Handover to Fx1 for BOR on personal impact
71-
MD
69+
handover "for BOR on personal impact"
7270
end
7371

7472
producer do
@@ -151,7 +149,7 @@
151149

152150
instruction "Facilitate brief discussion."
153151

154-
instruction "Handover to Sponsor for discussion of Foundation model"
152+
handover "for discussion of Foundation model"
155153
end
156154

157155
producer do
@@ -200,7 +198,7 @@
200198

201199
spoken "Any questions on this before we move on?"
202200

203-
instruction "Handover to Fx2 for BOR on next steps"
201+
handover "for BOR on next steps"
204202
end
205203

206204
end
@@ -266,11 +264,9 @@
266264
spoken_exact "What would you like to do now?"
267265
spoken_exact "What support do you need for that to happen?"
268266

269-
instruction <<~MD
270-
Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat.
267+
instruction "Facilitate brief discussion suggesting people can also put their answers in the chat. Aim for 2-3 examples, with one from the chat."
271268

272-
Handover to Fx1 for reflections and close.
273-
MD
269+
handover "for reflections and close"
274270
end
275271

276272
producer do
@@ -310,7 +306,7 @@
310306
spoken "And if you’d like to write us a testimonial or be interviewed on video for it, that will help us spread Better Conversations further."
311307
spoken "If you have any further questions or anything you’d like to share today, we will stay on the Zoom call for a few minutes after the session has finished"
312308

313-
instruction "Handover to Sponsor"
309+
handover
314310
end
315311

316312
producer do

0 commit comments

Comments
 (0)