Answered

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

  • 12 December 2023
  • 1 reply
  • 27 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?

 

 

icon

Best answer by john.desborough 12 December 2023, 22:21

View original

1 reply

Userlevel 7
Badge +6

@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