diff --git a/_sources/turtles/SE_turtle/pps-posttest.rst b/_sources/turtles/SE_turtle/pps-posttest.rst
index ea79e395..59681f8b 100644
--- a/_sources/turtles/SE_turtle/pps-posttest.rst
+++ b/_sources/turtles/SE_turtle/pps-posttest.rst
@@ -18,27 +18,27 @@ One correct option MCQ
:option_3: In the turtle module, the method pendown()
is used to resume drawing when the turtle moves.
:option_4: In the turtle module, the method pendown()
and penup()
both control the turtle's speed.
- One correct option MCQ: Which of the following statements is true regarding the penup() and pendown() in Python turtle module?
+ One correct option MCQ: Which of the following statements is true regarding the penup()
and pendown()
in Python turtle module?
.. poll:: SE_posttest_mcq_2
- :option_1: color() sets the pen color but does not affect the background color.
- :option_2: color() sets the pen color and the background color of the drawing window.
- :option_3: color() changes the pen color and pen size, but not the background color.
- :option_4: color() affects the fill color and background color, but not the pen color.
+ :option_1: color()
sets the pen color but does not affect the background color.
+ :option_2: color()
sets the pen color and the background color of the drawing window.
+ :option_3: color()
changes the pen color and pen size, but not the background color.
+ :option_4: color()
affects the fill color and background color, but not the pen color.
- One correct option MCQ: Which of the following statements is true regarding the color() method in Python turtle module?
+ One correct option MCQ: Which of the following statements is true regarding the color()
method in Python turtle module?
.. poll:: SE_posttest_mcq_3
- :option_1: Turtle is a variable, and alex is an object of the class.
- :option_2: Turtle is a class, and alex is a variable used to an object of the Turtle class.
- :option_3: Turtle is a class, and alex is a method used to initialize it.
- :option_4: Turtle is a variable, and alex is a class used to create a new object.
- :option_5: Turtle is a instance, and alex is a method used to initialize it.
+ :option_1: Turtle
is a variable, and alex
is an object of the class.
+ :option_2: Turtle
is a class, and alex
is a variable used to an object of the Turtle class.
+ :option_3: Turtle
is a class, and alex
is a method used to initialize it.
+ :option_4: Turtle
is a variable, and alex
is a class used to create a new object.
+ :option_5: Turtle
is a instance, and alex
is a method used to initialize it.
- One correct option MCQ: In the statement alex = Turtle()
, what role do the term Turtle and alex play?
+ One correct option MCQ: In the statement alex = Turtle()
, what do Turtle
and alex
mean?
@@ -109,7 +109,7 @@ Fill in all that apply
**B.** In this case, Turtle() needs to be assigned to a variable.
- **C.** The color method does not exist.
+ **C.** The color method does not exist in the turtle module.
**D.** The t.color() method should not be used with an argument, such as "blue".
@@ -175,7 +175,7 @@ Turtle Reflective Survey
.. shortanswer:: SE_learning
- What did you **learned** from this practice session?
+ What did you **learn** from this practice session?
.. poll:: SE_reflect_1