0
0
Figmabi_tool~20 mins

Linear gradient in Figma - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Linear Gradient Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Understanding Linear Gradient Direction

In Figma, you apply a linear gradient to a rectangle. Which option correctly describes how the gradient direction is set?

AThe gradient direction is set by dragging the gradient line from start to end points on the shape.
BThe gradient direction is fixed and cannot be changed once applied.
CThe gradient direction is automatically vertical and cannot be customized.
DThe gradient direction is controlled by the color picker only.
Attempts:
2 left
💡 Hint

Think about how you can visually adjust the gradient on the shape.

visualization
intermediate
2:00remaining
Identifying Correct Linear Gradient Setup

You want a linear gradient that goes from blue on the left to red on the right of a rectangle. Which gradient setup in Figma will produce this effect?

AGradient line starts on the left with blue color stop and ends on the right with red color stop.
BGradient line starts on the top with red color stop and ends on the bottom with blue color stop.
CGradient line starts on the right with blue color stop and ends on the left with red color stop.
DGradient line starts on the bottom with red color stop and ends on the top with blue color stop.
Attempts:
2 left
💡 Hint

Remember the gradient direction matches the line from start color to end color.

dax_lod_result
advanced
2:00remaining
Calculating Gradient Stop Positions

You have a linear gradient with three color stops at positions 0%, 50%, and 100%. What is the position value of the middle stop in decimal form?

A0.25
B0.0
C1.0
D0.5
Attempts:
2 left
💡 Hint

Convert percentage to decimal by dividing by 100.

🎯 Scenario
advanced
2:00remaining
Adjusting Gradient for Accessibility

You created a linear gradient background from light gray to white. Users with low vision find it hard to see the content on top. What is the best adjustment to improve accessibility?

ARemove the gradient and use pure white background only.
BIncrease the contrast by making the gradient darker on one side and lighter on the other.
CMake the gradient colors closer in shade to keep it subtle.
DAdd more color stops with similar light colors.
Attempts:
2 left
💡 Hint

Think about contrast and visibility for text on backgrounds.

🔧 Formula Fix
expert
2:00remaining
Fixing Unexpected Gradient Behavior

You applied a linear gradient but the colors appear reversed on your shape. Which option explains the most likely cause?

AThe gradient type was accidentally set to radial instead of linear.
BThe colors were assigned in the wrong order in the color picker but the gradient line is correct.
CThe gradient line was dragged from end color to start color, reversing the gradient direction.
DThe shape's fill opacity is set to 0%, making colors invisible.
Attempts:
2 left
💡 Hint

Consider how dragging the gradient line affects color direction.