wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Scratch Project Assessment

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

What is the first phase of the Dungeon Maze project?

4 lines
2.

What should you add to show a walking animation?

a)

next costume block

b)

backdrop

c)

sprite

d)

maze

3.

What should you do if moving your sprite left causes it to flip upside down?

a)

Add code to prevent flipping

b)

Change the sprite

c)

Resize the sprite

d)

Change the direction

4.

What should you do to create a simple maze?

a)

Use the paint tool

b)

Use the erase tool

c)

Use the text tool

d)

Use the shape tool

5.

What happens when a player touches a wall?

a)

They must go back to the beginning

b)

They can continue

c)

They lose a life

d)

They gain points

6.

What should you do to set the starting position of your player sprite?

a)

Use X and Y coordinates

b)

Use random coordinates

c)

Use the center of the stage

d)

Use the edge of the stage

7.

What should you do to program the walls?

a)

Write a program to return to the beginning

b)

Make the walls invisible

c)

Change the wall color

d)

Add more walls

8.

What should you do to create more levels for your maze game?

a)

Paint more mazes

b)

Delete the old maze

c)

Change the sprite

d)

Add more walls

9.

What should you do when the mouse reaches the cheesy puffs?

a)

Advance to the next level

b)

Go back to the beginning

c)

Stop the game

d)

Change the backdrop

10.

What should you do to create a victory screen?

a)

Create a new backdrop

b)

Change the sprite

c)

Add more levels

d)

Delete the old backdrop