Bird
Raised Fist0
Figmabi_tool~10 mins

Export settings and scales in Figma - Cell-by-Cell Formula Trace

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
Sample Data

This table shows different design assets with their export format and scale settings in Figma.

CellValue
A1Asset Name
B1Export Format
C1Scale
A2Logo
B2PNG
C21x
A3Icon
B3SVG
C32x
A4Banner
B4JPG
C40.5x
Formula Trace
IF(C2="1x", "Export at original size", IF(C2="2x", "Export at double size", IF(C2="0.5x", "Export at half size", "Unknown scale")))
Step 1: C2 = "1x"
Step 2: IF(true, "Export at original size", ...)
Cell Reference Map
    A       B       C
1 |Asset  |Format |Scale
2 |Logo   |PNG    |1x  
3 |Icon   |SVG    |2x  
4 |Banner |JPG    |0.5x 
The formula references cell C2 to determine the export scale for the 'Logo' asset.
Result
    A       B       C                   D
1 |Asset  |Format |Scale               |Export Instruction
2 |Logo   |PNG    |1x                  |Export at original size
3 |Icon   |SVG    |2x                  | 
4 |Banner |JPG    |0.5x                | 
The formula in column D for row 2 evaluates to 'Export at original size' based on the scale '1x' in C2.
Sheet Trace Quiz - 3 Questions
Test your understanding
What does the formula return when the scale is '1x'?
AExport at original size
BExport at double size
CExport at half size
DUnknown scale
Key Result
Nested IF statements check scale values to return corresponding export instructions.

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