course2 lesson21

course2 lesson21

2nd Grade

8 Qs

quiz-placeholder

Similar activities

laccrose

laccrose

2nd - 5th Grade

4 Qs

Roblox L39 Puchase GUI + Destroy

Roblox L39 Puchase GUI + Destroy

1st - 5th Grade

11 Qs

Match: Technology words/images

Match: Technology words/images

2nd - 4th Grade

10 Qs

course1 lesson12

course1 lesson12

2nd Grade

10 Qs

Słupskie Bystrzaki

Słupskie Bystrzaki

2nd - 8th Grade

10 Qs

Directions In Spanish

Directions In Spanish

KG - University

13 Qs

Omar's Robotic Reach 1

Omar's Robotic Reach 1

1st - 2nd Grade

10 Qs

memme

memme

1st - 5th Grade

13 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.