The invitation
Can one square become a flower?
Students already know how to draw a square. The new challenge is to use that square again and again without copying the same commands eight times.
repeat 4 [
forward 42
right 90
]Logo Trail for educators
Create your own Logo activities, preview the student experience, and prepare a full classroom before deciding whether to subscribe.
Start free with three saved lessons and one draft classroom. Begin a 14-day teacher trial only when you are ready to invite students.
From an idea to a live class
Authoring and previewing come first. The teacher plan becomes useful when your work is ready to reach students.
Write the explanation, starter code, and activity. Preview the same workspace students will use.
Mix built-in and custom lessons, arrange the sequence, and keep the classroom as a free draft.
Start a teacher trial when you are ready. Share one join code and manage the live class.
Free teaching workspace
Teacher subscription
Logo has been studied in classrooms for decades. The literature reports benefits in several areas, including:
The software alone doesn't produce these results. Outcomes vary by study, and transfer beyond the programming task is mixed. The stronger results tend to come from sustained work with a teacher who asks questions, makes time for reflection, and connects the code to the mathematics.
See full research summaries and key studiesRead the findings, limitations, and source links
Inside one Logo Trail lesson
Instead of a list of teaching tips, here is one challenge as it might unfold in class.
The invitation
Students already know how to draw a square. The new challenge is to use that square again and again without copying the same commands eight times.
repeat 4 [
forward 42
right 90
]Before Run
Pairs trace the first square with a finger and mark the turtle’s final position and heading. Then they sketch what they think eight slightly turned squares might make.
The useful wrong turn
One group repeats a single side and a turn. Their result is surprising, but it gives the class a precise question to investigate.
The comparison
Both versions work. One uses a repeat inside a repeat; the other gives the square a name. Students compare which version is easier to read, change, and explain.
repeat 8 [
repeat 4 [forward 42 right 90]
right 45
]to petal
repeat 4 [forward 42 right 90]
end
repeat 8 [petal right 45]Your role is to keep students reasoning: ask what they expected, where the picture changed, and what they'll try next. The command reference and lesson guidance are there when you need the technical detail.
Create and preview it for free. Open a classroom only when the material is ready for students.