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 redirect them directly to the end of the Qualtrics survey for completion, bypassing all previous questions.
What I've Tried:
- Implemented Embedded Data (
returnTo=EndSurvey
) and applied branch logic in the Survey Flow.
Current Issue:
- The redirect keeps taking participants to the first question instead of the end of the survey.
- I want to ensure the survey ends and submits the response automatically when redirected from the Shiny app.
What I'm Looking For:
- Is there a way to force complete a survey via a URL parameter?
- Should I be using a termination block or another approach in the survey flow?
Any insights or suggestions would be highly appreciated! Thank you in advance!
I have also attached my survey flow below