0
0
Figmabi_tool~20 mins

Fixed elements in prototypes in Figma - Practice Problems & Coding Challenges

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

In Figma prototypes, what is the main purpose of setting an element as fixed?

ATo lock the element so it cannot be edited in the design file.
BTo keep the element visible and in the same position while scrolling the frame.
CTo make the element invisible during prototype playback.
DTo duplicate the element automatically on every page.
Attempts:
2 left
💡 Hint

Think about what happens when you scroll a page and some parts stay visible.

🎯 Scenario
intermediate
2:00remaining
Applying Fixed Elements in a Scrolling Frame

You have a long scrolling page prototype in Figma. You want the navigation bar to stay visible at the top while users scroll down. What should you do?

AGroup the navigation bar and set the group as fixed position when scrolling.
BConvert the navigation bar to a component and disable scrolling.
CPlace the navigation bar outside the scrolling frame.
DSet the navigation bar layer as fixed position when scrolling.
Attempts:
2 left
💡 Hint

Only elements inside the scrolling frame can be fixed during scroll.

🔧 Formula Fix
advanced
2:00remaining
Why is the Fixed Element Not Staying Visible?

You set a header as fixed in your Figma prototype, but when you scroll, it disappears. What is the most likely cause?

AThe header is outside the scrolling frame, so fixed position does not apply.
BThe header layer is locked, preventing it from being fixed.
CThe prototype frame has no scrolling enabled.
DThe header is set as a component, which disables fixed positioning.
Attempts:
2 left
💡 Hint

Fixed elements must be inside the scrolling frame to stay visible.

visualization
advanced
2:00remaining
Visualizing Fixed Elements Behavior

Which visualization best represents how a fixed footer behaves in a scrolling prototype?

AFooter duplicates at the top and bottom of the page.
BFooter scrolls up and out of view with the rest of the content.
CFooter stays at the bottom of the viewport while content scrolls behind it.
DFooter disappears when scrolling starts and reappears at the end.
Attempts:
2 left
💡 Hint

Think about sticky footers on websites.

data_modeling
expert
3:00remaining
Modeling Fixed Elements with Multiple Scrollable Areas

You have a prototype with two scrollable frames: a sidebar and a main content area. You want a header fixed only in the main content area. How should you set the fixed element?

APlace the header inside the main content scroll frame and set it as fixed position when scrolling.
BPlace the header outside both scroll frames and set it as fixed position.
CPlace the header inside the sidebar scroll frame and set it as fixed position.
DCreate two headers, one fixed in each scroll frame.
Attempts:
2 left
💡 Hint

Fixed elements only stay fixed inside their own scroll frame.