Answered

End screen results in Reponses tab


Hi, is it possible to also show which end screen the repondent got in the responses tab? We can see all the detailed responses per question, but we’re not getting the end screen in that view. Our personality is quite a complex logic, so haven’t to manually figure out the branching in the responses view is not ideal. 

icon

Best answer by James 16 May 2023, 11:01

View original

10 replies

Userlevel 7
Badge +5

Hi @AnkeMoer , thanks for your question. It’s possible to see which ending each respondent was taken to by heading to the Responses tab within Results. You can see them one by one or just search for a particular ending and see a list of everyone who got to that outcome. 

Here’s how that looks in “Table view”:

 

 

Hope this is helpful! 

Userlevel 7
Badge +6

@AnkeMoer - in addition to what @James mentioned,  you could create a variable in your form and use the logic rules to update the value of the variable to show text that links to the ending page. 

so, if your logic is something like this

  • if @score is less than 4 go to ending A 
  • if @score is greater than or equal to 4 go to ending B

you would insert a statement like this above the logic rules for the ending routing

  • if @score is less than for replace v_ending with “ending A text”
  • if @score is greater than or equal to 4 replace v_ending withe “ending B text” 

then upon submission, the v_ending (or whatever you call it) will be submitted as part of your result set ..just a thought

 

des

Hi!

I had the same question, got here and saw your answer, @James , but it just doesn’t show the endings in my Results. How can I get them?

Thanks a lot!

Userlevel 7
Badge +5

Hi @digital spain WS Thanks for stopping by and sorry for the confusion on this feature. The endings will only show in the Results if you’re using the outcome feature

I have all of the logic set up, and am still not seeing the end cards in responses?

 

 

Userlevel 7
Badge +5

Hi @partjas This message is stating that you have setup logic jumps, but not the outcome quiz. In order to see the endings in the results, you will need to remove the current logic jumps and then set up an outcome quiz according to these steps

yea… don’t think that works b/c my form isn’t binary. 

Userlevel 7
Badge +6

@partjas  if you have logic jumps to get to the scoring that will take a user to the ending, then create a custom variable (ie v_ending of type text) and use a logic rule(s) to replace the value of the text variable with something that tells you which ending they are going to see. for example

  • if @subtotal is less than 5 replace v_ending with ‘low’ 
  • if @subtotal is greater than or equal to 5 and @subtotal is less than 10 replace v_ending with ‘medium’ 

that way the custom variable will be stored along with the response data and is also available via Connect to Google Sheets etc. 

 

@Liz - this works for most folks.. 

 

des

Oooh, that’s almost there for me, thank you @john.desborough 

 

Does that require scoring throughout the form, though? I set it up as pathways based on responses as they go (it’s a quiz to find your perfect posting plan, for service based businesses - it’s a lead magnet and people are clamoring for it already, so I’m feeling stressed to get it done)

 

Er… I hope no one thinks I’m crazy, but this is what the logic looks like. 

 

 

Userlevel 7
Badge +6

@partjas - that’s really simple - you don’t need to use scoring per se.. as long as you know where you are sending them, you simply state on the last question  in the flow 

  • always replace v_ending with …..

if there is only one choice to go towards. otherwise, use an if statement to route them to ending A or ending B after you replace the v_ending text with the appropriate value.. 

easy peazsy

 

des

Reply