Standards Alignment

StandardStandard ContentWhere is it in the lesson?
3-5.AP.12Create programs that include events, loops, and conditionalsStudents will use "if___then___else" blocks and create repetition within the choreography.
3-5.AP.17Test and debug a program or algorithm to ensure it accomplishes the intended taskThe students will need to test the programming to make sure Bittle is properly performing the choreography, and debug the code if the program is not running correctly.
6-8.AP.19Document programs in order to make them easier to use, read, test, and debugExit ticket
6-8.AP.12Design and iteratively develop programs that combine control structures and use compound conditionsStudents will use "if___then___else" blocks as well as nest other blocks within repetitions or other conditional blocks.
9-12.AP.13Create more generalized computational solutions using collections instead of repeatedly using simple variablesStudents can find ways to have Bittle perform dances without simply repeating the same simple block multiple times.