Use the electromagnet to pick up disks, and drop them off, using functions, variables and loops.
ALL students will: Pick up and drop off 3 disks into the middle square.
MOST students will: Pick up and drop off 3 disks into the middle square, using loops and variables.
SOME students may: Pick up and drop off 3 disks into the middle square, using functions.
Open Safari (if you are a Mac user), or Microsoft Edge (if you are a Windows user)
Go to https://vr.vex.com
Select the 'Disk Transport' playground.
Location of Disks 1, 2 and 3.
Developing:
Build a program which collects disks 1, 2 and 3, and puts them in the middle starting square
Approaching:
Build a program which collects disks 1, 2 and 3, and puts them in their correct colored square.
Proficient:
Using loops and variables, build a program which collects disk 1, 2 and 3, and returns them to the starting middle square.
Exemplary:
Create two functions: One which takes the robot to the row of disks, one which takes the robot back to the starting square.
Using those functions, loops and variables, create a program which collects the two red and one green disk, and returns them to the starting square.
How to create and run your own function?
Step 1: Create your block and give it a name
Can you complete the exemplary task, although you drop off the disks into their correct colored square?
On your portfolio:
A video displaying the task being completed successfully
A screenshot(s) of your code
3 sentences explaining HOW your code works.