Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to create a reusable component in Figma.
Figma
const Button = () => {
return <button className="[1]">Click me</button>;
}; Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Using unique or random class names that break consistency.
✗ Incorrect
Using a consistent class name like btn-consistent helps maintain uniform styles across components.
2fill in blank
mediumComplete the sentence to explain why components help consistency.
Figma
Components allow designers to [1] styles and elements across multiple screens.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words that mean the opposite of reuse.
✗ Incorrect
Components help by reusing styles and elements, ensuring consistency.
3fill in blank
hardFix the error in the statement about components.
Figma
Components break consistency by allowing [1] styles.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing words that imply inconsistency.
✗ Incorrect
Components enable consistent styles, not break them.
4fill in blank
hardFill both blanks to complete the explanation about components.
Figma
When a component is [1], all instances [2] automatically update.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'deleted' or 'remain' which do not fit the behavior.
✗ Incorrect
Editing a component causes all instances to automatically update, ensuring consistency.
5fill in blank
hardFill all three blanks to describe component benefits.
Figma
Components help [1] design, [2] errors, and [3] user experience.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing negative words like 'ignore' that do not fit benefits.
✗ Incorrect
Components speed up design, reduce errors, and improve user experience by keeping things consistent.