Skip to main content

How to Add Multiple Results in a Personality Quiz

Sharon Luria avatar
Written by Sharon Luria
Updated over a week ago

Personality Quiz Result Parameters

A Personality Quiz is a series of questions designed to reveal something about the person who answers them, for example, What Type of Traveler Are You?.

While a single result can be shown to the quiz taker, Opinion Stage also allows you to display multiple results as percentages (e.g., “You are 75% City Slicker and 25% Beach Bum”).

How to Configure

In the result’s description section, you can use the following parameters:

{result rank #1 title} – Displays the title of the result that received the most association points in the quiz.
{result rank #1 percent} – Displays the percentage of association points that this result received compared to the total points allocated across all results.

Important: In the result’s title, use only the {result rank #1 percent} parameter.

Example: Displaying Multiple Results

If you want to display the top 3 results to every quiz taker, include the following in each result’s description - regardless of how many total results your quiz has:

{result rank #1 percent} {result rank #1 title} 
{result rank #2 percent} {result rank #2 title}
{result rank #3 percent} {result rank #3 title}

This will display something like:

70% City Slicker 
25% Beach Bum
5% Mountain Explorer

Notes

  • For each quiz taker, rank #1 refers to their top result - not the first result on your results list.

  • To view all available parameters, type the @ symbol in the results screen.

  • Check out this live example that displays a personality quiz with multiple results.

Did this answer your question?