Send and track from within Qualtrics Survey A, to complete Qualtrics Survey B, then back to finish A | XM Community
Skip to main content
Solved

Send and track from within Qualtrics Survey A, to complete Qualtrics Survey B, then back to finish A

  • February 10, 2024
  • 7 replies
  • 60 views

Forum|alt.badge.img+1

Help please experts :). At a point in our Survey A (say Q6) we want respondents that answer ‘yes’ to then be taken to a second independent (client) Qualtrics Survey B, with Survey B EOS then returning them to Survey A at Q7 to continue through to true EOS.

We need to track with embedded data so Survey A recognises those returning from Survey B. Make sense? Have read lots of threads discussing embedded data, JS, hyperlinks etc but can’t work it out to achieve the above. Would greatly appreciate some step by step advice if someone knows how to achieve!!

Best answer by ahmedA

One simple way would be to embedd Survey B in survey A itself using an iframe.

You could add an ED to surveyB, lets say surveyAResponseID and in your iframe append query strings in the URL of survey B to keep track of this.

This way you can link all completions of surveyB which have come through surveyA and don’t need track who all return, as they’ll still be inside survey A.

7 replies

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2050 replies
  • Answer
  • February 10, 2024

One simple way would be to embedd Survey B in survey A itself using an iframe.

You could add an ED to surveyB, lets say surveyAResponseID and in your iframe append query strings in the URL of survey B to keep track of this.

This way you can link all completions of surveyB which have come through surveyA and don’t need track who all return, as they’ll still be inside survey A.


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • February 10, 2024

Thanks @ahmedA . Much appreciated :). Will try now and check the UI. Conscious we may hit a legal bump ‘integrating’ clients study (survey B) into ours this way - not sure they will go for it. But let’s see. If they don’t do you know if it’s possible to route out and back as per my original workflow??  


Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2050 replies
  • February 10, 2024

Do you have any control over the client survey? If no, then your router becomes quite complex, though not impossible.


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • February 11, 2024

Client survey is used for more than this project so reluctant to change anything in the UI that side if can avoid. Tested the iframe option. Nice elegant solution...thanks for the idea. Only concern is risk some progress Survey A before finishing B (as buttons sit under each other). Might need to accept some risk here. Would still like to explore ‘route out and back’ option if you think possible as this way we can control progression loop 100%. Should be able to add ED to client survey without too much trouble. Thanks for any further thoughts!    


Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2050 replies
  • February 12, 2024

Maybe show it in a modal. That would solve the next button issue and also help with the legal concern.

 

For the route out option, the simplest way is to give them a hyperlink... Ask them to complete and come back. I'm sorry, but I'll need to see the surveys to provide more details on this option. 

 

For the simple iframe, you could hide the next button on survey A and send a message from Survey B to tell survey A that survey B is finished. This will require JS. 

 

 

 

 


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 6083 replies
  • February 12, 2024

@Daxo,

To route out and back you need to use Save & Continue and Survey B must redirect back to original Survey A url. You need to use ajax, an external database to track respondents, and a couple of web scripts.


Forum|alt.badge.img+1
  • Author
  • 3 replies
  • February 12, 2024

Thanks both @ahmedA and @TomG 

So got a green light from client with iframe. Changed progress button styles on both to differentiate and added instructions to clarify. Modal looks great and will do next time, but am approved with current so keen to move forward. The route out and back model looks more challenging. Thanks both for exploring all the same. Super advice from you guys...much appreciated :) Daxo