Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.71 KB

unit-4-lesson-05.md

File metadata and controls

44 lines (29 loc) · 1.71 KB

Lesson 4.5: Compound Conditional Statements


Lesson Materials

📖 Upload as Material in Google Classroom:

📝 Upload as Assignment in Google Classroom (5 points):


Key Points

👋 Welcome & Do Now (10) :

  • Engage students and set a positive tone for the lesson.
  • Direct students to complete the Do Now.

🔀 Compound Conditionals (7) :

  • Introduce compound conditional logic through an activity where students perform actions based on 'If/Then' statements
  • Use examples relevant to students' interests and class environment (adjust for remote or in-person).
  • Explain the differences between 'AND' and 'OR' operators in conditions.
  • Do a quick recap of single conditional statements (if necessary).
  • Explain compound conditionals with examples using '&&' and '||'.

💻 Code Along & Solo (20) :

  • Students will write JavaScript code for compound conditionals, describing water temperature as safe or unsafe to drink
  • Practice evaluating compound conditions with given variables and decide whether the conditions return true or false
  • Students will work independently but can discuss with a partner.

👋 Closing & Exit Ticket (5) :

  • Students complete an exit ticket in Google Classroom to assess understanding.
  • Double-check that students have submitted their work and exit tickets.

Common Misconceptions

Additional Materials

  • n/a