Under the "results" tab for a personality quiz, can you include which ending was associated with the score? | Community
Skip to main content
Answered

Under the "results" tab for a personality quiz, can you include which ending was associated with the score?


We created a scored personality quiz with 5 questions and 8 different “persona” endings. We assigned amounts to each answer and then added the variables to create the logic (

Under the Results-Responses tab, we can see how each person answered the questions and their final score but there isn’t an option to show the endings (associated with each score). Is this possible to see in Typeform? It would take a long time to go through 250+ responses to input the personality ending but we would love this data!

Best answer by john.desborough

@meg_mcclean - if you create a variable - say v_ending - and replace the value of the variable with the ending details, based on logic rules, BEFORE the submit button is pushed, then you can capture the ending as part of the results … 

  • if @v_total lt 10 replace v_ending with ‘that was NOT your best effort’ 
  • if @v_total is gte 10 and @score is lt 20 replace v_ending with ‘average’
  • if @v_total is gte 20 replace v_ending with ‘you rock’ 

the value of the v_ending variable would be submitted into the results. 

 

des

View original

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • March 20, 2023

Hi @meg_mcclean Happy Monday! If you’ve built a personality quiz using outcomes, that data should appear in the results for you automatically. 😀


Thanks Liz! It’s built using branching and calculations (scores are associated with each each answer and added up to take you to the right ending) - I don’t think I can set it to outcomes too. Is that right?


john.desborough
Forum|alt.badge.img+6

@meg_mcclean - if you create a variable - say v_ending - and replace the value of the variable with the ending details, based on logic rules, BEFORE the submit button is pushed, then you can capture the ending as part of the results … 

  • if @v_total lt 10 replace v_ending with ‘that was NOT your best effort’ 
  • if @v_total is gte 10 and @score is lt 20 replace v_ending with ‘average’
  • if @v_total is gte 20 replace v_ending with ‘you rock’ 

the value of the v_ending variable would be submitted into the results. 

 

des


Reply