From d0e900606a7252c37a4b6b9da024bc70459ed3d4 Mon Sep 17 00:00:00 2001 From: Michael Elliot Braun Date: Mon, 25 Apr 2016 16:19:22 -0700 Subject: [PATCH] update chart --- docs/lessons/charting.md | 5 ----- docs/lessons/charting/light-level.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/lessons/charting.md b/docs/lessons/charting.md index 6e9b590d..e56ae827 100644 --- a/docs/lessons/charting.md +++ b/docs/lessons/charting.md @@ -7,12 +7,7 @@ Create a charting app for simulating and measuring the acceleration applied to t Acceleration ## Quick Links - -* [Graphing Temperature](/lessons/chartingtemperature) * [Graphing Acceleration](/lessons/charting/acceleration) -* [Graphing Light Level](/lessons/charting/light-level) -* [Graphing Rotation](/lessons/charting/rotation) -* [Graphing Magnetic Force](/lessons/charting/magnetic-force) ## Prior learning/place of lesson in scheme of work diff --git a/docs/lessons/charting/light-level.md b/docs/lessons/charting/light-level.md index fc98710a..8f9932b3 100644 --- a/docs/lessons/charting/light-level.md +++ b/docs/lessons/charting/light-level.md @@ -8,7 +8,7 @@ Welcome! This activity will teach how to use the micro:bit to chart the light le ### ~ -Let's measure the light level in the "x" direction. Get the acceleration value (milli g-force), in one of three specified dimensions. +Let's measure the light level from dark to light. Get the acceleration value (milli g-force), in one of three specified dimensions. ```blocks