generated from mwc/problemset_typeface
Add assessment
This commit is contained in:
parent
5daeb4b514
commit
20881a38c2
|
@ -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.
|
Loading…
Reference in New Issue