Thanks for the message! I’ve been documenting my lessons on my class website https://mrshallapcsp.wordpress.com/ap-csp-lesson-archives/. If nothing else, I often put a few students examples on the page. It’s so helpful to show students model projects to spark ideas.
For the design a digital scene it is key that students remember the turtle won’t always start in the center of the screen, facing up. I urged their individual code to include a turnto() and moveto() as the first few lines of code. I’ve had too many frustrated students who have upside down trees or slanted flowers when they put the codes together.
I always go back and forth in trying to “warn” students about the “turn to” and “move to” commands. I choose not to warn them this year and let it be a learning experience for them. I figure it will be a good a-ha moment for them!
@ gjschmidt @ kaitie_obryan
You make good points about letting the students figure out the importance of turnTo and moveTo. Last year, the issue with turtle placement frustrated my students to the point of them being angry with the project, and I wanted to avoid that this year.
Even though I reminded them about the starting turtle placement - several students forgot to include it in their individual component. And even if they did account for the random turtle placement several groups still had lingering issues with penUp, penWidth, and penRGB.