WorksheetsScratch Project Assessment
Total questions: 10
Worksheet time: 8mins
What is the first phase of the Dungeon Maze project?
What should you add to show a walking animation?
next costume block
backdrop
sprite
maze
What should you do if moving your sprite left causes it to flip upside down?
Add code to prevent flipping
Change the sprite
Resize the sprite
Change the direction
What should you do to create a simple maze?
Use the paint tool
Use the erase tool
Use the text tool
Use the shape tool
What happens when a player touches a wall?
They must go back to the beginning
They can continue
They lose a life
They gain points
What should you do to set the starting position of your player sprite?
Use X and Y coordinates
Use random coordinates
Use the center of the stage
Use the edge of the stage
What should you do to program the walls?
Write a program to return to the beginning
Make the walls invisible
Change the wall color
Add more walls
What should you do to create more levels for your maze game?
Paint more mazes
Delete the old maze
Change the sprite
Add more walls
What should you do when the mouse reaches the cheesy puffs?
Advance to the next level
Go back to the beginning
Stop the game
Change the backdrop
What should you do to create a victory screen?
Create a new backdrop
Change the sprite
Add more levels
Delete the old backdrop
