Back to Classroom Practices
Classroom Practicescs-coaching-knowledge-base.md
Exploded Code
Exploded Code
Front: Scrambled code encourages students to demonstrate their conceptual understanding by creating a program that they might not be ready to create from scratch.
Back: Provide students with some or all of the code needed to complete a task, disassembled. In block-based languages, individual blocks are "exploded" around the code editor. In a text-based language, you might offer completed lines of code in a series of unordered comments. Students use the provided code blocks or snippets to complete a program.
---