course 2 lesson5

course 2 lesson5

2nd Grade

7 Qs

quiz-placeholder

Similar activities

Minecraft

Minecraft

1st Grade - University

7 Qs

minecraft

minecraft

1st - 12th Grade

8 Qs

course1 lesson12

course1 lesson12

2nd Grade

10 Qs

course2 lesson18

course2 lesson18

2nd Grade

8 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

Roblox L38 Purchasing Button

Roblox L38 Purchasing Button

1st - 5th Grade

10 Qs

mad city

mad city

2nd Grade

10 Qs

course3 lesson6

course3 lesson6

2nd Grade

9 Qs

course 2 lesson5

course 2 lesson5

Assessment

Quiz

Computers

2nd Grade

Hard

Created by

Academy OneSpace

Used 14+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Point A with coordinates y = 20 and x= 3

A (3,-20)

A(3 20)

A (20,3)

A (3, 20)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct code to build a fence at y= 54 and x = 36

Hero.buildXY(“fence”, 36,54)

hero.builsXY(“fence”, “36”, “54”)

hero.buildXY(“fence”,36,54)

hero.build(“fence”, 36, 54)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

game.spawnXY(“knight”,23,35)

 spawn a fence 10 units away at the top of hero.

hero.spawnxy(“fence”,33,35)

hero.spawnXY(“fence”,23,45)

hero.spawnXY(“fence”,33,45)

hero.spawnxy(“fence”,33,35)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the right code to check if the enemy exists then attack

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the right code to spawn a player

game.spawnPlayerXY(“knight”, 10,10)

game.SpawnXY(“knight”, 10,10)

game.SpawnPlayerXY(“knight”, 10,10)

Game.spawnPlayerXY(“knight”, 10,10)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to check if cleave is ready?

if hero.isReady(“cleave”)

If hero.IsReady(“Cleave”):

If cleave.isReady:

if hero.isReady(“cleave”):

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the right code to find the distance to the enemy

d=Hero.distanceto(enemy)

d=hero.distanceTo(enemy): 

d=hero.findDistanceTo(enemy):

di=hero.distanceTo(enemy)