1 Answers
📚 Quick Study Guide: ScratchJr Character Movement
- 👉 Go Right Block: Moves the character horizontally to the right by a specified number of steps. Each number represents one step.
- 👈 Go Left Block: Moves the character horizontally to the left by a specified number of steps.
- ⬆️ Go Up Block: Moves the character vertically upwards by a specified number of steps.
- ⬇️ Go Down Block: Moves the character vertically downwards by a specified number of steps.
- 🤸 Jump Block: Makes the character jump up and then land back down in its original horizontal position. The number determines the height of the jump.
- 🏠 Go Home Block: Instantly moves the character back to its starting position on the stage, which is where it was placed when the project began or when the "Set Home" block was used.
- ⏱️ Speed Block: Controls how fast a character moves when using movement blocks. Options typically include slow, medium, and fast.
- 🔄 Turn Right/Left Blocks: Rotates the character clockwise or counter-clockwise by a specified angle (ScratchJr uses visual turns rather than degrees).
- 🛑 Stop Block: Halts all scripts for a character or the entire project, depending on its specific use.
📝 Practice Quiz: ScratchJr Character Movement
Choose the best answer for each question.
1. Which block would you use to make your character move from the left side of the screen towards the right side?
- Go Left Block
- Go Down Block
- Go Right Block
- Jump Block
2. If a character needs to return to its initial position on the stage, which movement block is most suitable?
- Go Up Block
- Go Home Block
- Go Left Block
- Jump Block
3. What does changing the number on a "Go Up" block affect?
- The speed of the character's movement.
- The direction the character faces.
- The distance the character moves upwards.
- Whether the character moves horizontally or vertically.
4. To make a character move quickly across the screen, which block should be placed before the movement block?
- Stop Block
- Go Home Block
- Speed Block
- Jump Block
5. A character uses a "Jump" block with the number '3'. What will happen?
- The character will turn around 3 times.
- The character will move 3 steps to the right.
- The character will jump to a height of 3 steps and land in its original horizontal position.
- The character will disappear for 3 seconds.
6. Which block is used to make a character rotate on the stage?
- Go Up Block
- Jump Block
- Turn Block (e.g., Turn Right/Left)
- Go Home Block
7. If you want your character to move downwards, which block would you drag into the programming area?
- Go Right Block
- Go Down Block
- Go Up Block
- Jump Block
🔑 Click to see Answers
1. C. Go Right Block
2. B. Go Home Block
3. C. The distance the character moves upwards.
4. C. Speed Block
5. C. The character will jump to a height of 3 steps and land in its original horizontal position.
6. C. Turn Block (e.g., Turn Right/Left)
7. B. Go Down Block
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! 🚀