wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Thunkable Intro!

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

What will happen when the user clicks the addButton?

a)

The variable score will be set to -1

b)

The variable score will go down by 1

c)

The variable score will go up by 1

d)

The text on the button will change to -1

2.

What will happen when the user clicks the subButton?

a)

The variable score will be set to 2

b)

The variable score will go down by 2

c)

The variable score will go up by 2

d)

The variable score will be set to -2

3.

What will happen when the user clicks the subButton?

a)

The variable score will be set to 2

b)

The variable score will go down by 2

c)

The variable score will go up by 2

d)

The variable score will be set to -2

4.

What is ANOTHER code block that will do the same thing as this one?

a)
b)
c)
d)
5.

If the score is 8, what will the animalPic get set to when the user clicks on the animalPic?

a)

dog.png

b)

cat.png

6.

What do I click on to get the animalText to change to "I love cats!"?

a)

animalPic

b)

animalText

c)

subButton

d)

addButton

7.

Before I click addButton, the score is 6 and the background is pink. What is the background color after I click addButton?

a)

pink

b)

green

c)

red

8.

Before I click addButton, the score is 7 and the background is pink. What is the background color after I click addButton?

a)

pink

b)

green

c)

red

9.

Before I click addButton, the score is 7 and the background is pink. What is the background color after I click addButton?

a)

pink

b)

green

c)

red

10.

I want to increase the amount of space between the label and the image. What is one way I can do this?

a)

Increase the top margin of the label

b)

Increase the padding of the buttons

c)

Increase the top margin of the image

d)

Increase the height of the image

11.

Right now, animalText says "Yay!" and the score variable is 5. What will animalText say after I click the addButton?

a)

Yay!

b)

Bye!

c)

Hi!

12.

When will the background color of the screen get changed to a random color?

a)

Only when the addButton is clicked

b)

Only when the subButton is clicked

c)

When either the addButton or the subButton is clicked

d)

Never, according to this code

13.

Take a look at this code block. What happens when you click the addButton?

a)

The camera takes a photo, but it doesn't display the photo anywhere in the app.

b)

The camera takes a photo, and changes animalPic to the resulting photo.

c)

The camera takes a photo, and stores it in a database.

d)

The camera takes a photo, and emails it to the user.