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.
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.
Option B
To set the Timer control (TIM1) to a default value based on the Text Input control (TIC1), you should use Option B: Assign the Text property of TIC1 to the Duration property of TIM1.
Explanation:
The Duration property of the Timer control defines the time interval (in milliseconds) for the Timer to trigger events.
By assigning the Text property of TIC1 to the Duration property of TIM1, you set the Timer's duration based on the value entered in the Text Input control.
Option A involves using a context variable, which is not necessary for this task. Option C sets the Text property of TIC1 to the current system time, which is different from setting the Timer's duration. Option D suggests assigning the Timer's Duration property to the Text property of TIC1, which is the reverse of what you want to achieve.
So, Option B is the correct choice for setting the Timer control (TIM1) to a default value based on the Text Input control (TIC1).
It is at this point still unclear to me what the question is aiming at here, but if the idea is to have someone input a number in TIC1 and for that number to represent the duration of the timer then B works (given that you insert a number). No need to assign variables and what not.
The OnTimerStart, OnTimerEnd and OnSelect are the configurations where you can add your code.
https://sharepains.com/2019/08/22/all-about-timers-in-powerapps/
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.
et_learner
Highly Voted 2 years, 9 months agoW2S3
Highly Voted 2 years, 5 months agoEdriska
Most Recent 1 year, 8 months agoNet_IT
1 year, 9 months agoHotDurian
2 years, 2 months agoLJ
2 years, 4 months agoLJ
2 years, 4 months agoDarioReymago
2 years, 4 months agoTheExamMaster2020
2 years, 5 months agoahmadfahel
2 years, 6 months agoLAXMIKANTH_123
2 years, 6 months ago