Microsoft Power Platform App Maker — Question 20
You have been tasked with building a canvas app that allows users to track to track time on mobile devices.
You should add a Sign-in screen, a screen to record the user's time entries for the week, and a screen to amend the user's recent time records.
Users will be issued ID cards that includes the user's name and a recent picture, as well as a QR code that will include the user's employee number.
You want to make sure that the app shows the user's photo upon scanning their ID cards.
You add an Icon control to the app.
Does the action achieve your objective?
Answer options
- A. Yes, it does
- B. No, it does not
Correct answer: B
Explanation
Adding an Icon control alone does not ensure that the user's photo will be displayed when scanning the ID card. The app needs specific functionality to read the QR code and retrieve the associated photo, which an Icon control does not provide. Therefore, the correct answer is B, as the action does not achieve the desired outcome.