From f41a646541a3ec29b5769c52b2bfa3c9fce2fba8 Mon Sep 17 00:00:00 2001 From: Galen Nickel Date: Fri, 23 Mar 2018 16:26:46 -0700 Subject: [PATCH] Small batch of 'activity' edits (#376) --- docs/design-engineering/make-it-communicate.md | 2 +- docs/design-engineering/make-it-move.md | 12 +++++------- docs/getting-started/try.md | 2 +- docs/getting-started/use.md | 4 ++-- .../{03_Insert USB-02.png => 03_insert-usb-02.png} | Bin 5 files changed, 9 insertions(+), 11 deletions(-) rename docs/static/getting-started/{03_Insert USB-02.png => 03_insert-usb-02.png} (100%) diff --git a/docs/design-engineering/make-it-communicate.md b/docs/design-engineering/make-it-communicate.md index e8048a5a..50d22fe8 100644 --- a/docs/design-engineering/make-it-communicate.md +++ b/docs/design-engineering/make-it-communicate.md @@ -56,7 +56,7 @@ Explore the different Motor and Sensor blocks in the programming menu. ### Sample Solution -[![Video: EV3 Track Rover](/static/lessons/make-it-communicate/ev3-track-rover.jpg)](/static/lessons/make-it-communicate/trackrover.mp4) +[![Video: EV3 Track Rover](/static/lessons/make-it-communicate/ev3-track-rover.jpg)](https://legoeducation.23video.com/v.ihtml/player.html?token=79c99735f906403a4dd7f2909935983d&source=embed&photo%5fid=19857954) The Track Rover follows a path using the color sensor. It identifies two locations by color. diff --git a/docs/design-engineering/make-it-move.md b/docs/design-engineering/make-it-move.md index afffcd95..b6b36ba5 100644 --- a/docs/design-engineering/make-it-move.md +++ b/docs/design-engineering/make-it-move.md @@ -1,15 +1,12 @@ # Make It Move Without Wheels -Design, build and program a robot that can move itself using no wheels -for locomotion. - -![Make it move banner](/static/lessons/make-it-move/make-it-move-without-wheels.jpg) - ## Connect ### Design Brief -Design, build and program a robot that can move itself. +Design, build and program a robot that can move itself using no wheels for locomotion. + +![Make it move banner](/static/lessons/make-it-move/make-it-move-without-wheels.jpg) Your robot will: @@ -35,7 +32,8 @@ If you want some building help you can follow these instructions. ### Program -Before you program, think about: +Before you program, think about: + * How will you program the robot to move? * How will you program the robot to stop? * How will you program the robot to display the distance moved? diff --git a/docs/getting-started/try.md b/docs/getting-started/try.md index 9ffc4282..300d8e18 100644 --- a/docs/getting-started/try.md +++ b/docs/getting-started/try.md @@ -16,7 +16,7 @@ Power on your EV3 Brick by pressing the Center Button. Use the USB cable to connect your EV3 Brick to your device. -![IMG: Hand on cable & computer, Neutral Image Display, EV3 Brick](/static/getting-started/03_Insert%20USB-02.png) +![Computer and cable connected to EV3 Brick](/static/getting-started/03_insert-usb-02.png) ## Create and Run your First Program diff --git a/docs/getting-started/use.md b/docs/getting-started/use.md index 21549067..e8ea0034 100644 --- a/docs/getting-started/use.md +++ b/docs/getting-started/use.md @@ -32,7 +32,7 @@ brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () { }) ``` -* Drag a ``||motors:steer large B+C motor||`` block inside an ``||brick:on button||`` block. +* Drag a ``||motors:steer large motors B+C||`` block inside an ``||brick:on button||`` block. * Click on the **(+)** sign. * Change to ``1`` rotation. @@ -83,7 +83,7 @@ brick.buttonEnter.onEvent(ButtonEvent.Pressed, function () { }) ``` -* Drag a ``||motors:tank large B+C||`` motor block inside the ``||brick:on button||`` block. +* Drag a ``||motors:tank large motors B+C||`` motor block inside the ``||brick:on button||`` block. * Drag the Ultrasonic Sensor threshold ``||sensors:set ultrasonic 4||`` block and place it below the motor block. * Drag a ``|sensors:pause until ultrasonic 4||`` block and place it under the threshold block. * Drag a ``||motors:stop all motors||`` block and place it below the sensor block. diff --git a/docs/static/getting-started/03_Insert USB-02.png b/docs/static/getting-started/03_insert-usb-02.png similarity index 100% rename from docs/static/getting-started/03_Insert USB-02.png rename to docs/static/getting-started/03_insert-usb-02.png