How to Set Up Funnel Quiz¶
A Funnel Quiz helps your customers find the best product by assigning "votes" to products as they answer questions. The quiz counts these votes and recommends the most relevant products at the end.
Use this method for:
- Helping customers narrow down a large product catalog
- Most quizzes, especially product finders
- Your first product recommendation quiz
- Quizzes without complex branching
✍🏻 Voting System¶
Our product recommendation algorithm works like a voting system:
- Product variants are linked to each choice.
- When a customer picks a choice, all linked products receive one vote.
- After the customer takes the quiz, the results page will show the most voted product variants sorted by the number of votes.
- If no products have been linked or all the products have been excluded, the results page will appear empty.
- If there's a draw in the number of votes, the app will randomize the order of products.
Understand Inclusion and Exclusion
Inclusion¶
Products or collections added in the include/upvotes
field of the Link Products/Collections/Upvote tab are upvoted in the final recommendations.
How the votes work for each included linked item:
- Product variants: Individual variants receive a vote when their linked choice is selected. Note that only product variants are directly linked to choices. However, on the results page, variants can be grouped under their parent products for a streamlined shopping experience.
- Collections: Every product within a linked collection receives a vote when their linked choice is selected.
- Tags: Every product within a linked tag receives a vote when their linked choice is selected.
- Variant collections: Created automatically by the app, every product within a linked variant collection receives a vote when their linked choice is selected.
- Vendor collections: Created automatically by the app, every product within a linked vendor collection receives a vote when their linked choice is selected.
- All variants of the same product at once: All variants of a product get upvoted at once when their linked choice is selected. Note: A special setting called
Use top-level product
in Quiz Settings needs to be active for this option to appear in the Link Products section.
How the votes work for each upvoted item:
- Main Products / All variants of the same product at once: All variants of a product get upvoted at once when their linked choice is selected.
- Product variants: Individual variants receive a vote when their linked choice is selected. Note that only product variants are directly linked to choices. However, on the results page, variants can be grouped under their parent products for a streamlined shopping experience.
- Collections: Every product within a linked collection receives a vote when their linked choice is selected.
- Tags: Every product within a linked tag receives a vote when their linked choice is selected.
- Variant collections: Created automatically by the app, every product within a linked variant collection receives a vote when their linked choice is selected.
- Vendor collections: Created automatically by the app, every product within a linked vendor collection receives a vote when their linked choice is selected.
Tip
You can also recommend pure text results by setting up different sections on the results page and controlling visibility of each section with Display Logic. This option is not dependent on the voting system but rather on custom scoring system or conditional logic.
How the votes work for each included linked item:
- Simple Products - Individual products receive a vote when their linked choice is selected.
- Product variants: Individual variants receive a vote when their linked choice is selected. Note that only product variants are directly linked to choices. However, on the results page, variants can be grouped under their parent products for a streamlined shopping experience.
- Product Bundles: A bundle is treated as an individual product. Every bundle recieves one vote when their linked choice is selected.
- Affiliate Products - Individual products receive a vote when their linked choice is selected. On the results page the customer is redirected to the affiliate link (not the store link).
- Categories: Every product within a linked category receives a vote when their linked choice is selected.
- Tags: Every product within a linked tag receives a vote when their linked choice is selected.
- All variants of the same product at once: All variants of a product get upvoted at once when their linked choice is selected. Note: A special setting called
Use top-level product
in Quiz Settings needs to be active for this option to appear in the Link Products section.
How the votes work for each included linked item:
- Product variants: Individual variants receive a vote when their linked choice is selected. Note that only product variants are directly linked to choices. However, on the results page, variants can be grouped under their parent products for a streamlined shopping experience.
- Categories: Every product within a linked category receives a vote when their linked choice is selected.
How the votes work for each included linked item:
- Product variants: Individual variants receive a vote when their linked choice is selected. Note that only product variants are directly linked to choices. However, on the results page, variants can be grouped under their parent products for a streamlined shopping experience.
- Categories: Every product within a linked category receives a vote when their linked choice is selected.
- Tags: Every product within a linked tag receives a vote when their linked choice is selected.
Tip
You can also use custom fields as tags within the app by following these instructions
How the votes work for each included linked item:
- Product variants: Individual variants receive a vote when their linked choice is selected. Note that only product variants are directly linked to choices. However, on the results page, variants can be grouped under their parent products for a streamlined shopping experience.
- Collections: Every product within a linked collection receives a vote when their linked choice is selected.
Warning
If a product variant is linked to choice "A" (via the Link Products / Upvote tab) and a collection of products that contain this product variant is also linked to choice "A" (via the Link Collections / Upvote tab), then this product variant will receive 2 votes from the same choice.`
Exclusion¶
Use the exclude
field of the Link Products/Collections/Exclude tab to remove certain products or collections from the recommendations, useful for items with allergens or sensitive ingredients.
Warning
Once a product is excluded in a choice it will never show as a recommendation, even if it's upvoted in another choice earlier/later in the quiz.
Example
If you want the recommended products to be filtered out by question, you can do that using the exclude
feature. For example, if you want to show only recommendations within a certain price range, you can use the exclude collections feature as in the example below.
This way if a customer chooses that he doesn't want to spend more than 100$, all the products over that price will be excluded from the recommendations.
Funnel Quiz¶
The voting system recommends products by counting how many times each one is "voted for" through customer quiz choices. Each quiz choice can be linked to specific product variants, and every time a customer selects a choice, the associated products receive one vote.
At the end of the quiz, the results page displays the product variants with the most votes, sorted from highest to lowest. If no products have been linked or all products are excluded by logic, the results page will be empty. In the case of a tie, the app will randomize the product order. You can also configure the system to show only a limited number of top-voted products or set a minimum number of votes for a product to appear.
RevenueHunt Product Recommendation Quiz can show on the results page product variants, main products and Recharge subscription products.
RevenueHunt Product Recommendation Quiz cannot recommend collections of products, though it's possible to only recommend products from a specific collection.
Follow these steps to set up product recommendations in your Product Recommendation Quiz:
-
Link Products to Choices: Navigate to the Link Products/Collections/Upvote tab within your quiz setup. For each choice, link/upvote relevant products.
- You can link./upvote product variants, collections, tags, variant collections, vendor collections or all variants of the same product at once.
-
Edit the Results Page: In the Results Page tab you can edit the content of your results screen. You can add a heading, content block, image block, HTML block, Product Block or a Product Slot block.
Tip
Check How to Edit the Results Page for more information.
-
Add a Product Block: Products can be displayed on the Results Page as a list via the
Product Block
or divided into slots via theProduct Slot Block
. For beginners, it's recommended to use aProduct Block
to show the recommendations.-
Product Block displays the products sorted by the number of votes - the most voted products are shown first, and the least voted last. In Product Block settings you can choose how many products you want to show at the end of the quiz.
-
Product Slot Blocks allow you to display the products in clear steps, for example as a skincare routine. Each Product Slot will recommend the most-voted product from a collection that's linked to it. Check How to Recommend a Skincare Routine with Slots for step-by-step instructions on how to set up Slot Blocks.
-
-
Test the Results: After your products are linked and the results page is set up, you can test your quiz.
- Click
Publish/Save
on the top-right menu to update the preview/live quiz. -
Then, click
Preview
to test the quiz you've created in a new window.Note
You can test the quiz as much as you like as long as you always open a new preview window. These test responses done as admin are automatically removed after 1 hour to not add to your usage quota.
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section to understand why specific products were recommended or missing from the recommendations.Tip
Check How to Troubleshoot Quiz Results for detailed instructions on how to use this tool.
-
Refine the Results: If you want to make the results ultra-precise, you can also:
- Limit the recommendations: You can choose to limit the recommendations to only show products that received X votes or more in the Results Page settings.
- Use Exclusions: You can use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier).
By linking product variants and collections to quiz choices, and understanding the inclusion/exclusion logic, you can use our algorithm to offer precise product recommendations.
RevenueHunt Product Recommendation Quiz can show on the results page product variants, main products and collections.
Follow these steps to set up product recommendations in your Product Recommendation Quiz:
-
Link Products to Choices: Navigate to the Upvote tab within your quiz setup. For each choice, upvote relevant products.
Products or collections added in the
upvotes
field of the Upvote tab are upvoted in the final recommendations.Tip
Think carefully about which products are upvoted in each choice. You can create special hidden collections for each choice in Shopify and add only relevant products to them. Then you can link collections to choices rather than individual products for easier management.
How the votes work for each included linked item?
You can upvote product variants, collections, tags, variant collections, vendor collections or all variants of the same product at once.
- Product variants: Individual variants receive a vote when their linked choice is selected. Note that only product variants are directly linked to choices. However, on the results page, variants can be grouped under their parent products for a streamlined shopping experience.
- Collections: Every product within a linked collection receives a vote when their linked choice is selected.
- Tags: Every product within a linked tag receives a vote when their linked choice is selected.
- Variant collections: Created automatically by the app, every product within a linked variant collection receives a vote when their linked choice is selected.
- Vendor collections: Created automatically by the app, every product within a linked vendor collection receives a vote when their linked choice is selected.
- All variants of the same product at once: All variants of a product get upvoted at once when their linked choice is selected. Note: A special setting called
Use top-level product
in Quiz Settings needs to be active for this option to appear in the Link Products section.
How does product exclusion work in the voting system?
Use the
exclude
field of the Exclude tab to remove certain products or collections from the recommendations, useful for items with allergens or sensitive ingredients.Warning
Once a product is excluded in a choice it will never show as a recommendation, even if it's upvoted in another choice earlier/later in the quiz.
Example
If you want the recommended products to be filtered out by question, you can do that using the
exclude
feature. For example, if you want to show only recommendations within a certain price range, you can use the exclude collections feature as in the example below.This way if a customer chooses that he doesn't want to spend more than 100$, all the products over that price will be excluded from the recommendations.
-
Edit the Results Page: In the Results Page tab you can edit the content of your results screen.
- You can add a heading, content block, image block, HTML block or a Product Block.
Tip
Check How to Edit the Results Page for more information.
-
Add a Product Block: Products or variants or collections can be displayed on the Results Page as a list via the
Products Block
.- Click
+ Add Block
and selectProducts Block
to add it to your results page.
- In Product Block settings you can chose the
Recommendation system
to beBased on customer's responses
. the Product Block then displays the products sorted by the number of votes - the most voted products are shown first, and the least voted last.
- Every Product Block comes with a default
Slot
that allows you to display the recommended products. In Slot settings you can choose how many products you want to show at the end of the quiz.
- Then the results page will show the products like this, sorted by the number of votes:
Note
Product Block also allows you to display the products in clear steps, for example as a skincare routine. Each Product Block that has an added Segement Filter can recommend the most-voted product from a collection that's linked to it. Check How to Recommend a Skincare Routine with Slots for step-by-step instructions on how to set up Slot Blocks.
- Click
-
Test the Results: After your products are linked and the results page is set up, you can test your quiz.
- Click
Save
on the top-right menu to update the preview/live quiz. -
Then, click
Preview
to test the quiz you've created in a new window.Note
You can test the quiz as much as you like as long as you always open a new preview window. These test responses done as admin are automatically removed after 1 hour to not add to your usage quota.
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section to understand why specific products were recommended or missing from the recommendations.Tip
Check How to Troubleshoot Quiz Results for detailed instructions on how to use this tool.
-
Refine the Results: If you want to make the results ultra-precise, you can also:
- Limit the recommendations: You can choose to limit the recommendations to only show products that received X votes or more in the Results Page settings.
- Use Exclusions: You can use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier).
By linking product variants and collections to quiz choices, and understanding the inclusion/exclusion logic, you can use our algorithm to offer precise product recommendations.
RevenueHunt Product Recommendation Quiz can show on the results page simple products, variable products, grouped products, external/affiliate products and WooCommerce subscription products.
RevenueHunt Product Recommendation Quiz cannot recommend categories of products, though it's possible to only recommend products from a specific category/tag/attribute.
Warning
Product Recommendation Quiz for WooCommerce can sync only one type of variants of variable products. For example, if a variable product has two types of variants, the first one being size, the second being color, the app will be able to only sync the size variant of your products.
Follow these steps to set up product recommendations in your Product Recommendation Quiz:
- Link Products to Choices: Navigate to the Link Products/Collections/Upvote tab within your quiz setup. For each choice, link/upvote relevant products.
- You can link./upvote product variants, collections, tags, variant collections, vendor collections or all variants of the same product at once.
-
Edit the Results Page: In the Results Page tab you can edit the content of your results screen. You can add a heading, content block, image block, HTML block, Product Block or a Product Slot block.
Tip
Check How to Edit the Results Page for more information.
-
Add a Product Block: Products can be displayed on the Results Page as a list via the
Product Block
or divided into slots via theProduct Slot Block
. For beginners, it's recommended to use aProduct Block
to show the recommendations.-
Product Block displays the products sorted by the number of votes - the most voted products are shown first, and the least voted last. In Product Block settings you can choose how many products you want to show at the end of the quiz.
-
Product Slot Blocks allow you to display the products in clear steps, for example as a skincare routine. Each Product Slot will recommend the most-voted product from a collection that's linked to it. Check How to Recommend a Skincare Routine with Slots for step-by-step instructions on how to set up Slot Blocks.
-
-
Test the Results: After your products are linked and the results page is set up, you can test your quiz.
- Click
Publish/Save
on the top-right menu to update the preview/live quiz. -
Then, click
Preview
to test the quiz you've created in a new window.Note
You can test the quiz as much as you like as long as you always open a new preview window. These test responses done as admin are automatically removed after 1 hour to not add to your usage quota.
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section to understand why specific products were recommended or missing from the recommendations.Tip
Check How to Troubleshoot Quiz Results for detailed instructions on how to use this tool.
-
Refine the Results: If you want to make the results ultra-precise, you can also:
- Limit the recommendations: You can choose to limit the recommendations to only show products that received X votes or more in the Results Page settings.
- Use Exclusions: You can use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier).
By linking product variants and collections to quiz choices, and understanding the inclusion/exclusion logic, you can use our algorithm to offer precise product recommendations.
RevenueHunt Product Recommendation Quiz can show on the results page product variants and main products.
RevenueHunt Product Recommendation Quiz cannot recommend categories of products, though it's possible to only recommend products from a specific category.
Follow these steps to set up product recommendations in your Product Recommendation Quiz:
- Link Products to Choices: Navigate to the Link Products/Collections/Upvote tab within your quiz setup. For each choice, link/upvote relevant products.
- You can link./upvote product variants, collections, tags, variant collections, vendor collections or all variants of the same product at once.
-
Edit the Results Page: In the Results Page tab you can edit the content of your results screen. You can add a heading, content block, image block, HTML block, Product Block or a Product Slot block.
Tip
Check How to Edit the Results Page for more information.
-
Add a Product Block: Products can be displayed on the Results Page as a list via the
Product Block
or divided into slots via theProduct Slot Block
. For beginners, it's recommended to use aProduct Block
to show the recommendations.-
Product Block displays the products sorted by the number of votes - the most voted products are shown first, and the least voted last. In Product Block settings you can choose how many products you want to show at the end of the quiz.
-
Product Slot Blocks allow you to display the products in clear steps, for example as a skincare routine. Each Product Slot will recommend the most-voted product from a collection that's linked to it. Check How to Recommend a Skincare Routine with Slots for step-by-step instructions on how to set up Slot Blocks.
-
-
Test the Results: After your products are linked and the results page is set up, you can test your quiz.
- Click
Publish/Save
on the top-right menu to update the preview/live quiz. -
Then, click
Preview
to test the quiz you've created in a new window.Note
You can test the quiz as much as you like as long as you always open a new preview window. These test responses done as admin are automatically removed after 1 hour to not add to your usage quota.
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section to understand why specific products were recommended or missing from the recommendations.Tip
Check How to Troubleshoot Quiz Results for detailed instructions on how to use this tool.
-
Refine the Results: If you want to make the results ultra-precise, you can also:
- Limit the recommendations: You can choose to limit the recommendations to only show products that received X votes or more in the Results Page settings.
- Use Exclusions: You can use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier).
By linking product variants and collections to quiz choices, and understanding the inclusion/exclusion logic, you can use our algorithm to offer precise product recommendations.
RevenueHunt Product Recommendation Quiz can show on the results page product variants and main products.
RevenueHunt Product Recommendation Quiz cannot recommend categories of products, though it's possible to only recommend products from a specific category.
Follow these steps to set up product recommendations in your Product Recommendation Quiz:
- Link Products to Choices: Navigate to the Link Products/Collections/Upvote tab within your quiz setup. For each choice, link/upvote relevant products.
- You can link./upvote product variants, collections, tags, variant collections, vendor collections or all variants of the same product at once.
-
Edit the Results Page: In the Results Page tab you can edit the content of your results screen. You can add a heading, content block, image block, HTML block, Product Block or a Product Slot block.
Tip
Check How to Edit the Results Page for more information.
-
Add a Product Block: Products can be displayed on the Results Page as a list via the
Product Block
or divided into slots via theProduct Slot Block
. For beginners, it's recommended to use aProduct Block
to show the recommendations.-
Product Block displays the products sorted by the number of votes - the most voted products are shown first, and the least voted last. In Product Block settings you can choose how many products you want to show at the end of the quiz.
-
Product Slot Blocks allow you to display the products in clear steps, for example as a skincare routine. Each Product Slot will recommend the most-voted product from a collection that's linked to it. Check How to Recommend a Skincare Routine with Slots for step-by-step instructions on how to set up Slot Blocks.
-
-
Test the Results: After your products are linked and the results page is set up, you can test your quiz.
- Click
Publish/Save
on the top-right menu to update the preview/live quiz. -
Then, click
Preview
to test the quiz you've created in a new window.Note
You can test the quiz as much as you like as long as you always open a new preview window. These test responses done as admin are automatically removed after 1 hour to not add to your usage quota.
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section to understand why specific products were recommended or missing from the recommendations.Tip
Check How to Troubleshoot Quiz Results for detailed instructions on how to use this tool.
-
Refine the Results: If you want to make the results ultra-precise, you can also:
- Limit the recommendations: You can choose to limit the recommendations to only show products that received X votes or more in the Results Page settings.
- Use Exclusions: You can use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier).
By linking product variants and collections to quiz choices, and understanding the inclusion/exclusion logic, you can use our algorithm to offer precise product recommendations.
RevenueHunt Product Recommendation Quiz can show on the results page product variants and main products.
RevenueHunt Product Recommendation Quiz cannot recommend collections of products, though it's possible to only recommend products from a specific collection.
Follow these steps to set up product recommendations in your Product Recommendation Quiz:
- Link Products to Choices: Navigate to the Link Products/Collections/Upvote tab within your quiz setup. For each choice, link/upvote relevant products.
- You can link./upvote product variants, collections, tags, variant collections, vendor collections or all variants of the same product at once.
-
Edit the Results Page: In the Results Page tab you can edit the content of your results screen. You can add a heading, content block, image block, HTML block, Product Block or a Product Slot block.
Tip
Check How to Edit the Results Page for more information.
-
Add a Product Block: Products can be displayed on the Results Page as a list via the
Product Block
or divided into slots via theProduct Slot Block
. For beginners, it's recommended to use aProduct Block
to show the recommendations.-
Product Block displays the products sorted by the number of votes - the most voted products are shown first, and the least voted last. In Product Block settings you can choose how many products you want to show at the end of the quiz.
-
Product Slot Blocks allow you to display the products in clear steps, for example as a skincare routine. Each Product Slot will recommend the most-voted product from a collection that's linked to it. Check How to Recommend a Skincare Routine with Slots for step-by-step instructions on how to set up Slot Blocks.
-
-
Test the Results: After your products are linked and the results page is set up, you can test your quiz.
- Click
Publish/Save
on the top-right menu to update the preview/live quiz. -
Then, click
Preview
to test the quiz you've created in a new window.Note
You can test the quiz as much as you like as long as you always open a new preview window. These test responses done as admin are automatically removed after 1 hour to not add to your usage quota.
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section to understand why specific products were recommended or missing from the recommendations.Tip
Check How to Troubleshoot Quiz Results for detailed instructions on how to use this tool.
-
Refine the Results: If you want to make the results ultra-precise, you can also:
- Limit the recommendations: You can choose to limit the recommendations to only show products that received X votes or more in the Results Page settings.
- Use Exclusions: You can use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier).
By linking product variants and collections to quiz choices, and understanding the inclusion/exclusion logic, you can use our algorithm to offer precise product recommendations.
Funnel Quiz with Slots¶
The voting system counts product "votes" based on customer quiz choices and then recommends highest voted products based on a filter added to each slot. For example, you can recommend a full skincare routine with a quiz that takes into account the customer answers and shows the most voted cleanser, toner, serum and moisturizer arranged into specific slots.
Follow these steps to set up a funnel quiz with product slots in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
You can also: - Limit the recommendations to only show products that received X votes or more in the Results Page settings - Use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier)
Step 2: Organize Products into Collections
To group products into slots, create new collections in your Shopify store:
- Identify your product categories (e.g., Cleansers, Toners, Serums, Moisturizers)
- Create a collection in your Shopify store for each category
- Add relevant products to each collection (e.g., all cleansers in the Cleansers collection)
- Perform a catalog sync to update RevenueHunt with your collections
Step 3: Build the Quiz
- Go to the app's dashboard and click
add new quiz
- Choose a pre-defined template (like Basic or Advanced Skincare Quiz) or start from scratch
- Name your quiz (can be edited later)
- In the Quiz Builder, add questions by clicking
+ Add question
- Select appropriate question types for your quiz flow
Step 4: Link Products to Choices
- Navigate to Link Products or Link Collections/Categories tab
- Link relevant product variants or collections to each choice
- Ensure every choice has at least one product or collection linked
Step 5: Add Product Slots to the Results Page
- Go to the Results Page tab
- Add design elements (headings, logos, content blocks)
- Click the
+
button to add aProduct Slots Block
- In the
Slot Block settings
:- Add a slot for each step in the skincare routine
- Add title and description for each slot
- Link corresponding product collections to each slot in the
Include
section - Choose how many products to recommend per slot (typically one product)
Step 6: Test and Troubleshoot
- Click
Publish/Save
to update the preview/live quiz - Click
Preview
to test in a new window - Use the quiz's built-in search bar in
Metrics > Responses
to troubleshoot recommendations - Test responses as admin are automatically removed after 1 hour
Follow these steps to set up a funnel quiz with product slots in Shopify V2:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
You can also: - Limit the recommendations to only show products that received X votes or more in the Results Page settings - Use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier)
Step 2: Organize Products into Collections
To group products into slots, create new collections in your Shopify store:
- Identify your product categories (e.g., Cleansers, Toners, Serums, Moisturizers)
- Create a collection in your Shopify store for each category
- Add relevant products to each collection (e.g., all cleansers in the Cleansers collection)
Step 3: Build the Quiz
- Go to the app's dashboard and click
add new quiz
- Choose a pre-defined template (like Basic or Advanced Skincare Quiz) or start from scratch
- Name your quiz (can be edited later)
- In the Quiz Builder, add questions by clicking
+ Add question
- Select appropriate question types for your quiz flow
Step 4: Link Products to Choices
- Go to Questions
- Select a multiple-choice question
- Select a choice and open the Choice Settings
- Link relevant product variants or collections to each choice
- Ensure every choice has at least one product or collection linked
Step 5: Add Product Slots to the Results Page
- Go to the Results Page tab
- Add design elements (headings, logos, content blocks)
- Click the
+
button to add aProduct Block
- In the
Product Block settings
:- Add a slot for each step in the skincare routine
- Add title and description for each slot
- Add segments with corresponding product collections to each slot
- Choose how many products to recommend per slot (typically one product)
Step 6: Test and Troubleshoot
- Click
Publish/Save
to update the preview/live quiz - Click
Preview
to test in a new window - Use the quiz's built-in search bar in
Metrics > Responses
to troubleshoot recommendations - Test responses as admin are automatically removed after 1 hour
Follow these steps to set up a funnel quiz with product slots in WooCommerce:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
You can also: - Limit the recommendations to only show products that received X votes or more in the Results Page settings - Use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier)
Step 2: Organize Products into Categories
To group products into slots, create new categories in your WooCommerce store:
- Identify your product categories (e.g., Cleansers, Toners, Serums, Moisturizers)
- Create a category in your WooCommerce store for each type
- Add relevant products to each category (e.g., all cleansers in the Cleansers category)
- Perform a catalog sync to update RevenueHunt with your categories
Step 3: Build the Quiz
- Go to the app's dashboard and click
add new quiz
- Choose a pre-defined template (like Basic or Advanced Skincare Quiz) or start from scratch
- Name your quiz (can be edited later)
- In the Quiz Builder, add questions by clicking
+ Add question
- Select appropriate question types for your quiz flow
Step 4: Link Products to Choices
- Navigate to Link Products or Link Collections/Categories tab
- Link relevant product variants or categories to each choice
- Ensure every choice has at least one product or category linked
Step 5: Add Product Slots to the Results Page
- Go to the Results Page tab
- Add design elements (headings, logos, content blocks)
- Click the
+
button to add aProduct Slots Block
- In the
Slot Block settings
:- Add a slot for each step in the skincare routine
- Add title and description for each slot
- Link corresponding product categories to each slot in the
Include
section - Choose how many products to recommend per slot (typically one product)
Step 6: Test and Troubleshoot
- Click
Publish/Save
to update the preview/live quiz - Click
Preview
to test in a new window - Use the quiz's built-in search bar in
Metrics > Responses
to troubleshoot recommendations - Test responses as admin are automatically removed after 1 hour
Follow these steps to set up a funnel quiz with product slots in Magento:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
You can also: - Limit the recommendations to only show products that received X votes or more in the Results Page settings - Use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier)
Step 2: Organize Products into Categories
To group products into slots, create new categories in your Magento store:
- Identify your product categories (e.g., Cleansers, Toners, Serums, Moisturizers)
- Create a category in your Magento store for each type
- Add relevant products to each category (e.g., all cleansers in the Cleansers category)
- Perform a catalog sync to update RevenueHunt with your categories
Step 3: Build the Quiz
- Go to the app's dashboard and click
add new quiz
- Choose a pre-defined template (like Basic or Advanced Skincare Quiz) or start from scratch
- Name your quiz (can be edited later)
- In the Quiz Builder, add questions by clicking
+ Add question
- Select appropriate question types for your quiz flow
Step 4: Link Products to Choices
- Navigate to Link Products or Link Collections/Categories tab
- Link relevant product variants or categories to each choice
- Ensure every choice has at least one product or category linked
Step 5: Add Product Slots to the Results Page
- Go to the Results Page tab
- Add design elements (headings, logos, content blocks)
- Click the
+
button to add aProduct Slots Block
- In the
Slot Block settings
:- Add a slot for each step in the skincare routine
- Add title and description for each slot
- Link corresponding product categories to each slot in the
Include
section - Choose how many products to recommend per slot (typically one product)
Step 6: Test and Troubleshoot
- Click
Publish/Save
to update the preview/live quiz - Click
Preview
to test in a new window - Use the quiz's built-in search bar in
Metrics > Responses
to troubleshoot recommendations - Test responses as admin are automatically removed after 1 hour
Follow these steps to set up a funnel quiz with product slots in BigCommerce:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
You can also: - Limit the recommendations to only show products that received X votes or more in the Results Page settings - Use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier)
Step 2: Organize Products into Categories
To group products into slots, create new categories in your BigCommerce store:
- Identify your product categories (e.g., Cleansers, Toners, Serums, Moisturizers)
- Create a category in your BigCommerce store for each type
- Add relevant products to each category (e.g., all cleansers in the Cleansers category)
- Perform a catalog sync to update RevenueHunt with your categories
Step 3: Build the Quiz
- Go to the app's dashboard and click
add new quiz
- Choose a pre-defined template (like Basic or Advanced Skincare Quiz) or start from scratch
- Name your quiz (can be edited later)
- In the Quiz Builder, add questions by clicking
+ Add question
- Select appropriate question types for your quiz flow
Step 4: Link Products to Choices
- Navigate to Link Products or Link Collections/Categories tab
- Link relevant product variants or categories to each choice
- Ensure every choice has at least one product or category linked
Step 5: Add Product Slots to the Results Page
- Go to the Results Page tab
- Add design elements (headings, logos, content blocks)
- Click the
+
button to add aProduct Slots Block
- In the
Slot Block settings
:- Add a slot for each step in the skincare routine
- Add title and description for each slot
- Link corresponding product categories to each slot in the
Include
section - Choose how many products to recommend per slot (typically one product)
Step 6: Test and Troubleshoot
- Click
Publish/Save
to update the preview/live quiz - Click
Preview
to test in a new window - Use the quiz's built-in search bar in
Metrics > Responses
to troubleshoot recommendations - Test responses as admin are automatically removed after 1 hour
Follow these steps to set up a funnel quiz with product slots in Standalone mode:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
You can also: - Limit the recommendations to only show products that received X votes or more in the Results Page settings - Use Exclusions to make sure that unwanted products are not shown (even if they were upvoted in another choice earlier)
Step 2: Organize Products into Collections
To group products into slots, create new collections in your Standalone account:
- Identify your product categories (e.g., Cleansers, Toners, Serums, Moisturizers)
- Create collections in your Standalone account via the Catalogue tab or a Google Product Feed
- Add relevant products to each collection (e.g., all cleansers in the Cleansers collection)
- Perform a catalog sync to update RevenueHunt with your collections
Step 3: Build the Quiz
- Go to the app's dashboard and click
add new quiz
- Choose a pre-defined template (like Basic or Advanced Skincare Quiz) or start from scratch
- Name your quiz (can be edited later)
- In the Quiz Builder, add questions by clicking
+ Add question
- Select appropriate question types for your quiz flow
Step 4: Link Products to Choices
- Navigate to Link Products or Link Collections/Categories tab
- Link relevant product variants or collections to each choice
- Ensure every choice has at least one product or collection linked
Step 5: Add Product Slots to the Results Page
- Go to the Results Page tab
- Add design elements (headings, logos, content blocks)
- Click the
+
button to add aProduct Slots Block
- In the
Slot Block settings
:- Add a slot for each step in the skincare routine
- Add title and description for each slot
- Link corresponding product collections to each slot in the
Include
section - Choose how many products to recommend per slot (typically one product)
Step 6: Test and Troubleshoot
- Click
Publish/Save
to update the preview/live quiz - Click
Preview
to test in a new window - Use the quiz's built-in search bar in
Metrics > Responses
to troubleshoot recommendations - Test responses as admin are automatically removed after 1 hour
Funnel Quiz that Skips Slides¶
Show different follow-up questions based on customer choices in a multiple-choice, multiple selection question. For example, ask about skin concerns and then only show follow-up questions related to the selected concerns. The algorithm counts votes only from questions and answers shown to each customer.
RevenueHunt Product Recommendation Quiz can use skip logic to show different follow-up questions based on customer choices. The quiz can skip irrelevant questions based on user selections, improving engagement and relevance.
Follow these steps to set up a funnel quiz with skip logic:
-
Create Initial Question: Create a multiple-choice question about the user's main concerns:
- Open the RevenueHunt Quiz Builder and create a new quiz
- Add a multiple-choice question asking about main concerns (e.g., skin concerns)
- Add options such as Acne, Pigmentation, Blackheads, Flaky Skin
- Enable 'Allow Multiple Selection' to let users select more than one option
-
Add Follow-Up Questions: For each main concern, add corresponding follow-up questions:
- Create a question for each option (e.g., Acne, Pigmentation, etc.)
- Ensure follow-up questions are set up in the same order as the options in the initial question
- Customize each follow-up question to be relevant to its specific concern
-
Set Up Skip Logic: Configure conditional logic for each follow-up question:
- Navigate to the Conditional Logic tab for each follow-up question
- Add rules to skip questions if the corresponding concern was not selected
- For example: If 'Skin Concerns' is not 'Acne', skip the Acne questions
- Repeat for each follow-up question and corresponding concern
-
Link Products to Choices: Navigate to the Link Products tab within your quiz setup:
- For each choice, link relevant products/variants
- The quiz will count votes only from questions that were shown to the user
-
Test the Quiz Logic: After setting up questions and skip logic:
- Click
Publish/Save
on the top-right menu to update the preview/live quiz - Click
Preview
to test the quiz in a new window - Select multiple concerns to verify that only relevant follow-up questions are displayed
- Repeat with different selections to ensure the logic works correctly
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section if needed:- Check why specific questions were shown or skipped
- Verify that product recommendations match user selections
By using skip logic, your quiz will only show relevant questions based on customer choices, creating a more personalized experience and more accurate product recommendations.
RevenueHunt Product Recommendation Quiz can use skip logic to show different follow-up questions based on customer choices. The quiz can skip irrelevant questions based on user selections, improving engagement and relevance.
Follow these steps to set up a funnel quiz with skip logic:
-
Create Initial Question: Create a multiple-choice question about the user's main concerns:
- Open the Revenue Hunt quiz app and create a new quiz
- Add a multiple-choice question asking about main concerns (e.g., skin concerns)
- Add options such as Acne, Pigmentation, Blackheads, Flaky Skin
- Enable 'Allow Multiple Selection' in the
multiple-choice settings
to let users select more than one option
-
Add Follow-Up Questions: For each main concern, add corresponding follow-up questions:
- Create a question for each option (e.g., Acne, Pigmentation, etc.)
- Ensure follow-up questions are set up in the same order as the options in the initial question
- Customize each follow-up question to be relevant to its specific concern
-
Set Up Skip Logic: Configure conditional logic for each follow-up question:
- Navigate to the Conditional Logic tab for each follow-up question
- Add rules to skip questions if the corresponding concern was not selected
- For example: If 'Skin Concerns' is not 'Acne', skip the Acne questions
- Repeat for each follow-up question and corresponding concern
-
Link Products to Choices: Navigate to the Upvote tab within your quiz setup:
- For each choice, upvote relevant products
- Products or collections added in the
upvotes
field are upvoted in the final recommendations - The quiz will count votes only from questions that were shown to the user
-
Test the Quiz Logic: After setting up questions and skip logic:
- Click
Save
to update the preview/live quiz - Use the preview feature to test different combinations of selections
- Select multiple concerns (e.g., 'Acne' and 'Blackheads') to verify that only relevant follow-up questions are displayed
- Repeat with different selections to ensure the logic works correctly
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool if needed:
- Check why specific questions were shown or skipped
- Verify that product recommendations match user selections
By using skip logic, your quiz will only show relevant questions based on customer choices, creating a more personalized experience and more accurate product recommendations.
RevenueHunt Product Recommendation Quiz can use skip logic to show different follow-up questions based on customer choices. The quiz can skip irrelevant questions based on user selections, improving engagement and relevance.
Follow these steps to set up a funnel quiz with skip logic:
-
Create Initial Question: Create a multiple-choice question about the user's main concerns:
- Open the RevenueHunt Quiz Builder and create a new quiz
- Add a multiple-choice question asking about main concerns (e.g., skin concerns)
- Add options such as Acne, Pigmentation, Blackheads, Flaky Skin
- Enable 'Allow Multiple Selection' to let users select more than one option
-
Add Follow-Up Questions: For each main concern, add corresponding follow-up questions:
- Create a question for each option (e.g., Acne, Pigmentation, etc.)
- Ensure follow-up questions are set up in the same order as the options in the initial question
- Customize each follow-up question to be relevant to its specific concern
-
Set Up Skip Logic: Configure conditional logic for each follow-up question:
- Navigate to the Conditional Logic tab for each follow-up question
- Add rules to skip questions if the corresponding concern was not selected
- For example: If 'Skin Concerns' is not 'Acne', skip the Acne questions
- Repeat for each follow-up question and corresponding concern
-
Link Products to Choices: Navigate to the Link Products tab within your quiz setup:
- For each choice, link relevant products (simple products, variable products, or grouped products)
- The quiz will count votes only from questions that were shown to the user
-
Test the Quiz Logic: After setting up questions and skip logic:
- Click
Publish/Save
on the top-right menu to update the preview/live quiz - Click
Preview
to test the quiz in a new window - Select multiple concerns to verify that only relevant follow-up questions are displayed
- Repeat with different selections to ensure the logic works correctly
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section if needed:- Check why specific questions were shown or skipped
- Verify that product recommendations match user selections
By using skip logic, your quiz will only show relevant questions based on customer choices, creating a more personalized experience and more accurate product recommendations.
RevenueHunt Product Recommendation Quiz can use skip logic to show different follow-up questions based on customer choices. The quiz can skip irrelevant questions based on user selections, improving engagement and relevance.
Follow these steps to set up a funnel quiz with skip logic:
-
Create Initial Question: Create a multiple-choice question about the user's main concerns:
- Open the RevenueHunt Quiz Builder and create a new quiz
- Add a multiple-choice question asking about main concerns (e.g., skin concerns)
- Add options such as Acne, Pigmentation, Blackheads, Flaky Skin
- Enable 'Allow Multiple Selection' to let users select more than one option
-
Add Follow-Up Questions: For each main concern, add corresponding follow-up questions:
- Create a question for each option (e.g., Acne, Pigmentation, etc.)
- Ensure follow-up questions are set up in the same order as the options in the initial question
- Customize each follow-up question to be relevant to its specific concern
-
Set Up Skip Logic: Configure conditional logic for each follow-up question:
- Navigate to the Conditional Logic tab for each follow-up question
- Add rules to skip questions if the corresponding concern was not selected
- For example: If 'Skin Concerns' is not 'Acne', skip the Acne questions
- Repeat for each follow-up question and corresponding concern
-
Link Products to Choices: Navigate to the Link Products tab within your quiz setup:
- For each choice, link relevant products or variants
- The quiz will count votes only from questions that were shown to the user
-
Test the Quiz Logic: After setting up questions and skip logic:
- Click
Publish/Save
on the top-right menu to update the preview/live quiz - Click
Preview
to test the quiz in a new window - Select multiple concerns to verify that only relevant follow-up questions are displayed
- Repeat with different selections to ensure the logic works correctly
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section if needed:- Check why specific questions were shown or skipped
- Verify that product recommendations match user selections
By using skip logic, your quiz will only show relevant questions based on customer choices, creating a more personalized experience and more accurate product recommendations.
RevenueHunt Product Recommendation Quiz can use skip logic to show different follow-up questions based on customer choices. The quiz can skip irrelevant questions based on user selections, improving engagement and relevance.
Follow these steps to set up a funnel quiz with skip logic:
-
Create Initial Question: Create a multiple-choice question about the user's main concerns:
- Open the RevenueHunt Quiz Builder and create a new quiz
- Add a multiple-choice question asking about main concerns (e.g., skin concerns)
- Add options such as Acne, Pigmentation, Blackheads, Flaky Skin
- Enable 'Allow Multiple Selection' to let users select more than one option
-
Add Follow-Up Questions: For each main concern, add corresponding follow-up questions:
- Create a question for each option (e.g., Acne, Pigmentation, etc.)
- Ensure follow-up questions are set up in the same order as the options in the initial question
- Customize each follow-up question to be relevant to its specific concern
-
Set Up Skip Logic: Configure conditional logic for each follow-up question:
- Navigate to the Conditional Logic tab for each follow-up question
- Add rules to skip questions if the corresponding concern was not selected
- For example: If 'Skin Concerns' is not 'Acne', skip the Acne questions
- Repeat for each follow-up question and corresponding concern
-
Link Products to Choices: Navigate to the Link Products tab within your quiz setup:
- For each choice, link relevant products or variants
- The quiz will count votes only from questions that were shown to the user
-
Test the Quiz Logic: After setting up questions and skip logic:
- Click
Publish/Save
on the top-right menu to update the preview/live quiz - Click
Preview
to test the quiz in a new window - Select multiple concerns to verify that only relevant follow-up questions are displayed
- Repeat with different selections to ensure the logic works correctly
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section if needed:- Check why specific questions were shown or skipped
- Verify that product recommendations match user selections
By using skip logic, your quiz will only show relevant questions based on customer choices, creating a more personalized experience and more accurate product recommendations.
RevenueHunt Product Recommendation Quiz can use skip logic to show different follow-up questions based on customer choices. The quiz can skip irrelevant questions based on user selections, improving engagement and relevance.
Follow these steps to set up a funnel quiz with skip logic:
-
Create Initial Question: Create a multiple-choice question about the user's main concerns:
- Open the RevenueHunt Quiz Builder and create a new quiz
- Add a multiple-choice question asking about main concerns (e.g., skin concerns)
- Add options such as Acne, Pigmentation, Blackheads, Flaky Skin
- Enable 'Allow Multiple Selection' to let users select more than one option
-
Add Follow-Up Questions: For each main concern, add corresponding follow-up questions:
- Create a question for each option (e.g., Acne, Pigmentation, etc.)
- Ensure follow-up questions are set up in the same order as the options in the initial question
- Customize each follow-up question to be relevant to its specific concern
-
Set Up Skip Logic: Configure conditional logic for each follow-up question:
- Navigate to the Conditional Logic tab for each follow-up question
- Add rules to skip questions if the corresponding concern was not selected
- For example: If 'Skin Concerns' is not 'Acne', skip the Acne questions
- Repeat for each follow-up question and corresponding concern
-
Link Products to Choices: Navigate to the Link Products tab within your quiz setup:
- For each choice, link relevant products or variants
- The quiz will count votes only from questions that were shown to the user
-
Test the Quiz Logic: After setting up questions and skip logic:
- Click
Publish/Save
on the top-right menu to update the preview/live quiz - Click
Preview
to test the quiz in a new window - Select multiple concerns to verify that only relevant follow-up questions are displayed
- Repeat with different selections to ensure the logic works correctly
- Click
-
Troubleshoot the Results: Use the quiz's built-in search tool in the
Responses
section if needed:- Check why specific questions were shown or skipped
- Verify that product recommendations match user selections
By using skip logic, your quiz will only show relevant questions based on customer choices, creating a more personalized experience and more accurate product recommendations.
Funnel Quiz with Branching¶
Branch your quiz to show different follow-up questions based on customer choices. The algorithm counts votes only from questions and answers shown to each customer. You can display recommendations either as a simple list or arrange them into slots for a more structured presentation.
Follow these steps to set up a branching funnel quiz in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed for each branch
- Add all possible choices for each question
- Don't worry about the order yet - you'll set that up with Jump Logic
Step 3: Set Up Branching
- Navigate to the Conditional Logic tab for each question
- Add Jump Logic rules to create branches:
- Format: "If answer to Question X is Y, jump to Question Z"
- Example: If "What's your skin type?" is "Oily", jump to "Oily Skin Concerns"
- Ensure each branch's final question leads to:
- An email/phone collection question, or
- The results page
Step 4: Link Products
- Go to Link Products tab
- For each choice in every branch:
- Link relevant products/variants
- Link appropriate collections
- The quiz will only count votes from questions shown to the user
Step 5: Configure Results Page
- Add a Product Block to display recommendations
- Set the number of products to show
- Optionally, arrange products into slots for structured recommendations
- Configure any additional display settings
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test each branch thoroughly:
- Try all possible paths
- Verify correct questions appear
- Check product recommendations
- Use the Response Analysis tool to verify logic
Follow these steps to set up a branching funnel quiz in Shopify V2:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Create a new quiz in the Quiz Builder
- Add all questions needed for each branch
- Add all possible choices for each question
- The order doesn't matter yet - you'll configure that with Jump Logic
Step 3: Set Up Branching
- Go to each question's settings
- Add Jump Logic rules in the Conditional Logic section:
- Set conditions for when to jump
- Choose destination question
- Add multiple rules if needed
- Make sure each branch ends with:
- Lead collection question, or
- Results page
Step 4: Link Products
- For each choice in every branch:
- Open Choice Settings
- Add products to "Upvote" section
- Add collections if applicable
- The quiz only counts votes from shown questions
Step 5: Configure Results Page
- Add a Products Block
- Set "Recommendation system" to "Based on customer's responses"
- Configure number of products to show
- Optionally add segments for structured recommendations
Step 6: Test and Launch
- Save changes
- Preview and test each branch
- Use Response Analysis to verify logic
- Publish when ready
Follow these steps to set up a branching funnel quiz in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed for each branch
- Add all possible choices for each question
- Don't worry about the order yet - you'll set that up with Jump Logic
Step 3: Set Up Branching
- Navigate to the Conditional Logic tab for each question
- Add Jump Logic rules to create branches:
- Format: "If answer to Question X is Y, jump to Question Z"
- Example: If "What's your skin type?" is "Oily", jump to "Oily Skin Concerns"
- Ensure each branch's final question leads to:
- An email/phone collection question, or
- The results page
Step 4: Link Products
- Go to Link Products tab
- For each choice in every branch:
- Link relevant products/variants
- Link appropriate collections
- The quiz will only count votes from questions shown to the user
Step 5: Configure Results Page
- Add a Product Block to display recommendations
- Set the number of products to show
- Optionally, arrange products into slots for structured recommendations
- Configure any additional display settings
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test each branch thoroughly:
- Try all possible paths
- Verify correct questions appear
- Check product recommendations
- Use the Response Analysis tool to verify logic
Follow these steps to set up a branching funnel quiz in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed for each branch
- Add all possible choices for each question
- Don't worry about the order yet - you'll set that up with Jump Logic
Step 3: Set Up Branching
- Navigate to the Conditional Logic tab for each question
- Add Jump Logic rules to create branches:
- Format: "If answer to Question X is Y, jump to Question Z"
- Example: If "What's your skin type?" is "Oily", jump to "Oily Skin Concerns"
- Ensure each branch's final question leads to:
- An email/phone collection question, or
- The results page
Step 4: Link Products
- Go to Link Products tab
- For each choice in every branch:
- Link relevant products/variants
- Link appropriate collections
- The quiz will only count votes from questions shown to the user
Step 5: Configure Results Page
- Add a Product Block to display recommendations
- Set the number of products to show
- Optionally, arrange products into slots for structured recommendations
- Configure any additional display settings
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test each branch thoroughly:
- Try all possible paths
- Verify correct questions appear
- Check product recommendations
- Use the Response Analysis tool to verify logic
Follow these steps to set up a branching funnel quiz in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed for each branch
- Add all possible choices for each question
- Don't worry about the order yet - you'll set that up with Jump Logic
Step 3: Set Up Branching
- Navigate to the Conditional Logic tab for each question
- Add Jump Logic rules to create branches:
- Format: "If answer to Question X is Y, jump to Question Z"
- Example: If "What's your skin type?" is "Oily", jump to "Oily Skin Concerns"
- Ensure each branch's final question leads to:
- An email/phone collection question, or
- The results page
Step 4: Link Products
- Go to Link Products tab
- For each choice in every branch:
- Link relevant products/variants
- Link appropriate collections
- The quiz will only count votes from questions shown to the user
Step 5: Configure Results Page
- Add a Product Block to display recommendations
- Set the number of products to show
- Optionally, arrange products into slots for structured recommendations
- Configure any additional display settings
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test each branch thoroughly:
- Try all possible paths
- Verify correct questions appear
- Check product recommendations
- Use the Response Analysis tool to verify logic
Follow these steps to set up a branching funnel quiz in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed for each branch
- Add all possible choices for each question
- Don't worry about the order yet - you'll set that up with Jump Logic
Step 3: Set Up Branching
- Navigate to the Conditional Logic tab for each question
- Add Jump Logic rules to create branches:
- Format: "If answer to Question X is Y, jump to Question Z"
- Example: If "What's your skin type?" is "Oily", jump to "Oily Skin Concerns"
- Ensure each branch's final question leads to:
- An email/phone collection question, or
- The results page
Step 4: Link Products
- Go to Link Products tab
- For each choice in every branch:
- Link relevant products/variants
- Link appropriate collections
- The quiz will only count votes from questions shown to the user
Step 5: Configure Results Page
- Add a Product Block to display recommendations
- Set the number of products to show
- Optionally, arrange products into slots for structured recommendations
- Configure any additional display settings
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test each branch thoroughly:
- Try all possible paths
- Verify correct questions appear
- Check product recommendations
- Use the Response Analysis tool to verify logic
Funnel Quiz that Shows Custom Text Based on Choices¶
Show or hide different text blocks on the results page based on customer choices. This approach requires predicting every possible answering route and adding display logic rules for each text block.
Follow these steps to set up a funnel quiz with custom text blocks in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed.Add all possible choices for each question.
Step 3: Link Products to Choices
- Navigate to the Link Products tab
- For each choice link relevant products, varaints or collections.
- The quiz will count votes from all questions
Step 4: Configure Results Page
- Add a Product Block to display recommendations. Set the number of products to show.
- Add multiple content blocks, image or HTML blocks with text for different answer combinations.
Step 5: Set Up Display Logic
- For each content block, add display logic rules:
- Format: If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice C OR If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice D, then this block is shown/hidden.
- You can combine multiple conditions with AND/OR operators
- Example: If "Skin Type" is "Oily" AND "Main Concern" is "Acne", show skincare routine for oily, acne-prone skin
- Ensure all possible answer combinations are covered!
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test thoroughly! Try different answer combinations. Verify correct content blocks appear.
- Use the Response Analysis tool to verify logic and check product recommendations.
Not recommended for personality-type quizzes
Not recommended for personality-type quizzes due to complexity. For this application, try the 🎯 Custom Scoring System (Most Voted Variable) or 🧩 Fixed Recommendations with Display Logic solutions.
Follow these steps to set up a funnel quiz with custom text blocks in Shopify V2:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed. Add all possible choices for each question.
Step 3: Link Products to Choices
- For each choice open Choice Settings and add products to "Upvote" section.
- The quiz will count votes from all questions
Step 4: Configure Results Page
- Add a Products Block with "Based on customer's responses" setting for Recommendations System.
- Add multiple Sections to your results page for different answer combinations. To each section add text, images or HTML content blocks for different answer combinations.
Step 5: Set Up Display Logic
- For each content block:
- Add display logic rules in block settings. Format: If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice C OR If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice D, then this block is shown/hidden.
- Combine conditions with AND/OR operators.
- Example: If "Skin Type" is "Oily" AND "Main Concern" is "Acne", show this block.
- Cover all possible answer combinations!
Step 6: Test and Launch
- Save changes
- Test thoroughly! Try different answer combinations. Verify correct content appears. Check product recommendations.
- Use Response Analysis to verify logic and check product recommendations.
Follow these steps to set up a funnel quiz with custom text blocks in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed.Add all possible choices for each question.
Step 3: Link Products to Choices
- Navigate to the Link Products tab
- For each choice link relevant products, varaints or collections.
- The quiz will count votes from all questions
Step 4: Configure Results Page
- Add a Product Block to display recommendations. Set the number of products to show.
- Add multiple content blocks, image or HTML blocks with text for different answer combinations.
Step 5: Set Up Display Logic
- For each content block, add display logic rules:
- Format: If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice C OR If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice D, then this block is shown/hidden.
- You can combine multiple conditions with AND/OR operators
- Example: If "Skin Type" is "Oily" AND "Main Concern" is "Acne", show skincare routine for oily, acne-prone skin
- Ensure all possible answer combinations are covered!
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test thoroughly! Try different answer combinations. Verify correct content blocks appear.
- Use the Response Analysis tool to verify logic and check product recommendations.
Follow these steps to set up a funnel quiz with custom text blocks in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed.Add all possible choices for each question.
Step 3: Link Products to Choices
- Navigate to the Link Products tab
- For each choice link relevant products, varaints or collections.
- The quiz will count votes from all questions
Step 4: Configure Results Page
- Add a Product Block to display recommendations. Set the number of products to show.
- Add multiple content blocks, image or HTML blocks with text for different answer combinations.
Step 5: Set Up Display Logic
- For each content block, add display logic rules:
- Format: If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice C OR If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice D, then this block is shown/hidden.
- You can combine multiple conditions with AND/OR operators
- Example: If "Skin Type" is "Oily" AND "Main Concern" is "Acne", show skincare routine for oily, acne-prone skin
- Ensure all possible answer combinations are covered!
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test thoroughly! Try different answer combinations. Verify correct content blocks appear.
- Use the Response Analysis tool to verify logic and check product recommendations.
Follow these steps to set up a funnel quiz with custom text blocks in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed.Add all possible choices for each question.
Step 3: Link Products to Choices
- Navigate to the Link Products tab
- For each choice link relevant products, varaints or collections.
- The quiz will count votes from all questions
Step 4: Configure Results Page
- Add a Product Block to display recommendations. Set the number of products to show.
- Add multiple content blocks, image or HTML blocks with text for different answer combinations.
Step 5: Set Up Display Logic
- For each content block, add display logic rules:
- Format: If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice C OR If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice D, then this block is shown/hidden.
- You can combine multiple conditions with AND/OR operators
- Example: If "Skin Type" is "Oily" AND "Main Concern" is "Acne", show skincare routine for oily, acne-prone skin
- Ensure all possible answer combinations are covered!
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test thoroughly! Try different answer combinations. Verify correct content blocks appear.
- Use the Response Analysis tool to verify logic and check product recommendations.
Follow these steps to set up a funnel quiz with custom text blocks in Shopify:
Step 1: Understand Recommendation Mechanism
Our product recommendation algorithm works like a voting system:
- Products are linked to each choice
- When a customer picks a choice, all linked products receive one vote
- After the customer takes the quiz, the results page will show the most voted products sorted by the number of votes
- If no products have been linked or all the products have been excluded, the results page will appear empty
- If there's a draw in the number of votes, the app will randomize the order of products
Step 2: Build Quiz Structure
- Go to the Quiz Builder and create all questions needed.Add all possible choices for each question.
Step 3: Link Products to Choices
- Navigate to the Link Products tab
- For each choice link relevant products, varaints or collections.
- The quiz will count votes from all questions
Step 4: Configure Results Page
- Add a Product Block to display recommendations. Set the number of products to show.
- Add multiple content blocks, image or HTML blocks with text for different answer combinations.
Step 5: Set Up Display Logic
- For each content block, add display logic rules:
- Format: If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice C OR If the answer to Question 1 is Choice A AND If the answer to Question 2 is Choice B AND If the answer to Question 3 is Choice D, then this block is shown/hidden.
- You can combine multiple conditions with AND/OR operators
- Example: If "Skin Type" is "Oily" AND "Main Concern" is "Acne", show skincare routine for oily, acne-prone skin
- Ensure all possible answer combinations are covered!
Step 6: Test and Launch
- Click "Publish/Save" to update the quiz
- Test thoroughly! Try different answer combinations. Verify correct content blocks appear.
- Use the Response Analysis tool to verify logic and check product recommendations.
This article explains how to set up a quiz that recommends products based on customer choices using a built-in voting system.