List of questions
Related questions
Question 44 - PL-100 discussion
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.
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.
D.
Add the clock icon to the app and use the OnSelect property to set the Duration property for TIM1.
Your answer:
0 comments
Sorted by
Leave a comment first