Adding Events APP Lab

Adding Events APP Lab

Assessment

Interactive Video

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Jamisha McClain-Raymond

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following properties was NOT explicitly changed for the 'Click' button in the properties panel?

Font size

Border color

Border radius

X position

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is a new screen added to the app in the design toolbox?

Click the 'Create' button at the top right.

Drag the 'Screen' element from the Design Toolbox into the workspace.

Go to the 'Events' tab and select 'Add Screen'.

Right-click on the current screen and choose 'New Screen'.

3.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Are you enjoying the video lesson?

Yes

No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block is used to define an action that occurs when a button is clicked?

onClick(id, function)

onEvent(id, type, callback)

buttonClick(id, action)

triggerEvent(id, event)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What block is used in the code to navigate from one screen to another?

changeScreen(screenId)

gotoScreen(screenId)

setScreen(screenId)

displayScreen(screenId)