Quiz with redirect URL - How can I see to which URL were them redirected? | Community
Skip to main content
Answered

Quiz with redirect URL - How can I see to which URL were them redirected?

  • December 12, 2023
  • 1 reply
  • 37 views

Hello!

I have a quiz with more than 3K responses by now, and is basically a quiz that will give you a personality type profile.

You take the quiz, and in order to see your results, you leave your email and then we set up 3 endings depending on your score.

I can see every response but not the final ending per user and I need that information. Is there a way that I can see it?

 

 

Best answer by john.desborough

@The BodCon - are you using an outcome quiz? if so, the ending will be in your results table. see the image below

 

if you are using a scoring quiz where you set the logic rules, create a custom variable that you will use to capture the ending and then set up a logic rule on the last question where you have determined where you are going to send the user, one that does something like this: 

  • if ending_score is less than x replace v_ending_variable with “ending A” 
  • if ending_score is greater than or equal to x and ending_score is less than y replace v_ending_variable with “ending B”…

etc. 

 

then your v_ending_variable will be submitted as a variable in your response data set -

 

hope that helps

des

View original

1 reply

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5317 replies
  • Answer
  • December 12, 2023

@The BodCon - are you using an outcome quiz? if so, the ending will be in your results table. see the image below

 

if you are using a scoring quiz where you set the logic rules, create a custom variable that you will use to capture the ending and then set up a logic rule on the last question where you have determined where you are going to send the user, one that does something like this: 

  • if ending_score is less than x replace v_ending_variable with “ending A” 
  • if ending_score is greater than or equal to x and ending_score is less than y replace v_ending_variable with “ending B”…

etc. 

 

then your v_ending_variable will be submitted as a variable in your response data set -

 

hope that helps

des


Reply