0
0
Figmabi_tool~20 mins

Spacing between items in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Spacing Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
visualization
intermediate
2:00remaining
Adjusting spacing between dashboard cards

You have a dashboard with multiple cards arranged in a grid. You want to increase the space between these cards evenly without changing their size. Which Figma property should you adjust?

AIncrease the 'Padding' inside each card component.
BIncrease the 'Gap' value in the Auto Layout settings of the parent frame.
CAdd margin manually by inserting empty frames between cards.
DChange the 'Stroke' thickness of each card's border.
Attempts:
2 left
💡 Hint

Think about the property that controls space between items inside a container using Auto Layout.

🧠 Conceptual
intermediate
1:30remaining
Understanding spacing impact on readability

Why is consistent spacing between items important in a BI dashboard design?

AIt improves visual clarity and helps users scan information easily.
BIt makes the dashboard load faster by reducing file size.
CIt allows more data to fit on the screen by reducing gaps.
DIt changes the color contrast between items.
Attempts:
2 left
💡 Hint

Think about how spacing affects how users perceive grouped information.

data_modeling
advanced
2:00remaining
Spacing in nested Auto Layout frames

You have a nested Auto Layout frame inside a parent Auto Layout frame. The parent frame has a gap of 20px, and the nested frame has a gap of 10px between its items. What is the total horizontal space between two items, one in the parent frame and one inside the nested frame?

A10px, because only the nested frame's gap applies between its items.
B30px, because the gaps add up between nested and parent frames.
C20px, because the parent frame's gap applies between its direct children only.
D0px, because nested frames ignore parent gaps.
Attempts:
2 left
💡 Hint

Consider how Auto Layout gaps apply only between direct children of a frame.

🔧 Formula Fix
advanced
2:00remaining
Fixing inconsistent spacing in a dashboard layout

You notice that the spacing between some dashboard widgets is inconsistent, even though all widgets are inside the same Auto Layout frame with a gap of 16px. Which of the following is the most likely cause?

ASome widgets have extra padding or margin inside their frames.
BThe Auto Layout gap property is set to 0px.
CThe widgets are not inside an Auto Layout frame.
DThe frame's background color is transparent.
Attempts:
2 left
💡 Hint

Think about what can add extra space inside individual widgets.

🎯 Scenario
expert
3:00remaining
Optimizing spacing for responsive BI dashboards

You are designing a BI dashboard in Figma that must look good on both desktop and mobile screens. You want the spacing between items to adjust automatically based on screen size. Which approach best achieves this?

AUse fixed pixel values for gaps and resize the frame manually for each screen size.
BUse percentage-based padding inside each item and fixed gaps in the parent frame.
CCreate separate frames for desktop and mobile with different fixed gaps.
DUse Auto Layout with 'Space Between' distribution and set minimum and maximum gap values using constraints or variants.
Attempts:
2 left
💡 Hint

Consider how Auto Layout can distribute space dynamically and how constraints or variants can help with responsiveness.