From 20881a38c260191f6ccbf441a6cec43764d6e343 Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Sun, 25 May 2025 07:31:51 -0400 Subject: [PATCH] Add assessment --- assessment.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assessment.md diff --git a/assessment.md b/assessment.md new file mode 100644 index 0000000..edbe889 --- /dev/null +++ b/assessment.md @@ -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.