From 615085072930cf762a0ba8c84932258500a09483 Mon Sep 17 00:00:00 2001 From: Michael Elliot Braun Date: Mon, 25 Apr 2016 11:32:20 -0700 Subject: [PATCH] glowing pend update --- docs/lessons/glowing-pendulum/quiz-answers.md | 10 ---------- docs/lessons/glowing-pendulum/quiz.md | 7 ------- 2 files changed, 17 deletions(-) diff --git a/docs/lessons/glowing-pendulum/quiz-answers.md b/docs/lessons/glowing-pendulum/quiz-answers.md index 9c6f09a4..3643cc4f 100644 --- a/docs/lessons/glowing-pendulum/quiz-answers.md +++ b/docs/lessons/glowing-pendulum/quiz-answers.md @@ -44,13 +44,3 @@ let accelerationDivided = accelerationX / 4 led.setBrightness(accelerationX) ``` -## 5. Write the code that tuns all the LEDs on (as the image displays below) - -![](/static/mb/lessons/glowing-pendulum-1.png) - -
- -``` -led.plotAll() -``` - diff --git a/docs/lessons/glowing-pendulum/quiz.md b/docs/lessons/glowing-pendulum/quiz.md index 4b9bebeb..07cf3337 100644 --- a/docs/lessons/glowing-pendulum/quiz.md +++ b/docs/lessons/glowing-pendulum/quiz.md @@ -24,11 +24,4 @@ Answer the questions while completing the tutorial. Pay attention to the dialogu ## 4. Write the code to include acceleration value question 3 to set the brightness on the BBC micro:bit. -
- -## 5. Write the code that tuns all the LEDs on (as the image displays below) - -![](/static/mb/lessons/glowing-pendulum-1.png) - -