Font size
WorksheetsTimestamped Multiple-Choice Test: Making a Pong Game in Scratch
Total questions: 21
Worksheet time: 11mins
What type of game is being created in this tutorial? (00:00–00:34)
A platformer game
A pong game
A racing game
A maze game
At what timestamp does the tutorial explain how to select a sprite for the bouncing object? (00:34–01:09)
00:00
00:34
01:47
02:59
What is the first block used to make the object move? (01:09–01:47)
"Move 10 steps"
"Set X to"
"Point in direction"
"If on edge bounce"
How is the ball made to bounce when it hits the edges of the screen? (01:47–02:27)
By using the "move 10 steps" block
By using the "if on edge bounce" block
By changing the X position
By clicking the green flag
What does the "point in direction" block do? (01:47–02:27)
Changes the speed of the object
Sets the direction the sprite moves
Stops the ball from moving
Changes the size of the ball
What is added to make the ball start when the green flag is clicked? (02:27–02:59)
A "when green flag clicked" block
A "set X to" block
An "if on edge bounce" block
A "forever loop"
How can randomness be added to the ball's bounce? (07:15–07:46)
By using the "pick random" block to set a range for the turning angle
By adding a "move 10 steps" block
By changing the speed of the ball
By setting the X position to zero
How does the paddle follow the mouse movement? (03:35–04:15)
By linking the "set X to" block with the "mouse X" block
By using the "if on edge bounce" block
By adding the "move 10 steps" block
By using the "point in direction" block
What happens if the forever loop is not included in the paddle code?
The paddle will not move
The paddle moves once and stops
The paddle bounces off the edges of the screen
The paddle disappears
What code makes the ball bounce off the paddle? (05:29–06:05)
"Turn 180 degrees" and "move 15 steps"
"If on edge bounce"
"Set X to" block
"Point in direction"
Why is a "wait 0.5 seconds" block added after the ball moves away from the paddle? (07:15–07:46)
To slow down the game
To allow the ball to move away before the next bounce
To stop the game temporarily
To reset the ball's position
How is the game ended when the ball touches the bottom of the screen? (07:46–08:25)
By using the "stop all" block
By resetting the X position
By hiding the ball sprite
By changing the backdrop
What block ensures the game always checks if the ball touches the bottom line? (08:25–09:00)
Forever loop
If on edge bounce
Set X to
Wait 0.5 seconds
How is the score tracked in the game? (09:00–09:46)
By using a variable named "score"
By counting the number of times the ball hits the paddle
By changing the backdrop after each level
By using the "if on edge bounce" block
What happens when the score reaches 5 points? (09:46–10:22)
The game ends
The level changes to the next backdrop
The paddle disappears
The ball stops moving
How is the initial level set in the game? (10:22–10:46)
By adding a "switch backdrop to" block
By setting the X position to zero
By clicking the green flag
By using the "stop all" block
At what timestamp does the tutorial explain how to restart the score at the beginning of the game? (09:00–09:46)
08:25
09:00
09:46
10:22
How can players remix the Pong game? (10:22–10:46)
By adding their own sprites and backdrops
By following the link to the project in the description
By changing the ball's speed
Both a and b
Why is Scratch a good platform for creating games like Pong? (Throughout the tutorial)
It has a simple interface and blocks-based programming
It is free and accessible
It allows creativity in design
All of the above
What additional features are suggested in the tutorial for enhancing the Pong game? (10:46-End)
Adding more randomness to the ball's movement
Creating new levels with different backdrops
Adding more sprites and mechanics
All of the above
What creative changes would you make to improve your Pong game?
Add new levels and challenges
Improve graphics and sound
Introduce multiplayer mode
All of the above
