course1 lesson12

course1 lesson12

2nd Grade

10 Qs

quiz-placeholder

Similar activities

Roblox L36 Generate Money

Roblox L36 Generate Money

1st - 5th Grade

11 Qs

Minecraft Blocks

Minecraft Blocks

KG - 12th Grade

15 Qs

Roblox L14 Altar + script

Roblox L14 Altar + script

1st - 5th Grade

10 Qs

Platformer L11 Wall Sliding

Platformer L11 Wall Sliding

1st - 5th Grade

10 Qs

Platformer L4 Level Changing

Platformer L4 Level Changing

1st - 5th Grade

10 Qs

Doors Roblox Quiz

Doors Roblox Quiz

2nd Grade

10 Qs

course 2 lesson5

course 2 lesson5

2nd Grade

7 Qs

Roblox L37 Automation Rule

Roblox L37 Automation Rule

1st - 5th Grade

10 Qs

course1 lesson12

course1 lesson12

Assessment

Quiz

Computers

2nd Grade

Medium

Created by

Academy OneSpace

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the right code to spawn a “fence”

hero.spawnXY(“fence”, 10, 10)

hero.spawn(“fence”, 10, 10)

Game.spawnXY(“fence”,10,10)

game.spawnXY(“fence”,10,10)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The person who plays the game and controls the game piece is?

player

student

hero

captain

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A game must have a goal. What is a goal?

the rules that govern how a player

interacts with the game.

the task the player must perform to win

(or progress) in a game.

the game piece that the student can

"spawn".

the specific elements that make up a

game

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The rules that govern how a player interacts with a game, and how the game interacts with the player are ?

spawnable

piece

goal

mechanic

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the code to add a goal to gather all the items in the game?

Game.addcollectGoal()

game.AddCollectGoal()

game.addCollectItem()

game.addCollectGoal()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code spawns an ally?

game.spawnXY("archer", 28,32)

game.SpawnXY("munchkin", 15, 15)

ame.spawnPlayerXY("thrower", 30, 50)

game.spawnXY("guardian", 4, 10)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

generator= game.spawnXY(“generator” , 54, 68)

How to change the type of enemy the generator could spawn to “munchkin”?

spawnType=“munchkin”

generator.spawnType=“munchkin”

generator.spawnType==“munchkin”

Game.spawntype=“munchkin”

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?