Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Misconception: Students think that a “repeat 1” block in Scratch will execute the relevant script twice, where the script executes once and then repeats once.

Share Misconception: Students think that a “repeat 1” block in Scratch will execute the relevant script twice, where the script executes once and then repeats once. with FacebookShare Misconception: Students think that a “repeat 1” block in Scratch will execute the relevant script twice, where the script executes once and then repeats once. with Twitter
  • For example, students will think that the "repeat 1" in the following code means that the note plays once and then repeats once. However, the "repeat 1" block only plays the note one time.
    • Students have a reasonable intuition that repeat only happens after an event has occurred, but this is simply not how repeat blocks work.
    • when green flag clicked: repeat 1: play note (60) for (0.5) beats

More about this tip

Tags

  • Scratch
  • Intro Programming
  • Content Misconceptions
External Source
Colleen Lewis' CS10K Scratch Webinar
Other Tips By
Other Tips By Colleen Lewis

Similar tips

Have students write Knock-Knock jokes in Scratch by making a conversation between sprites to motivate the introduction of broadcast blocks.
Suggest that students use the “when green flag clicked” block when creating clones in Scratch to avoid exponential cloning.
As a debugging technique, have students write out their programs in their spoken language and compare their description to the code in order to find bugs.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy