A-Frame Review

A-Frame Review

Assessment

Flashcard

Computers

10th Grade

Easy

Created by

Michelle Erickson

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the code for changing the color/image of the background? Options: <a-background>, <a-sky>, <a-color>, <a-setting>

Back

<a-sky>

2.

FLASHCARD QUESTION

Front

What is the code for creating the shape to make the ground? Options: <a-ground>, <a-plane>, <a-floor>, <a-square>

Back

<a-plane>

3.

FLASHCARD QUESTION

Front

What's the code for this shape on the ground? Options: <a-cube>, <a-box>, <a-square>, <a-rectangle>

Back

<a-box>

4.

FLASHCARD QUESTION

Front

What is the position of this box, approximately? (Remember, it's x y z) Options: 0 0 0, 0 1 5, 1 0 5, 5 0 1

Back

5 0 1

5.

FLASHCARD QUESTION

Front

What property would I use to add a texture, like the one on the box here? Options: <a-box img=" ">, <a-box src=" ">, <a-box texture=" ">, <a-box skin=" ">

Back

<a-box src=" ">

6.

FLASHCARD QUESTION

Front

What's the code for the purple object? Options: <a-ball>, <a-circle>, <a-globe>, <a-sphere>

Back

<a-sphere>

7.

FLASHCARD QUESTION

Front

What is the code for the yellow object? Options: <a-pyramid>, <a-cone>, <a-hat>, <a-triangularprism>

Back

<a-cone>

8.

FLASHCARD QUESTION

Front

What is the code for the brown shape towards the front? Options: <a-can>, <a-circularprism>, <a-cylinder>, <a-rod>

Back

<a-cylinder>

9.

FLASHCARD QUESTION

Front

Which attribute is not inside the tag? Options: position, rotation, color, size

Back

size