Solved
How to hide/display questions on retake?
Hello,
I've seen this posted as several threads but no one exactly addresses my situation. I am creating a form for students to fill out that then is sent to their instructor to validate but also, I have questions for the instructor to answer once they approve. My issue is how do I tweak the survey flow so that when the retake link is sent to the instructor (retake link is all good), the instructor does not see the student portion and is only seeing the questions addressed to them.
The reason I want to hide the student questions is:
1. don't want the instructor accidentally changing the student answers
2. streamline their section by having the student answers piped into a summary descriptive text instead.
I can hid the instructor part from the student side without issue, just the retake link portion doesn't seem to allow me to do the opposite.
Any support would be greatly appreciated! I've been spinning my wheels for weeks on this one.
Best answer by Clint
Hey @cma,
I ran into this same issue about 2 years ago at Washington State University.
I address this in my note between step 3 and step 4 in my post from last year. https://www.qualtrics.com/community/discussion/comment/19035
To make this work for your situation you'll have to daisy chain multiple surveys together and then combine the data later. Just make sure that you send the response ID to the subsequent survey via the query string so you can link the data later.
It might be worth making a feature request to have an ability to override this default behavior so this can be done on a single survey.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.

!
I must be missing something here, can you take a look and see if there is anything?
The retake link I'm using is: ...........Q_R=${e://Field/ResponseID}&Q_R_DEL=1&Version=Instructor&Q1=${q://QID1/ChoiceGroup/SelectedChoices}&Q2=${q://QID2/ChoiceGroup/SelectedChoices}&Q3=${q://QID3/ChoiceGroup/SelectedChoices}&Q4=${q://QID4/ChoiceGroup/SelectedChoices}&Q5=${q://QID5/ChoiceGroup/SelectedChoices}&Q6=${q://QID6/ChoiceGroup/SelectedChoices}
Thanks!