File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
_sources/turtles/SE_turtle Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,8 @@ The clicable area are those with a dark gray background and a border around them
91
91
You will then receive a completed explanatoin of the solution you got from solving the mixed-up puzzle.
92
92
93
93
94
- .. image :: https://i.postimg.cc/DvVqXB8F /SE-introduction.png
95
- :width: 450
94
+ .. image :: https://i.postimg.cc/SmDGs7mZ /SE-introduction.png
95
+ :width: 600
96
96
:align: center
97
97
98
98
Four types of feedback will be provided for each option you select.
@@ -150,4 +150,4 @@ What to do next
150
150
a .href = " pps-SE-pp1.html"
151
151
};
152
152
153
- </script >
153
+ </script >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Fill in all that apply
87
87
88
88
**D. ** Both code snippets will print out the same sequence of numbers.
89
89
90
- - :[\s\S ]: Thank you for answering the question.
90
+ - :[\s\S ]+ : Thank you for answering the question.
91
91
:.*: Please fill in the blank
92
92
93
93
@@ -113,7 +113,7 @@ Fill in all that apply
113
113
114
114
**D. ** The t.color() method should not be used with an argument, such as "blue".
115
115
116
- - :[\s\S ]: Thank you for answering the question.
116
+ - :[\s\S ]+: Thank you for answering the question.
117
117
:.*: Please fill in the blank
118
118
119
119
@@ -142,7 +142,7 @@ Fill in all that apply
142
142
143
143
**E. ** The turtle moves 90 units to the left.
144
144
145
- - :[\s\S ]: Thank you for answering the question.
145
+ - :[\s\S ]+: Thank you for answering the question.
146
146
:.*: Please fill in the blank
147
147
148
148
@@ -157,7 +157,7 @@ Fill in all that apply
157
157
:width: 800
158
158
:align: center
159
159
160
- - :[\s\S ]: Thank you for answering the question.
160
+ - :[\s\S ]+: Thank you for answering the question.
161
161
:.*: Please fill in the blank
162
162
163
163
You can’t perform that action at this time.
0 commit comments