Back to Classroom Practices
Classroom Practicescs-coaching-knowledge-base.md
Parson's Problems
Parson's Problems
Front: Parson's Problems are lines or blocks of scrambled code that need to be correctly ordered. They promote logical thinking and reduce cognitive load by removing the need to remember, look up, or fix syntax. They can also be used for assessment.
Back: Provide students with blocks or lines of code that are out of sequence. Challenge students to re-order the code so that the program runs as intended. This strategy may be applied in any programming language.
---