Skip to main content

Send quiz questions and answers in Klaviyo E-mails

Written by Wendy

In the following article, we’ll cover off how to add a summary of quiz questions and answers inside a Klaviyo email template. Alternatively, you can check out the following video.

Step 1: Add a section for your questions and answers

From the Content tab in the left-hand menu, drag and drop a Table block into your email template. This will serve as the question-and-answer summary section.

GIF showing a user dragging and dropping a Table block from the Klaviyo content menu into the email template to create a question-and-answer section.

Step 2: Connect your table to the quiz data

Select the table block, then open the Style tab and choose Dynamic.

In the Row collection field, enter event.answers. In the Row alias field, enter answer.

GIF showing how to enable the Dynamic setting in the Table Style tab and connect it to quiz answer data by entering event.answers and setting the alias to answer.

You can copy and paste the following information directly into Klaviyo:

Row collection:

event.answers

Row alias:

answer

Since we only need one column, delete the second column containing the image.

Image showing the removal of the second column from the Klaviyo table, leaving a single-column layout for displaying quiz questions and answers.

Step 3: Add custom properties for questions and answers

Double-click inside the table’s text cell to edit its content. Enter the {{ answer.question }} and {{ answer.answer }} properties to display each quiz question and the customer’s response.

For clarity, add the labels Question: and Answer: before each property:

GIF demonstrating how to enter the dynamic variables {{ answer.question }} and {{ answer.answer }} into the table’s text cell, labeled with "Question:" and "Answer:".

You can copy and paste the following text directly into Klaviyo:

Question: {{ answer.question }}
Answer: {{ answer.answer }}

Step 4: Customize and Preview

To see how the email will look, click Preview in the upper-right corner of the email editor.

GIF showing a user clicking the "Preview" button in Klaviyo to see how the question and answer summary appears in the email template.

You can make customizations to the font size, weight, color, and centering. You can add padding to your columns, and change the number of and type columns in the table. For more details on available customizations please check out this article.

Please check out the following article on how to add quiz product recommendations in Klaviyo emails.

To see how to setup your Klaviyo flow please refer to our article here.

Did this answer your question?