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.
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.
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.
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:
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.
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.





