1 Answers
💡 Quick Study Guide: Repeating Actions in ScratchJr
- 🔄 The "Repeat" block in ScratchJr helps characters do the same thing many times without needing lots of blocks.
- 🔢 You can choose how many times a character repeats an action by changing the number on the repeat block.
- 🚶♀️ If you want a character to move 5 steps, 3 times, you'd put a "move" block inside a "repeat 3" block.
- ⏳ Repeating actions make your code shorter and easier to read!
- 🎨 It's great for making characters walk a path, jump, or spin multiple times.
🧠 Practice Quiz: ScratchJr Repeating Actions
1. What is the main purpose of the "repeat" block in ScratchJr?
A. To make a character do an action only once.
B. To make a character do the same action multiple times.
C. To make a character change colors.
2. If you want your character to jump 4 times, how many "jump" blocks would you need if you *don't* use a repeat block?
A. One jump block.
B. Two jump blocks.
C. Four jump blocks.
3. Which number on the repeat block tells ScratchJr how many times to do an action?
A. The number inside the block.
B. The color of the block.
C. The shape of the block.
4. Look at this code: [Repeat block with '3'] → [Move Right block]
What will the character do?
A. Move right once.
B. Move right three times.
C. Move left three times.
5. Why is using a repeat block a good idea for making code?
A. It makes the code longer and harder to read.
B. It makes the code shorter and easier to understand.
C. It makes the character disappear.
6. A student wants their character to spin around 5 times. Which block should they use to make this happen easily?
A. The "start" block.
B. The "say" block.
C. The "repeat" block.
7. What happens if you put a "grow" block inside a "repeat 2" block?
A. The character will grow once.
B. The character will shrink twice.
C. The character will grow twice.
Click to see Answers
Answer Key:
1. B
2. C
3. A
4. B
5. B
6. C
7. C
Join the discussion
Please log in to post your answer.
Log InEarn 2 Points for answering. If your answer is selected as the best, you'll get +20 Points! 🚀