wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Color Wheel Segment – Timestamped Multiple-Choice Test

Total questions: 25

Worksheet time: 13mins

Name
Class
Date
1.

What is the focus of this lesson?

a)

Creating a new sprite from scratch

b)

Building the sixth game illusion using Color Wheel Segments

c)

Learning how to animate a ghost

d)

Designing a custom backdrop

2.

How does AI instruct you to begin the lesson?

a)

By creating a new project

b)

By loading a template file from your computer

c)

By drawing a vector image on the stage

d)

By duplicating an existing game

3.

Which template file is loaded for this lesson?

a)

06 Color Wheel Segments

b)

03 World Spiral V1

c)

Optical Illusion Game

d)

Ghostbusters Game

4.

After loading the template, what is AI’s next instruction?

a)

Start coding immediately

b)

Review the sprites and stage

c)

Change the backdrop color

d)

Delete unnecessary sprites

5.

How is the stage backdrop described in this template?

a)

A colorful gradient

b)

A black rectangular vector image

c)

A photographic image

d)

A patterned design

6.

What is the name of the main sprite used in the project?

a)

Frame

b)

Wheel

c)

Segment

d)

Color

7.

What two colors are mentioned as part of the wheel sprite?

a)

Black and white

b)

Blue and green

c)

Black and red

d)

Yellow and purple

8.

Why does Al want to add a color effect to the wheel sprite?

a)

To create transparency

b)

To produce vibrant effects using strong colors

c)

To blend the sprite with the backdrop

d)

To make the sprite invisible

9.

What does Al say happens if you try the effect with just black and white?

a)

You get a very vibrant display

b)

The effect does not work at all

c)

You only get a vague tint

d)

It creates a glitchy animation

10.

What does Al do on the stage before adding further code?

a)

Changes the backdrop to a new image

b)

Adds his “usual” property code to position and orient the stage elements

c)

Deletes all sprites

d)

Creates a new background variable

11.

What does AI suggest if you started the course in the middle?

a)

Skip the initial lessons

b)

Go back to the beginning to understand the basics

c)

Change the code entirely

d)

Use a different template file

12.

Which variable does AI create first for this project?

a)

Color Rate

b)

Spin Speed

c)

Count

d)

Animation Speed

13.

What is the purpose of the Spin Speed variable?

a)

To control the color of the wheel

b)

To determine how fast the wheel rotates

c)

To adjust the size of the wheel segments

d)

To control the cloning speed

14.

Which variable is created second?

a)

Whirl Rate

b)

Color Rate

c)

Clone Count

d)

Spin Angle

15.

How does AI modify the variables for user control?

a)

He hides them from view

b)

He turns them into sliders

c)

He locks them to a fixed value

d)

He assigns them random values

16.

What slider range is set for the Color Rate variable?

a)

0 to 100

b)

0 to 200

c)

–15 to 15

d)

–200 to 200

17.

What slider range is set for the Spin Speed variable?

a)

0 to 15

b)

–15 to 15

c)

–30 to 30

d)

0 to 100

18.

When “Begin Game” is received, which property is set for the Wheel sprite?

a)

It is hidden immediately

b)

It is moved slightly higher on the Y-axis (above the sliders)

c)

It is rotated 90 degrees

d)

It changes its costume

19.

What does Al do immediately after setting up the stage properties?

a)

He initializes the Spin Speed and Color Rate variables to 0 and shows them as sliders

b)

He duplicates the Wheel sprite

c)

He changes the backdrop color

d)

He starts the animation repeat loop

20.

Which new variable is created for cloning purposes?

a)

CloneID

b)

Count

c)

SegmentNumber

d)

Spin Count

21.

How is the Count variable used in the project?

a)

It assigns a unique number to each clone

b)

It determines the rotation angle of the wheel

c)

It adjusts the color effect on the wheel

d)

It controls the overall speed of the game

22.

How does AI ensure each successive clone appears on top of the previous one?

a)

By hiding previous clones

b)

By sending each clone forward by the Count variable’s value

c)

By adjusting the transparency of each clone

d)

By changing the clone’s size

23.

How is the turning animation of each clone controlled?

a)

Every clone turns at a fixed rate

b)

Each clone’s turn rate is calculated by multiplying its Count value with the Spin Speed slider value

c)

The clones rotate randomly

d)

The turning is controlled by a separate timer variable

24.

How is the color effect applied to each clone during the animation?

a)

It is set to a fixed value

b)

It is calculated using the Color Rate variable in a similar way as the Spin Speed

c)

It changes randomly

d)

It is adjusted manually through the interface

25.

What visual effect is observed when you adjust the Spin Speed slider during the animation?

a)

The clones change their size dramatically

b)

Each clone rotates at a different speed, creating a beautiful optical illusion

c)

The clones change color randomly

d)

The background becomes animated