Questions: Design Scale and Responsiveness

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A designer takes a three-column desktop website layout and uses CSS to scale it to 40% of its size for mobile. What problem does this create?

AThe page will load too slowly because CSS transformations are computationally expensive on mobile
BThe three-column layout will become unreadable at mobile scale; responsive design requires restructuring to a single column with adapted navigation and reprioritized content
CMobile screens have different color gamuts, making a scaled desktop design visually incorrect
DThis is a correct approach — CSS scaling is the standard responsive design technique
Question 2 Multiple Choice

A designer creates a completely separate, independent website design for desktop and another for mobile. Her manager says this misses the point of responsive design. Why?

AResponsive design requires a single system of rules (flexible grids, fluid images, breakpoints) that adapts across contexts — not separate independent designs, which double maintenance burden and defeat systematic flexibility
BThe manager is wrong — separate designs for desktop and mobile are the industry standard approach
CThe only issue is that she designed desktop-first; if she had designed mobile-first, two separate designs would be acceptable
DSeparate designs are fine as long as they share the same color palette and typeface
Question 3 True / False

Responsive design primarily means adjusting font sizes to be smaller on mobile screens.

TTrue
FFalse
Question 4 True / False

A heading set at 48px on desktop might need to be 28px on mobile — not because it should proportionally shrink, but to preserve its role in the visual hierarchy relative to body text and the viewport.

TTrue
FFalse
Question 5 Short Answer

A breakpoint is more than a threshold for rearranging columns. What design decision does a breakpoint force the designer to make, and why does this matter?

Think about your answer, then reveal below.