Unit 3 Lesson 6 - Worksheet

I can’t find where we’ve covered the code below. It’s listed on the worksheet for this lesson.
line(x1, y1, x2, y2)
text(string, x, y, width, height)
textSize(pixels)
stroke(‘color’)
noStroke()
strokeWeight()

Hi Carol,
I have my students hover over new code and click on see examples for how the code works. The code listed is not formally taught but is introduced before the students use the activity guide.
The activity guide is used for bubble 15 and the students are introduced to the code in the bubbles listed below:
line(x1, y1, x2, y2) Bubble 10 & 11
text(string, x, y, width, height) Bubble 13 & 14
textSize(pixels) Bubble 13 & 14
stroke(‘color’) Bubble 10 & 11
noStroke() Bubble 10 & 11
strokeWeight() Bubble 10 & 11

Hope this helps,
Karen

Thank you! I see now.