How to Access Result Page Settings
- From the Quizify dashboard, click the edit quiz icon next to your quiz to open the quiz editor
- Click Result in the left menu
- Open the result page settings panel
Layout Options
Quizify uses a grid layout to display recommended products. You can control the number of columns in the grid — for example, setting it to 1 displays products in a single column, while higher values show multiple products per row. Layout settings are found under the Design settings tab in the quiz editor, not in the Recommendation settings. Choose the number of columns that best suits your product type and the number of recommendations you expect to show. Fewer columns work well for quizzes that show detailed product cards, while more columns are useful when displaying a larger number of recommendations at a glance.What Product Information Displays
You can control which details appear on each product card:- Product image — The main Shopify product image
- Product title — The product name as it appears in Shopify
- Product description — The short or full product description from Shopify
- Price — The current Shopify price for the product or variant
- Add to Cart button — Lets customers add the product to their cart directly
- View Product button — A link to the product page on your Shopify store
Custom Text Sections
How content is structured on the result page depends on the recommendation type your quiz uses.Normal Recommendations
For quizzes using normal (vote-based) recommendations, you can add custom text content in two positions:- Above the products — Use this for a heading or introduction to the result, such as “Here are your personalised recommendations”
- Below the products — Use this for a call to action, a discount reminder, or additional guidance
Score and Type Recommendations
For quizzes using score-based or type-based recommendations, each result category (each score range or each result type) has its own single content area. You can write any text in this content area, and use the{{ score_type_products }} shortcode to control exactly where the product grid appears within it.
-
If you include
{{ score_type_products }}in the content, the product grid will appear at that position in the content - If you do not include the shortcode, the product grid will appear after the content automatically
First Name Shortcode
On any result page, you can display the customer’s first name using the{{ First name }} shortcode. Add it to any content field on the result page and it will be replaced with the name entered by the customer. For example:
Thanks, {{ First name }}! Here are your recommendations.displays as “Thanks, Sarah! Here are your recommendations.”