Learn how to create nested loops.
ALL students will: Move the blue disks to the blue area
MOST students will: Move all the disks to their own area
SOME students may: Move all the disks to their own area, using nested loops
Nested Loop: A loop within a loop.
Open Safari (if you are a Mac user), or Microsoft Edge (if you are a Windows user)
Select the 'Disk Mover' playground.
Approaching: Move the blue disks to the blue area (no loops or variables)
Developing: Move all disks to their designated area (no loops or variables)
Proficient: Move the blue disks to the blue area, using loops and variables
Exemplary: Move all disks to their designated area, using a nested loop and variables.
Once all disks have been delivered, make the robot return to its starting spot.
Create a video of your robot performing it's job. Make sure your code is visible in your video. If this is not possible, take a screenshot and put this in your portfolio too.