A-Frame Review

A-Frame Review

10th Grade

9 Qs

quiz-placeholder

Similar activities

Python Iteration

Python Iteration

10th Grade

13 Qs

Java Script

Java Script

10th - 12th Grade

10 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

10 Qs

Unit 4 Quiz

Unit 4 Quiz

9th - 12th Grade

11 Qs

CSF U3 Networks p1

CSF U3 Networks p1

9th - 12th Grade

12 Qs

Unit 2 Quiz-v1

Unit 2 Quiz-v1

9th Grade - University

9 Qs

Bootstrap

Bootstrap

9th - 12th Grade

13 Qs

HTML Basics

HTML Basics

9th Grade - Professional Development

9 Qs

A-Frame Review

A-Frame Review

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Rebecca Lee

Used 30+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for changing the color/image of the background?

<a-background>

<a-sky>

<a-color>

<a-setting>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for creating the shape to make the ground?

<a-ground>

<a-plane>

<a-floor>

<a-square>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's the code for this shape on the ground?

<a-cube>

<a-box>

<a-square>

<a-rectangle>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the position of this box, approximately? (Remember, it's x y z)

0 0 0

0 1 5

1 0 5

5 0 1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What property would I use to add a texture, like the one on the box here?

<a-box img=" ">

<a-box src=" ">

<a-box texture=" ">

<a-box skin=" ">

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What's the code for the purple object?

<a-ball>

<a-circle>

<a-globe>

<a-sphere>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for the yellow object?

<a-pyramid>

<a-cone>

<a-hat>

<a-triangularprism>

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the code for the brown shape towards the front?

<a-can>

<a-circularprism>

<a-cylinder>

<a-rod>

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

BONUS! What's the code for a donut shape?

<a-donut>

<a-tetrahedron>

<a-torus>

<a-mobius>