course2 lesson21

course2 lesson21

2nd Grade

8 Qs

quiz-placeholder

Similar activities

perisian komputer 2.1,2.2

perisian komputer 2.1,2.2

KG - 4th Grade

10 Qs

Roblox quiz

Roblox quiz

KG - Professional Development

10 Qs

AI Project Cycle

AI Project Cycle

KG - Professional Development

10 Qs

Elon Musk Quizizz

Elon Musk Quizizz

1st - 7th Grade

8 Qs

memme

memme

1st - 5th Grade

13 Qs

laccrose

laccrose

2nd - 5th Grade

4 Qs

Platformer L14 Making Checkpoint

Platformer L14 Making Checkpoint

1st - 5th Grade

12 Qs

Platformer L3 Reorganize Code

Platformer L3 Reorganize Code

1st - 5th Grade

9 Qs

course2 lesson21

course2 lesson21

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

Academy OneSpace

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the right syntax to add a custom goal

myGoal=game.addCustomGoal(“defeat the ogre”)

myGoal=game.addManualGoal(“defeat the ogre”)

myGoal=game.addGoal(“defeat the ogre”)

myGoal=game.addManualGoal(defeat the ogre)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Set the custom goal myGoal to success.

game.setCustomGoal(myGoal, Success)

game.setGoalState(myGoal, Success)

game.setGoalState(myGoal, True)

game.setCustomGoal(myGoal, True)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the defeat() method do?

Makes the hero attack and defeat the enemy

Makes the enemy defeat the hero

Can be used to defeat a character or an object that has health property

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can we use  the event type “collect” for?

To make the player collects an item

Make the pet collect an item

To create an event when the enemy collects an item

To create an event when the player collects an item 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the destroy() method do?

Can be used to destroy a character or an object and make it disappear from the game.

Makes the enemy destroy the hero

Makes the hero destroy the enemy

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can we use  the event type “collide” for?

To create an event when a character collides with an object

Make the pet collides with an object

To create an event when objects are collided

To make the player collides with an object

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this function onCollect do?

t makes the player collects a gem and say “ I got a gem”

The player will say “I got a gem” and the score inreases by 5 if it collects a gem.

It makes the player collect a gem and say “ I got a gem” and increase the score by 5

The player will say “I got a gem”  if it collects a gem.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this function onCollide do?

It makes the player collides with a fence and say “Ouchh”

It makes the player collide with a fence, say “Ouchh” and decreases the health by 20

The player will say “Ouchh” and health decreases by 20 if it collides with a fence.

The player will say “Ouchh”  if it collides with a fence.