Skip to content

Commit

Permalink
Fix to problem 10 - many solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
barbarer committed Sep 11, 2024
1 parent 7a75914 commit 75d0bb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions _sources/turtles/mixedupcode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ Mixed-Up Code Questions
:fromid: mixedupcode_turtles_9, mixedupcode_turtles_9_ac
:toggle:

.. selectquestion:: mixedupcode_turtles_10_sq
:fromid: mixedupcode_turtles_10, mixedupcode_turtles_10_ac
.. selectquestion:: mixedupcode_turtles_10_sq_v2
:fromid: mixedupcode_turtles_10_v2, mixedupcode_turtles_10_ac
:toggle:
8 changes: 1 addition & 7 deletions _sources/turtles/mixedupcode_orig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ Mixed-Up Code Questions
~~~~


.. parsonsprob:: mixedupcode_turtles_10
.. parsonsprob:: mixedupcode_turtles_10_v2
:numbered: left
:practice: T
:adaptive:
Expand All @@ -388,14 +388,8 @@ Mixed-Up Code Questions
turtle.goto(xpos, ypos)
=====
turtle.left(45)
=====
turtle.left(90) #paired
=====
turtle.pendown()
=====
turtle.color(color)
=====
turtle.side(color) #paired
=====
turtle.begin_fill()
=====
Expand Down

0 comments on commit 75d0bb9

Please sign in to comment.