Bird
Raised Fist0
Figmabi_tool~20 mins

Export settings and scales in Figma - Practice Problems & Coding Challenges

Choose your learning style10 modes available

Start learning this pattern below

Jump into concepts and practice - no test required

or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Challenge - 5 Problems
🎖️
Export Mastery Badge
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
1:30remaining
Understanding Export Scale Options in Figma

When exporting assets in Figma, which export scale option will produce an image exactly twice the size of the original design?

A3x
B2x
C0.5x
D1x
Attempts:
2 left
💡 Hint

Think about how scaling affects the pixel dimensions relative to the original.

🎯 Scenario
intermediate
2:00remaining
Choosing Export Settings for Retina Displays

You want to export an icon for use on retina displays, which require higher resolution images. Which export scale and format combination is best to ensure crisp display on retina screens?

A1x scale, JPG format
B1x scale, PNG format
C2x scale, SVG format
D2x scale, PNG format
Attempts:
2 left
💡 Hint

Retina displays need images with double pixel density and lossless quality.

dax_lod_result
advanced
1:30remaining
Calculating Exported Image Size with Scale

If a Figma frame is 150 pixels wide and you export it at 3x scale, what will be the width in pixels of the exported image?

A50 pixels
B150 pixels
C450 pixels
D300 pixels
Attempts:
2 left
💡 Hint

Multiply the original width by the scale factor.

🔧 Formula Fix
advanced
2:00remaining
Troubleshooting Exported Image Quality

A designer exports a 100x100 pixel icon at 1x scale but notices it looks blurry on a high-resolution screen. Which export setting change will fix this issue?

AExport at 2x scale
BExport at 1x scale and increase canvas size
CExport at 0.5x scale
DExport at 1x scale but change format to JPG
Attempts:
2 left
💡 Hint

Higher resolution screens need images with more pixels.

visualization
expert
2:30remaining
Best Export Settings for Multi-Device Support

You need to prepare a dashboard with icons that look sharp on standard, retina, and ultra-high resolution devices. Which export settings combination covers all these devices efficiently?

AExport icons at 1x, 2x, and 3x scales in PNG format
BExport icons at 1x scale in SVG format only
CExport icons only at 3x scale in JPG format
DExport icons at 0.5x and 1x scales in PNG format
Attempts:
2 left
💡 Hint

Think about providing multiple resolutions for different screen density.

Practice

(1/5)
1. What does the scale option do when exporting an image in Figma?
easy
A. It compresses the image to reduce file size.
B. It changes the file format of the exported image.
C. It changes the image size by multiplying dimensions without losing quality.
D. It adds a suffix to the file name automatically.

Solution

  1. Step 1: Understand scale in export context

    The scale option multiplies the width and height of the image by the chosen factor.
  2. Step 2: Effect on image quality

    Scaling up or down keeps the image quality sharp by adjusting pixel density accordingly.
  3. Final Answer:

    It changes the image size by multiplying dimensions without losing quality. -> Option C
  4. Quick Check:

    Scale adjusts size, not format or compression [OK]
Hint: Scale multiplies size, not format or compression [OK]
Common Mistakes:
  • Confusing scale with file format change
  • Thinking scale compresses image
  • Assuming scale adds suffix automatically
2. Which of the following is the correct way to set export scale to 2x in Figma's export settings?
easy
A. Set scale to 3
B. Set scale to 0.5
C. Set scale to 1
D. Set scale to 2

Solution

  1. Step 1: Identify scale factor for 2x export

    2x means doubling the size, so scale must be set to 2.
  2. Step 2: Verify other options

    0.5 halves size, 1 keeps original size, 3 triples size.
  3. Final Answer:

    Set scale to 2 -> Option D
  4. Quick Check:

    2x scale means scale = 2 [OK]
Hint: 2x scale means set scale value to 2 [OK]
Common Mistakes:
  • Setting scale to 0.5 for 2x export
  • Confusing scale 1 as 2x
  • Using scale 3 instead of 2
3. If you export an image at scale 3 with suffix @3x, what will be the effect on the exported file?
medium
A. The image will be three times larger and file name will include '@3x'.
B. The image will be smaller and file name will include '@3x'.
C. The image size stays the same but file name changes to '@3x'.
D. The image will be three times larger but file name stays unchanged.

Solution

  1. Step 1: Understand scale 3 effect

    Scale 3 multiplies image dimensions by 3, making it larger.
  2. Step 2: Understand suffix usage

    Suffix '@3x' is added to the file name to indicate scale factor.
  3. Final Answer:

    The image will be three times larger and file name will include '@3x'. -> Option A
  4. Quick Check:

    Scale 3 enlarges image; suffix labels file [OK]
Hint: Scale changes size; suffix changes file name [OK]
Common Mistakes:
  • Thinking suffix changes image size
  • Assuming scale 3 shrinks image
  • Ignoring suffix in file name
4. You set export scale to 2 and suffix to @2x but the exported file name does not include the suffix. What is the likely cause?
medium
A. Suffix field was left empty or not saved.
B. Scale must be set to 1 for suffix to appear.
C. File format does not support suffixes.
D. Export settings do not allow suffixes with scale.

Solution

  1. Step 1: Check suffix field usage

    If suffix is empty or changes not saved, it won't appear in file name.
  2. Step 2: Verify scale and format settings

    Scale 2 supports suffix; file formats support suffixes; export allows suffixes with scale.
  3. Final Answer:

    Suffix field was left empty or not saved. -> Option A
  4. Quick Check:

    Suffix must be entered and saved to appear [OK]
Hint: Always save suffix text to see it in file name [OK]
Common Mistakes:
  • Thinking scale disables suffix
  • Believing file format blocks suffix
  • Not saving suffix after typing
5. You need to export icons for web at 1x, 2x, and 3x scales with clear file names. Which export settings combination is best?
hard
A. Export three times with scale 1 and suffixes '1x', '2x', '3x'.
B. Export three times with scales 1, 2, 3 and suffixes '', '@2x', '@3x' respectively.
C. Export once at scale 3 with suffix '@3x' and rename files manually.
D. Export once at scale 1 with no suffix and resize files later.

Solution

  1. Step 1: Understand scale and suffix matching

    Each scale should have matching suffix to identify size clearly.
  2. Step 2: Evaluate options

    Export three times with scales 1, 2, 3 and suffixes '', '@2x', '@3x' respectively, exports at correct scales with proper suffixes automatically. Others either skip scales or mismatch suffixes.
  3. Final Answer:

    Export three times with scales 1, 2, 3 and suffixes '', '@2x', '@3x' respectively. -> Option B
  4. Quick Check:

    Match scale and suffix for clarity [OK]
Hint: Match scale with suffix for clear file names [OK]
Common Mistakes:
  • Exporting once and renaming manually
  • Using wrong suffix for scale
  • Exporting all at scale 1 only