| forward(1,1) |
forward Power Level 1 for 1
second |
| backward(1,1) |
backwards Power Level 1 for 1
second |
| turnRight(1,1) |
Turn right Power Level 1 for 1
second |
| turnLeft(1,1) |
Turn left Power Level 1 for 1
second |
| motors(1,1) |
Motors on forward at Full Power |
| motors(-1,-1) |
Motors on backwards at Full Power |
| stop() |
Stops the motors |
| for i in range(4): Do something |
repeat something 4 times |
| Required: 1. Select music for your Robot Dance. 2. Use the "Dance Form Worksheet" to make an outline of the moves you want your Robot to do during the Dance. 3. Write, save, and run a python program that defines and calls at least two movement functions. (One for the A Section and one for the B Section of the Dance.) Extras: 1. Decorate your robot for the dance. 2. Create more than two functions for movement. |

# This is our Dance # Names of Students in Group from myro import * init() # Define functions # Define Main method # Run main method main() |
| Beginning 1 |
Developing 2 |
Accomplished 3 |
Examplary 4 |
|
| 1. Code Format |
No use of Comments No use or only 1 use functions No main method Improper syntax. |
Some use of Comments at
beginning of Program At least 2 Functions |
Detailed comments for each
section of the program. 3 Functions - ASection, BSection, and Main method |
Detailed comments. More than 3 well written functions. Creative Dance. |
| 2. Code Content |
Less than 3 movements for dance.
Less than 1 section for dance. No attempt at form. |
At least 4 dance movement
commands. Uses at least 2 functions. |
At least 8 dance movement
commands inside of 2 well defined functions. Use looping to extend movements. |
More than 8 dance moves. Program sequences well with music. |
| 3. Functionality and Creativity (Wow! Factor) |
Code does not run. More than 4 mistakes. Little variety in moves. |
Code runs with less than 3
mistakes. |
Code runs without
mistakes. Dance matches musical ideas. |
Code runs without
mistakes. Creative use of movement Robot has costume or theme to dance. |