A Few Pixels Off
Contain Yourself
Appy Together
Dropdown Like It's Hot
CamelCase of the Mondays
300

What does the X value represent in PowerApps?

The horizontal position

300

What is the primary purpose of a container?

To group and organize controls

300

What panel lets you manage screens and controls?

The Tree View

300

Which control lets users enter text?

Text input box

300

What naming style uses a lowercase first letter and uppercase after each word?

CamelCase

600

What does the Y value represent in PowerApps?

The vertical position

600

True or False: You can nest containers within each other.

True

600

DAILY DOUBLE

JASEN'S / KYLES PICK + $1500 FOR CORRECT ANSWER

600

What does a button typically do?

Triggers an action

600

What is a common prefix used when naming a button?

btn

900

What happens if you increase the Y value of a control?

It moves down

900

You've added a new container on your Home Page housing navigation buttons, what is the best naming convention?

conHomeNavigation /conHomeNav

900

What area shows control properties like size and color?

The Properties pane

900

This control has a lot of circles you could select.

What are Radio buttons!

900

What would a good name be for a text input that captures a username?

txtUsername

1200

Which property would you change to shift a control to the right?

The X property

1200

What happens to all the items in your container, when you move the container to a new location?

They move with the container.

1200

What’s the name of the panel where you manage data connections?

The Data panel OR "The Waffle"

1200

What is the difference between a button and a label?

Button is interactive; label is static text

1200

What happens if you don’t use naming conventions in your app?

Confusion, hard to debug, messy app

1500

If X = 0 and Y = 0, where is the control on the screen?

The Top-left corner

1500

Name a benefit of using containers for responsive design.

They help align content automatically

1500

What does the play (▶️) button do in PowerApps Studio?

Launches Preview Mode

1500

What type of control displays static text?

Label

1500

Why are naming conventions important in PowerApps?

Makes the app easier to understand and maintain