WorksheetsScratch 5 - 2026
Total questions: 10
Worksheet time: 5mins
What kind of game is Penguin Ski School?
Collection game
Avoid the obstacles game
2 player race game
Destroy the targets game
What kind of game is Race Track?
Collection game
Avoid the obstacles game
2 player race game
Destroy the targets game
Where will these blocks place the sprite?
somewhere at the bottom of the screen.
anywhere on the screen because it is random.
Somewhere at the top of the screen.
In the middle of the screen.
Where will these blocks place the sprite?
somewhere at the bottom of the screen.
anywhere on the screen because it is random.
Somewhere at the top of the screen.
Somewhere on the right edge of the screen
How was this block used in Race Track?
To check and see if the front bumper of the car was not touching the track anymore.
To check to see if the driver of the car was touching the grass.
To make the car spin around until it goes off the road
To check to see if the two cars had a head on collision.
What block could be added to the code to make the cat look like it is walking instead of running?
change the number in the move ___ steps block to a lower number
change the number in the move ____ steps block to a higher number
Add a wait block before or after the next costume block and have it wait a really short time...like .3 seconds
Add a wait block before or after the next costume block and have it wait something like 10 seconds.
when you are drawing your own sprite, you should...
draw it as close to the size you want it to be on screen as you can.
Draw it as large as you can so that you can make details and then shrink it to the size you need.
When you duplicate a sprite....
It copies the costumes, but you need to make each sprite's code individually.
It copies the costumes and the code for the sprite.
It copies the code, but you need to make new costumes for the sprite.
If you duplicate a sprite and then change the code for that sprite, the code in the copy sprite gets changed automatically.
true
false
it depends on if you designed the sprite yourself or not.
Andrew wants his cat to look like he is walking across the screen, but it just glides instead of walking. What will fix it?
put a wait block after the next costume block
put a wait block after the move block
move the next costume block inside the repeat loop.
use a walk block
