Course Standards

2025-2026 Academic Year

CY31 Coding in Minecraft - Intermediate

Course Type: Adopted

Standard/Objective NumberStandard/ObjectiveCourse WeightRBT Designation
1.00Introduction to MakeCode with Minecraft18%B2 Understand Conceptual
1.01Navigating the Minecraft environment--
1.02Creating/Importing a Minecraft world--
1.03Connecting to MakeCode--
1.04The basics of MakeCode blocks--
1.05Understand the role of the Agent--
2.00Using Variables in MakeCode19%B2 Understand Conceptual
2.01Identifying variables--
2.02The usage of variables--
2.03Creating variables--
2.04Understand and explain file naming conventions--
3.00Logic in MakeCode19%B2 Understand Conceptual
3.01Identify and create IF THEN statements--
3.02Use Comparison operators--
3.03Use Boolean operators--
3.04Identify and create IF THEN ELSE statements--
4.00Loops in MakeCode19%B2 Understand Conceptual
4.01Identify and use Repeat loops--
4.02Identify and use While loops--
4.03Identify and use For loops--
4.04Identify and use Forever loops--
4.05Use the pause command--
4.06Use the on start loop--
5.00Project25%B2 Understand Conceptual
5.01Design and develop a programmatic solution for a problem--