Add assessment

This commit is contained in:
Chris Proctor 2025-05-25 07:31:51 -04:00
parent 5daeb4b514
commit 20881a38c2
1 changed files with 11 additions and 0 deletions

11
assessment.md Normal file
View File

@ -0,0 +1,11 @@
+++
method = "quality"
possible = 100
score = 100
+++
Great! I like how you created helper functions and then used them to break down
the work of drawing the letters. I imagine you could have created another layer
of helper functions too--the helper functions here are still thinking at the level
of "move the turtle around;" the next level up might be more at the level of
"draw parts of letters," and could have functions based on common parts of letters.