ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 23 - PL-100 discussion

Report
Export

You are developing a canvas app to monitor time. The app includes a Text Input control named TIC1 and a Timer control named TIM1. You need to set TIM1 to a default value.

What should you do?

A.

In the OnChange property of TIC1, set the value of the Text property for TIC1 to a context variable that stores the duration value. Assign the value of the variable to the OnTimerStart property for TIM1.

Answers
A.

In the OnChange property of TIC1, set the value of the Text property for TIC1 to a context variable that stores the duration value. Assign the value of the variable to the OnTimerStart property for TIM1.

B.

Assign the Text property of TIC1 to the Duration property of TIM1.

Answers
B.

Assign the Text property of TIC1 to the Duration property of TIM1.

C.

Assign the Text property of TIC1 to the OnSelect property of a TIM1.

Answers
C.

Assign the Text property of TIC1 to the OnSelect property of a TIM1.

D.

Write code in the OnChange property of TIC1 that assigns the value of the Duration property of the Timer control to Text property of the TIC1. In the OnChange property of TIC1, assign the value to the Duration property for TIM1.

Answers
D.

Write code in the OnChange property of TIC1 that assigns the value of the Duration property of the Timer control to Text property of the TIC1. In the OnChange property of TIC1, assign the value to the Duration property for TIM1.

Suggested answer: D

Explanation:

The OnTimerStart, OnTimerEnd and OnSelect are the configurations where you can add your code.

Reference:

https://sharepains.com/2019/08/22/all-about-timers-in-powerapps/

asked 05/10/2024
Letlhogonolo Phiri
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first