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.
Set the Text property of TIC1 to the current system time.
D.
Add the clock icon to the app and use the OnSelect property to set the Duration property for TIM1.
Even though the question is unclear, and the answers are messy, A sound to be the most reasonable to me. Thus, because you set some kind of value for TIM1, which is the goal of the question, I believe.
The correct answer is B. Assign the Text property of TIC1 to the Duration property of TIM1.
This way, you can set the timer to a default value based on the user input in the text box. The Duration property specifies how long the timer runs in milliseconds. The Text property of the text input control returns a string value that can be converted to a number.
https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/controls/control-timer
https://github.com/MicrosoftDocs/powerapps-docs/blob/main/powerapps-docs/maker/canvas-apps/controls/control-timer.md
its correct. but if the A option has "duration" in place of "on timer start", then that would have been correct as it would then illustrate the whole process of duration assignments
This section is not available anymore. Please use the main Exam Page.PL-100 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
joenepoen
Highly Voted 2 years, 4 months ago4e8b388
Most Recent 1 year, 3 months agoatki_real
1 year, 10 months agoEdriska
1 year, 11 months agokhambhadia
2 years, 6 months agoAman66
2 years, 9 months agoet_learner
2 years, 9 months ago