Lesson 1: Introduction to Coding
- What is coding? Understanding programming languages.
- Introduction to Scratch or block-based coding platforms.
- Basic commands and creating simple sequences.
- Activity: Create a simple animation or story.
Lesson 2: Variables and Data
- Understanding variables and storing data.
- Using variables in Scratch or Python basics.
- Activity: Create a simple calculator or score counter.
Lesson 3: Loops and Conditionals
- Introduction to loops (repeat, while).
- Using conditionals (if, else) to make decisions.
- Activity: Create a game with scoring and conditions.
Lesson 4: Simple Project
- Combine variables, loops, and conditionals.
- Plan and develop a simple interactive game or story.
- Activity: Present and share projects with the class.