0
0
Figmabi_tool~20 mins

Rectangle and ellipse tools in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Shape Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Understanding Rectangle Corner Radius

In Figma, when you create a rectangle and adjust its corner radius, what happens visually?

AThe rectangle transforms into an ellipse.
BThe rectangle's fill color changes to a gradient.
CThe rectangle's border thickness increases.
DThe rectangle's corners become rounded by the specified radius.
Attempts:
2 left
💡 Hint

Think about how corner radius affects shapes in design tools.

visualization
intermediate
1:30remaining
Ellipse Tool Output

You use the ellipse tool in Figma to draw a shape with width 100px and height 50px. What shape do you get?

AA rectangle with rounded corners.
BA perfect circle with diameter 100px.
CAn ellipse with horizontal axis 100px and vertical axis 50px.
DA square with side length 50px.
Attempts:
2 left
💡 Hint

Recall the difference between circles and ellipses.

data_modeling
advanced
2:00remaining
Combining Rectangle and Ellipse Properties

You want to create a shape in Figma that looks like a rectangle with fully rounded ends (pill shape). Which approach models this best?

ACreate a rectangle and set corner radius equal to half the rectangle's height.
BCreate an ellipse and stretch it horizontally to rectangle's width.
CCreate a rectangle and set corner radius to zero.
DCreate a rectangle with zero corner radius and overlay an ellipse on each end.
Attempts:
2 left
💡 Hint

Think about how corner radius relates to height for fully rounded ends.

🔧 Formula Fix
advanced
1:30remaining
Why Does My Ellipse Look Like a Circle?

You draw an ellipse in Figma with width 80px and height 80px, but it looks like a circle. Why?

ABecause width and height are equal, so the ellipse is a circle.
BBecause the corner radius is set to maximum.
CBecause the fill color is set to transparent.
DBecause the shape is locked and cannot be resized.
Attempts:
2 left
💡 Hint

Consider what makes a circle different from an ellipse.

🎯 Scenario
expert
2:30remaining
Designing a Responsive Button with Rectangle and Ellipse Tools

You need to design a button in Figma that adjusts its width based on text length but always has fully rounded ends. Which method ensures this behavior?

ACreate a rectangle with zero corner radius and add circles on each end as separate layers.
BCreate a rectangle with corner radius set to half the button's height and use auto width resizing.
CCreate an ellipse and manually resize it for each text length.
DCreate a rectangle with fixed width and height and adjust text size to fit.
Attempts:
2 left
💡 Hint

Think about how corner radius and auto resizing work together.