8.4 Start from Scratch II

8.4 Start from Scratch II

1st - 5th Grade

9 Qs

quiz-placeholder

Similar activities

ASSESSMENT QUIZ-1

ASSESSMENT QUIZ-1

3rd Grade

10 Qs

Python in Minecraft / functions

Python in Minecraft / functions

4th Grade

14 Qs

Platformer L13 Building Traps and Animating Lava

Platformer L13 Building Traps and Animating Lava

1st - 5th Grade

12 Qs

Programming Adventures

Programming Adventures

5th Grade

11 Qs

Platformer L14 Making Checkpoint

Platformer L14 Making Checkpoint

1st - 5th Grade

12 Qs

Enemies on the move

Enemies on the move

3rd - 6th Grade

11 Qs

ROBOTICS REVIEW

ROBOTICS REVIEW

4th Grade

8 Qs

13.	Game: Maze Navigation (Part 2)

13. Game: Maze Navigation (Part 2)

1st Grade

10 Qs

8.4 Start from Scratch II

8.4 Start from Scratch II

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Future Teacher

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which block can you use to add 1 to the Level when the player crosses the river?

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should happen when the player touches a obstacle?

change score by 1

change lives by -1

set level to 0

set carSpeed to 0

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When should the level go up?

Every time the player presses space

When the player reaches the finish line

When the player touches an obstacle

When Speed becomes 0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Speed control?

The score

The color of the obstacle

How fast the obstacle moves

How long the game lasts

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when lives reach 0?

Add 1 to level

Game Over

Show a new sprite

Make the player jump

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

change level by 1 means the player is going to the next level.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

set Speed to 0 will make the cars go faster.

True

False

8.

MATCH QUESTION

1 min • 1 pt

Match the variable to what it controls:

speed

How many times the player can crash

level

Game stage or difficulty

lives

How fast obstacles move

9.

MATCH QUESTION

1 min • 1 pt

Match the event to what should happen:

Hit Obstacle

Show “Game Over”

Enter new level

change lives by -1

Cross the road

change Level by 1

Lives = 0

change speed by 1