PL-100 · Question #119
You are creating a canvas app for a company that delivers packages. The app will display one screen for each delivery attempt. Drivers must make three attempts to deliver a package before returning…
The correct answer is A. Data table B. Vertical gallery. Both a Data table (option A) and a Vertical gallery (option B) can display multiple records - such as a list of up to three delivery attempts - on a single screen. A Data table renders records in a spreadsheet-like tabular format with column headers. A Vertical gallery displays…
Question
Options
- AData table
- BVertical gallery
- CDisplay form
- DDrop-down
How the community answered
(56 responses)- A95% (53)
- C4% (2)
- D2% (1)
Explanation
Both a Data table (option A) and a Vertical gallery (option B) can display multiple records - such as a list of up to three delivery attempts - on a single screen. A Data table renders records in a spreadsheet-like tabular format with column headers. A Vertical gallery displays a scrollable, customizable list of items where each item uses a template you design. Either can be bound to a data source containing delivery attempt records. A Display form (option C) shows the fields of only a single record at a time, not a list. A Drop-down (option D) is an input control for selecting a value from a list - it is not suited for displaying detailed delivery attempt data.
Topics
Community Discussion
No community discussion yet for this question.