Skip to content

Commit 9df83f6

Browse files
authored
Add exit tickets
1 parent 9753c5e commit 9df83f6

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

unit-5/unit-5-lesson-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- [Coding Exercise(s)](https://github.com/itscodenation/int-u5l1-23-24-student-exercises)
1010

1111
📝 Upload as Assignment in Google Classroom (5 points):
12-
- [Exit Ticket]() (DO NOT MAKE A COPY - upload as link)
12+
- [Exit Ticket](https://forms.gle/QNnwAoUonwW6xKtW7) (DO NOT MAKE A COPY - upload as link)
1313

1414
<br>
1515

unit-5/unit-5-lesson-02.md

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Lesson 5.2: forEach Loops
1+
# Lesson 5.2: Array Methods & Properties
22

33
<br>
44

55
## Lesson Materials
66

77
📖 Upload as Material in Google Classroom:
8-
- [Slides](https://docs.google.com/presentation/d/1mnwF2jwsmGLIkf8Ce9BLFXyWjm93oBfUwhBS0GxzD-M/edit?usp=sharing) (make a copy for your program - upload the copy)
9-
- [Coding Exercise(s)]()
8+
- [Slides](https://docs.google.com/presentation/d/1qjV23hnjx1Mu3-UEHdZC18PsbLafPh28tnFHe_6EXnA/edit?usp=sharing) (make a copy for your program - upload the copy)
9+
- [Coding Exercise(s)](https://github.com/itscodenation/int-u5l2-23-24-student-exercises)
1010

1111
📝 Upload as Assignment in Google Classroom (5 points):
12-
- [Exit Ticket]() (DO NOT MAKE A COPY - upload as link)
12+
- [Exit Ticket](https://forms.gle/QNsUvpb2JNBPwLP26) (DO NOT MAKE A COPY - upload as link)
1313

1414
<br>
1515

@@ -21,17 +21,16 @@
2121
- Start with a discussion on arrays.
2222
- Guide students to modify arrays and share their findings.<br><br>
2323

24-
➰ forEach Loops (15) :
25-
- Explain the concept and syntax of forEach loops.
26-
- Discuss how forEach loops are used for iterating over arrays.
27-
- Provide examples to illustrate forEach loops in action.<br><br>
24+
🗂️ Arr. Properties & Methods (10) :
25+
- Dive into common methods used to manipulate array elements.
26+
- Key Methods: push(), pop(), shift(), unshift().<br><br>
2827

29-
🔥 Rapid Questions (3) :
30-
- Quick Review: Pose rapid-fire questions to reinforce key concepts.<br><br>
28+
💻 Code Along (5) :
29+
- Code-along session where each method is explained and demonstrated.
30+
- Pair programming exercises for hands-on practice with each method.<br><br>
3131

32-
💻 Code Along (15) :
33-
- Lead a coding session where students apply forEach loops in real scenarios.
34-
- Encourage students to try out examples and variations.<br><br>
32+
💻 Code Solo (15) :
33+
- Students work on tasks related to array methods & properties.<br><br>
3534

3635
👋 Exit Ticket & Closing (5)
3736
- Direct students to the Exit Ticket in Google Classroom, ensuring all questions are answered.

unit-5/unit-5-lesson-03.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# Lesson 5.3: Array Methods & Properties
1+
# Lesson 5.3: forEach Loops
22

33
<br>
44

55
## Lesson Materials
66

77
📖 Upload as Material in Google Classroom:
8-
- [Slides](https://docs.google.com/presentation/d/1qjV23hnjx1Mu3-UEHdZC18PsbLafPh28tnFHe_6EXnA/edit?usp=sharing) (make a copy for your program - upload the copy)
9-
- [Coding Exercise(s)]()
8+
- [Slides](https://docs.google.com/presentation/d/1mnwF2jwsmGLIkf8Ce9BLFXyWjm93oBfUwhBS0GxzD-M/edit?usp=sharing) (make a copy for your program - upload the copy)
9+
- [Coding Exercise(s)](https://github.com/itscodenation/int-u5l3-23-24-student-exercises)
1010

1111
📝 Upload as Assignment in Google Classroom (5 points):
12-
- [Exit Ticket]() (DO NOT MAKE A COPY - upload as link)
12+
- [Exit Ticket](https://forms.gle/LdsXhQFGvji2qjVk8) (DO NOT MAKE A COPY - upload as link)
1313

1414
<br>
1515

@@ -21,16 +21,17 @@
2121
- Start with a discussion on arrays.
2222
- Guide students to modify arrays and share their findings.<br><br>
2323

24-
🗂️ Arr. Properties & Methods (10) :
25-
- Dive into common methods used to manipulate array elements.
26-
- Key Methods: push(), pop(), shift(), unshift().<br><br>
24+
➰ forEach Loops (15) :
25+
- Explain the concept and syntax of forEach loops.
26+
- Discuss how forEach loops are used for iterating over arrays.
27+
- Provide examples to illustrate forEach loops in action.<br><br>
2728

28-
💻 Code Along (5) :
29-
- Code-along session where each method is explained and demonstrated.
30-
- Pair programming exercises for hands-on practice with each method.<br><br>
29+
🔥 Rapid Questions (3) :
30+
- Quick Review: Pose rapid-fire questions to reinforce key concepts.<br><br>
3131

32-
💻 Code Solo (15) :
33-
- Students work on tasks related to array methods & properties.<br><br>
32+
💻 Code Along (15) :
33+
- Lead a coding session where students apply forEach loops in real scenarios.
34+
- Encourage students to try out examples and variations.<br><br>
3435

3536
👋 Exit Ticket & Closing (5)
3637
- Direct students to the Exit Ticket in Google Classroom, ensuring all questions are answered.

0 commit comments

Comments
 (0)