Skip to content

Commit 5fc4377

Browse files
committed
Update slides for masterclass 3
1 parent f30f5cc commit 5fc4377

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/Exercises.elm

+3-3
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,9 @@ slideContent section =
385385
, slideHeading2 "The plan" |> hide
386386
, bullets
387387
[ bullet "1. What is Code Reading Club?"
388-
, bullet "2. First glance at the code"
389-
, bullet "3. Why are we here?"
390-
, bullet "4. Four exercises (with break)"
388+
, bullet "2. A look at a random line"
389+
, bullet "3. Questions & second thoughts"
390+
, bullet "4. Recap what we know, take a break, think about decisions together."
391391
, bullet "5. Questions & Answers"
392392
]
393393
|> hide

src/Slides.elm

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ e.g. miro, jamboard
3333
groupWorkspaceLink : String
3434
groupWorkspaceLink =
3535
-- e.g. "https://miro.com/welcomeonboard/dlVRdlJVSk5EVlFBazdBV0hUdHc1aVZ6SDJVVHlhTEdZcGhQdERIUXF5WHhJa29FQUhWMHdnNHk2RXhscHBKZnwzMDc0NDU3MzQ5MTgyMDYwNDgy?invite_link_id=406316329300"
36-
""
36+
"https://jamboard.google.com/d/18ENY4nyu3zOy6piDNXfse-wGeXi7PrtRCylRHn4gEDM/edit?usp=sharing"
3737

3838

3939
{-| A link to download pdf of your code
@@ -75,14 +75,14 @@ slides =
7575
, annotationLink = annotationLink
7676
, pdfLink = pdfLink
7777
}
78-
, FirstGlance
79-
, WhatAreWeThinking
8078
, RandomLine
81-
, ListNames
82-
, Break
79+
, SecondThoughts
8380
, AnnotateStructure { annotationLink = annotationLink, pdfLink = "" }
84-
, ImportantLines
85-
, DecisionSummary
81+
, RecapStructure importantLinesFromPrevious
82+
, Break
83+
, DecisionsMade
84+
, DecisionsConsequences
85+
, DecisionsWhy
8686
, SessionEnd
8787
{ codeDescription = codeDescription
8888
, codeLink = codeLink
@@ -157,7 +157,7 @@ firstLookSlides =
157157
-}
158158
importantLinesFromPrevious : List Int
159159
importantLinesFromPrevious =
160-
[ 13, 34, 59, 89 ]
160+
[]
161161

162162

163163
{-| Example list of sections for a second session on a piece of code

0 commit comments

Comments
 (0)