From d7c332a97da5d1fcfd2a093be8d3bb1ea6483bbb Mon Sep 17 00:00:00 2001 From: dkiang Date: Thu, 13 Jul 2017 01:10:42 -0400 Subject: [PATCH] Removed redundant Lesson Plan Structure (#445) --- docs/courses/csintro/variables.md | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/docs/courses/csintro/variables.md b/docs/courses/csintro/variables.md index 1cec2be8..d49584f1 100644 --- a/docs/courses/csintro/variables.md +++ b/docs/courses/csintro/variables.md @@ -15,24 +15,14 @@ Students will... * Understand that when you update or change the value held by a variable, the new value replaces the previous value. * Learn how to use the basic mathematical blocks for adding, subtracting, multiplying, and dividing variables. * Apply the above knowledge and skills to create a unique program that uses variables as an integral part of the program. - -## Lesson Structure - -* Introduction: Variables in daily life -* Unplugged Activity: Rock Paper Scissors scorekeeping activity -* micro:bit Activity: Make a game scorekeeper -* Project: Make a scorekeeper -* Project Mods -* Assessment: Rubric -* Standards: Listed ## Lesson plan -1. [**Overview**: Variables and constants](/courses/csintro/variables/overview) -2. [**Unplugged**: Keeping score](/courses/csintro/variables/unplugged) -3. [**Activity**: Scorekeeper](/courses/csintro/variables/activity) -4. [**Project**: Everything counts](/courses/csintro/variables/project) +1. [**Overview**: Variables in Daily Life](/courses/csintro/variables/overview) +2. [**Unplugged**: Rock Paper Scissors](/courses/csintro/variables/unplugged) +3. [**Activity**: Make a Game Scorekeeper](/courses/csintro/variables/activity) +4. [**Project**: Everything Counts](/courses/csintro/variables/project) ## Related standards -[Targeted CSTA standards](/courses/csintro/variables/standards) \ No newline at end of file +[Targeted CSTA standards](/courses/csintro/variables/standards)