SHOPIFY THEME DEVELOPMENT
CERTIFICATION
You are building a slideshow section. When the merchant selects it in the theme
editor, it should navigate to the correct image. Which event should you listen for?
shopify:section:select
shopify:block:select
shopify:block:load
shopify:section:load
https://help.shopify.com/en/themes/development/sections - ANSWERS-
shopify:section:select
?
All values in Liquid are truthy except false.
True
False
,https://help.shopify.com/en/themes/liquid/basics/true-and-false - ANSWERS-
False.
nil and false
Which of the following Liquid objects do not have images associated with them?
variant
line_item
blog
article - ANSWERS-line_item
?
A metafield consists of:
Name, type, permissions, and webhook
Namespace, key, value, and description
ID, settings, attributes, and type
Handle, tag, variable, and class
,https://help.shopify.com/en/themes/liquid/objects/metafield - ANSWERS-
Namespace, key, value, and description
Which of the following describes the purpose of the asset_url Liquid filter:
Displaying the URL of a file on the storefront
Linking a layout file to a stylesheet
Outputting a URL of a downloadable product
Creates a link to a file on the Files page of the admin
https://help.shopify.com/en/themes/liquid/filters/url-filters#asset_url -
ANSWERS-Displaying the URL of a file on the storefront
Since Asset files have a stored history, you will be able to revert changes to
previous versions without backing them up.
True
False
https://ecommerce.shopify.com/c/ecommerce-design/t/asset-folder-version-
control-265354 - ANSWERS-False
Which tag controls the maximum number of blocks in a section?
, max_blocks
limit
block_limit
limit_blocks
https://help.shopify.com/en/themes/liquid/tags/iteration-tags - ANSWERS-limit
The gift_card.liquid file requires the addition of a QR code image, sized at:
80x80px
100x100px
120x120px
Any square dimensions above 75px - ANSWERS-120x120px
https://shopify.dev/themes/architecture/templates/gift-card-liquid#qr-code
Which of the following properties would not be define within a section's schemas
tags?
name
class
settings
presets
CERTIFICATION
You are building a slideshow section. When the merchant selects it in the theme
editor, it should navigate to the correct image. Which event should you listen for?
shopify:section:select
shopify:block:select
shopify:block:load
shopify:section:load
https://help.shopify.com/en/themes/development/sections - ANSWERS-
shopify:section:select
?
All values in Liquid are truthy except false.
True
False
,https://help.shopify.com/en/themes/liquid/basics/true-and-false - ANSWERS-
False.
nil and false
Which of the following Liquid objects do not have images associated with them?
variant
line_item
blog
article - ANSWERS-line_item
?
A metafield consists of:
Name, type, permissions, and webhook
Namespace, key, value, and description
ID, settings, attributes, and type
Handle, tag, variable, and class
,https://help.shopify.com/en/themes/liquid/objects/metafield - ANSWERS-
Namespace, key, value, and description
Which of the following describes the purpose of the asset_url Liquid filter:
Displaying the URL of a file on the storefront
Linking a layout file to a stylesheet
Outputting a URL of a downloadable product
Creates a link to a file on the Files page of the admin
https://help.shopify.com/en/themes/liquid/filters/url-filters#asset_url -
ANSWERS-Displaying the URL of a file on the storefront
Since Asset files have a stored history, you will be able to revert changes to
previous versions without backing them up.
True
False
https://ecommerce.shopify.com/c/ecommerce-design/t/asset-folder-version-
control-265354 - ANSWERS-False
Which tag controls the maximum number of blocks in a section?
, max_blocks
limit
block_limit
limit_blocks
https://help.shopify.com/en/themes/liquid/tags/iteration-tags - ANSWERS-limit
The gift_card.liquid file requires the addition of a QR code image, sized at:
80x80px
100x100px
120x120px
Any square dimensions above 75px - ANSWERS-120x120px
https://shopify.dev/themes/architecture/templates/gift-card-liquid#qr-code
Which of the following properties would not be define within a section's schemas
tags?
name
class
settings
presets