Pegasystems
PEGAPCSA84V1 · Question #101
Users can access an apartment hunting application from different devices with different screen sizes. A screen displays the photos of available properties. By default, the photos are displayed in…
The correct answer is A. Use a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid triple. See the full explanation below for the reasoning.
Question
Users can access an apartment hunting application from different devices with different screen sizes. A screen displays the photos of available properties. By default, the photos are displayed in three columns. When the screen width is less than 800 pixels, the photos should be displayed in two columns. How do you implement the screen for this requirement?
Options
- AUse a dynamic layout with a responsive breakpoint at 800 pixels to change from inline-grid triple
- BCircumstance the section rule to display different number of columns at different screen sizes.
- CUse a column layout with a responsive breakpoint at 800 pixels to hide the left column.
- DCircumstance the layout to display different number of columns at different screen sizes.
How the community answered
(43 responses)- A81% (35)
- B9% (4)
- C7% (3)
- D2% (1)
Community Discussion
No community discussion yet for this question.