<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Programming Alternate Structure Lesson Plan - Grade 5 by Gabriela Szombati</title>
      <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2</link>
      <description>Learning conditional statements and decision-making in programming</description>
      <language>en-us</language>
      <pubDate>2025-10-21 15:31:44 UTC</pubDate>
      <lastBuildDate>2025-10-21 15:31:54 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Main Learning Objective</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397327</link>
         <description><![CDATA[Students will be able to understand and create simple alternate structures (if-then-else statements) in programming to make decisions based on conditions.]]></description>
         <pubDate>2025-10-21 15:31:45 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397327</guid>
      </item>
      <item>
         <title>Key Competences</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397333</link>
         <description><![CDATA[• Identify when to use conditional statements<br>• Write basic if-then-else structures<br>• Test and debug simple alternate structures<br>• Apply logical thinking to solve problems]]></description>
         <pubDate>2025-10-21 15:31:45 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397333</guid>
      </item>
      <item>
         <title>Success Criteria</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397337</link>
         <description><![CDATA[By the end of this lesson, students will:<br>✓ Explain what an alternate structure is<br>✓ Create at least 2 working if-then-else statements<br>✓ Solve a real-world problem using conditional logic]]></description>
         <pubDate>2025-10-21 15:31:45 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397337</guid>
      </item>
      <item>
         <title>Essential Question &amp; Hook</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397347</link>
         <description><![CDATA[How do computers make decisions? Start with a fun game: 'Should I wear a jacket today?' Students will discuss what conditions help them decide (weather, temperature, etc.). This introduces the concept of decision-making based on conditions.]]></description>
         <enclosure url="https://scratchgarden.com/wp-content/uploads/2022/02/CCC-Conditions-01-1.png" />
         <pubDate>2025-10-21 15:31:45 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397347</guid>
      </item>
      <item>
         <title>Definition &amp; Explanation</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397349</link>
         <description><![CDATA[Alternate Structure Definition: A programming structure that allows the computer to choose between two different paths based on a condition being true or false. Like a fork in the road - the computer checks a condition and goes left (if true) or right (if false).]]></description>
         <pubDate>2025-10-21 15:31:45 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397349</guid>
      </item>
      <item>
         <title>Direct Instruction - Basic Syntax</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397350</link>
         <description><![CDATA[Teach the basic structure:<br>IF (condition) THEN<br>   action 1<br>ELSE<br>   action 2<br>END IF<br><br>Use simple examples like: IF (it's raining) THEN (take umbrella) ELSE (wear sunglasses)]]></description>
         <enclosure url="https://www.codingal.com/resources/wp-content/uploads/2023/02/003.png" />
         <pubDate>2025-10-21 15:31:45 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397350</guid>
      </item>
      <item>
         <title>Interactive Demo - Traffic Light</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397570</link>
         <description><![CDATA[Demonstrate with a traffic light program:<br>IF (light is red) THEN<br>   stop the car<br>ELSE<br>   continue driving<br>END IF<br><br>Students participate by acting out the conditions and responses.]]></description>
         <enclosure url="https://www.youtube.com/watch?pdlt=1&amp;v=6OnZ-6xQGGY" />
         <pubDate>2025-10-21 15:31:51 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397570</guid>
      </item>
      <item>
         <title>Guided Practice - Age Groups</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397571</link>
         <description><![CDATA[Work together to create:<br>IF (age < 13) THEN<br>   display 'You are a child'<br>ELSE<br>   display 'You are a teenager or adult'<br>END IF<br><br>Students test with different ages and predict outcomes.]]></description>
         <pubDate>2025-10-21 15:31:51 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397571</guid>
      </item>
      <item>
         <title>Small Group Activity - Weather App</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397574</link>
         <description><![CDATA[In groups of 3-4, students create a simple weather decision program using Padlet to share ideas:<br>IF (temperature > 25°C) THEN<br>   wear shorts<br>ELSE<br>   wear long pants<br>END IF<br><br>Groups present their logic to the class.]]></description>
         <pubDate>2025-10-21 15:31:51 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397574</guid>
      </item>
      <item>
         <title>Independent Practice - Pet Care</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397639</link>
         <description><![CDATA[Students individually create an alternate structure for pet care decisions:<br>IF (pet is hungry) THEN<br>   give food<br>ELSE<br>   give toy<br>END IF<br><br>Provide worksheet template for students to fill in their own conditions and actions.]]></description>
         <enclosure url="https://www.twinkl.com/resource/ifthenelse-unplugged-activity-t-i-1674569351" />
         <pubDate>2025-10-21 15:31:53 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397639</guid>
      </item>
      <item>
         <title>Extension Activity - Multiple Conditions</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397640</link>
         <description><![CDATA[For advanced students: Create nested IF statements or multiple conditions:<br>IF (homework is done) THEN<br>   IF (weather is nice) THEN<br>      go outside<br>   ELSE<br>      read a book<br>   END IF<br>ELSE<br>   do homework<br>END IF]]></description>
         <pubDate>2025-10-21 15:31:53 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397640</guid>
      </item>
      <item>
         <title>Remediation Support</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397647</link>
         <description><![CDATA[For struggling students: Use visual flowcharts with arrows showing decision paths. Start with yes/no questions only. Provide sentence starters and visual cues for each step of the alternate structure.]]></description>
         <enclosure url="https://lookaside.instagram.com/seo/google_widget/crawler/?media_id=3557309382813851743" />
         <pubDate>2025-10-21 15:31:53 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397647</guid>
      </item>
      <item>
         <title>Formative Assessment - Observation</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397655</link>
         <description><![CDATA[During activities, observe students:<br>• Can they identify when a condition is needed?<br>• Do they understand the true/false concept?<br>• Are they using correct IF-THEN-ELSE structure?<br>• Can they trace through their logic step by step?]]></description>
         <pubDate>2025-10-21 15:31:54 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397655</guid>
      </item>
      <item>
         <title>Formative Assessment - Exit Ticket</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397657</link>
         <description><![CDATA[Quick check: Students write one alternate structure for deciding what to eat for lunch. Must include clear condition and two different outcomes. This shows immediate understanding of the concept.]]></description>
         <pubDate>2025-10-21 15:31:54 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397657</guid>
      </item>
      <item>
         <title>Summative Assessment - Mini Quiz</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397659</link>
         <description><![CDATA[5-question quiz:<br>1. Define alternate structure<br>2. Complete a missing IF-THEN-ELSE statement<br>3. Identify errors in given code<br>4. Create original alternate structure for given scenario<br>5. Trace through a program and predict output]]></description>
         <pubDate>2025-10-21 15:31:54 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397659</guid>
      </item>
      <item>
         <title>Peer Assessment Activity</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397661</link>
         <description><![CDATA[Students work in pairs to review each other's pet care programs. They check if the logic makes sense and test different scenarios. Use Padlet for students to provide feedback on their partner's work.]]></description>
         <pubDate>2025-10-21 15:31:54 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397661</guid>
      </item>
      <item>
         <title>Reflection Discussion</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397666</link>
         <description><![CDATA[Class discussion questions:<br>• What is an alternate structure and why is it useful?<br>• Where do you see decision-making in everyday life?<br>• What was challenging about creating IF-THEN-ELSE statements?<br>• How might you use this in future programming projects?]]></description>
         <pubDate>2025-10-21 15:31:54 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397666</guid>
      </item>
      <item>
         <title>Summary Activity</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397669</link>
         <description><![CDATA[Students complete the sentence: 'Today I learned that computers can make decisions by...' and share their responses. Create a class list of real-world examples where alternate structures might be useful.]]></description>
         <pubDate>2025-10-21 15:31:54 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397669</guid>
      </item>
      <item>
         <title>Preview Next Lesson</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397671</link>
         <description><![CDATA[Briefly introduce what's coming next: 'Next time we'll learn about loops - structures that repeat actions. Think about daily activities you do over and over again!']]></description>
         <pubDate>2025-10-21 15:31:54 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397671</guid>
      </item>
      <item>
         <title>Practice Worksheet</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397726</link>
         <description><![CDATA[Complete 'Daily Decisions' worksheet with 5 scenarios where students must write IF-THEN-ELSE statements:<br>• Choosing clothes based on weather<br>• Deciding on snacks based on time<br>• Selecting activities based on friends' availability<br>• Picking transportation based on distance<br>• Choosing study methods based on subject]]></description>
         <pubDate>2025-10-21 15:31:56 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397726</guid>
      </item>
      <item>
         <title>Real-World Observation</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397728</link>
         <description><![CDATA[Find 3 examples at home where family members make decisions based on conditions. Write them in IF-THEN-ELSE format. Examples: IF (dinner is ready) THEN (set table) ELSE (help cook). Be ready to share in next class.]]></description>
         <pubDate>2025-10-21 15:31:56 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397728</guid>
      </item>
      <item>
         <title>Optional Challenge Project</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397729</link>
         <description><![CDATA[Create a simple decision-making game for family members using alternate structures. Could be 'What should we watch on TV?' or 'Where should we go this weekend?' Present your game logic to the class next time.]]></description>
         <pubDate>2025-10-21 15:31:56 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397729</guid>
      </item>
      <item>
         <title>Online Practice Game</title>
         <author>gabrielaszombati2</author>
         <link>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397764</link>
         <description><![CDATA[Play 'Code.org Course C Lesson 12: Conditionals' - a free online game that reinforces IF-THEN concepts through fun puzzles. Parents can help if needed. Takes about 15-20 minutes.]]></description>
         <enclosure url="https://studio.code.org/s/course2/lessons/12/levels/1" />
         <pubDate>2025-10-21 15:31:57 UTC</pubDate>
         <guid>https://padlet.com/gabrielaszombati2/yy7rhyv442esdxk2/wish/3643397764</guid>
      </item>
   </channel>
</rss>
