Hi everyone,
I’m working on a project where I redirect participants from a Qualtrics survey to a Shiny web app for additional data collection. After participants complete the Shiny survey, I want to send them back to a specific question (QID10) in the original Qualtrics survey, not the beginning of the survey.
I've tried using the returnTo=QID10
parameter and also experimented with Q_PopulateResponse
, but it keeps redirecting users to the first page of the survey instead.
Here’s what I’ve tried:
- Added Embedded Data: Set
returnTo
andQ_PopulateResponse
in Survey Flow and placed them above all questions. - Tried URL: Using properly encoded URLs like:https://seasgwu.qualtrics.com/jfe/form/SurveyID****?psid=12345&returnTo=QID10
- Enabled Display Logic: Added display logic directly on QID10 based on the
returnTo
variable. - **Tried Q_PopulateResponse:**https://seasgwu.qualtrics.com/jfe/form/SurveyID****?Q_PopulateResponse=%7B%22QID10%22%3A%22true%22%7D
- Embedded Data Capturing: Verified
returnTo
is being recorded in Data & Analysis after testing.
What am I missing?
- Is there a better way to jump directly to a question after returning from an external site?
- Could the issue be related to Survey Flow ordering or branch logic?
Any help or suggestions would be greatly appreciated! Thanks in advance! 😊