From bc78e6691c2d22c9f9064beebf63a7dac5a4eab2 Mon Sep 17 00:00:00 2001 From: Xinying329 Date: Wed, 4 Sep 2024 13:57:56 -0400 Subject: [PATCH 1/2] Update pps-posttest.rst --- _sources/turtles/SE_turtle/pps-posttest.rst | 26 ++++++++++----------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/_sources/turtles/SE_turtle/pps-posttest.rst b/_sources/turtles/SE_turtle/pps-posttest.rst index ea79e395..0a3d4584 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". From 5ea1860977e1b56d4cf779699a017eb0e453c4a2 Mon Sep 17 00:00:00 2001 From: Xinying329 Date: Wed, 4 Sep 2024 14:46:21 -0400 Subject: [PATCH 2/2] Update pps-posttest.rst --- _sources/turtles/SE_turtle/pps-posttest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sources/turtles/SE_turtle/pps-posttest.rst b/_sources/turtles/SE_turtle/pps-posttest.rst index 0a3d4584..59681f8b 100644 --- a/_sources/turtles/SE_turtle/pps-posttest.rst +++ b/_sources/turtles/SE_turtle/pps-posttest.rst @@ -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