Skip to content

Commit 6888d3e

Browse files
committed
Fix module_4 bor references
1 parent 665a602 commit 6888d3e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

module_4.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
section_comment "(1 min briefing)"
283283

284284
resources do
285-
breakout_room(:bor_1, default_duration: 8, halfway_message: true)
285+
breakout_room(:bor_2, default_duration: 8, halfway_message: true)
286286
end
287287

288288
facilitator do
@@ -329,13 +329,9 @@
329329

330330
instruction <<~MD
331331
When the facilitator has finished talking, tell the group you are going to send them into BORs for 8 minutes
332-
333-
Send into BORs
334-
335-
Broadcast halfway message:
336332
MD
337333

338-
broadcast "Halfway, 4 minutes remaining"
334+
send_into_bor :bor_2
339335
end
340336
end
341337

0 commit comments

Comments
 (0)