Creating a single "survey" for a series of responses from different respondents (ie. approvals) | XM Community
Skip to main content

Creating a single "survey" for a series of responses from different respondents (ie. approvals)


Clint
Level 2 ●●
Forum|alt.badge.img+5
  • Level 2 ●●
  • 46 replies
Apologies if this is on the community already. I did some quick searching and didn't see it anywhere. Last year I created a purchase approval "survey" that allowed for a series of approvers to view previous responses and then add to the survey. This was done straight out of the box in Qualtrics. Step 1 Get the retake link While you are building your survey, you'll need to preview and complete the survey at least once. Then under Data & Analysis > Find that response > Actions > click on Retake Response. ! Your survey link should look similar to this: https://wsu.co1.qualtrics.com/jfe/form/SV_12345?Q_R=R_12345&Q_R_DEL=1 ! Step 2 Take the link that you generated in Step 1 and replace the response ID with pipe text for the response ID Example: https://wsu.co1.qualtrics.com/jfe/form/SV_12345?Q_R=${e://Field/ResponseID}&Q_R_DEL=1 IMPORTANT NOTE: Make sure Q_R_DEL=1 stays in the url to maintain previous response data. Step 3 Add Embedded data to the URL for logic on the return trip and add display logic accordingly. You'll probably want to show the "approver" or next person certain fields that the first responder didn't see. You'll have to add something like &Approver=1 to the end of the URL (https://wsu.co1.qualtrics.com/jfe/form/SV_12345?Q_R=${e://Field/ResponseID}&Q_R_DEL=1&Approver=1). Set embedded data in the Branch Logic to pull in from the URL and set display accordingly off of that embedded data field. ANOTHER IMPORTANT NOTE: Whoever comes to the "survey" in subsequent trips WILL NEED TO SEE ALL PREVIOUS DATA. If you do not display certain fields to the "approvers", the previous data for those fields WILL BE DELETED. Step 4 Create Action for Response Email I suggest emailing via Actions vs Email Triggers so you can name your emails accordingly (if you are setting up the survey for multiple approvers and creating logic off of embedded data). Create an email that goes to the person who needs to approve the survey that was filled out. Put the link from Step 3 in the body of the email. Let me know if something doesn't make sense and I'll elaborate some more on this post.

33 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+39
  • Level 6 ●●●●●●
  • 1144 replies
  • October 17, 2018
All steps are correct, you have to use retake link and the trigger emails. Also you can show earlier responses to approver, like by dragging the already filled block to the approver branch logic.

  • 1 reply
  • October 17, 2018
Thanks Clint...I'm having some difficulty following. Is it possible for you to set up and share a dummy survey that follows the steps you provided?

Forum|alt.badge.img+7
  • Level 1 ●
  • 18 replies
  • January 25, 2019
Reading through this actually brings up an issue I'm having. We have email triggers and tasks based on one of the conditions being the Q-R field is empty (a new survey). If we mark one of the questions incorrectly and complete the survey, can we use the retake link and add at the end ?Q_R= Will that "erase" the field so the survey appears "new"?

Hi I'd really like to use this flow -- But once I get to step 3 I need some assistance - how do I "add Embedded data to the URL for logic on the return trip and add display logic accordingly." Which tutorial should I read? Thanks.

ambrubaker
Level 1 ●
Forum|alt.badge.img+2
  • Level 1 ●
  • 27 replies
  • August 26, 2019
I am trying to create a survey where designated staff in the office have to review and approve a user's submission. However, when a staff clicks on the link (as outlined in steps 2 and 3), the respondent's data is deleted. I am having difficulty understanding what I need to adjust in my survey flow to ensure that the respondent's information is maintained. I have attached a .qsf file of the survey instrument. Any assistance and advise is greatly appreciated.

  • 4 replies
  • September 3, 2019
I cannot, for the life of me, make this work. I can't get the retake URL with ?Approver=1 to take the approver to the page that has the completed questions. Or the additional approval questions.

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • September 4, 2019
@sabauml - What is your URL building logic look like?

  • 4 replies
  • September 4, 2019
@akdashboard https://ivytech.qualtrics.com/jfe/form/SV_aV3zkK6p1GQaNeJ?Q_R=R${e://Field/ResponseID}&Q_R_DEL=1&Role=Approver

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • September 4, 2019
@sabauml - Your missing the embedded data field that you are setting the Response ID to. Just like you have Role=Approver you need Q_R={e://Field/ResponseID}. Your URL should be: https://ivytech.qualtrics.com/jfe/form/SV_aV3zkK6p1GQaNeJ?Q_R=R$Q_R={e://Field/ResponseID}&Q_R_DEL=1&Role=Approver

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • September 4, 2019
@sabauml - OOOPS - I misread! You have an extra "R"... that is all that is wrong. Remove the 2nd R in Q_R=R.

  • 4 replies
  • September 4, 2019
@akdashboard - so... https://ivytech.qualtrics.com/jfe/form/SV_aV3zkK6p1GQaNeJ?Q_R=$Q_R={e://Field/ResponseID}&Q_R_DEL=1&Role=Approver ?

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • September 4, 2019
> @sabauml said: > @akdashboard - so... > > https://ivytech.qualtrics.com/jfe/form/SV_aV3zkK6p1GQaNeJ?Q_R=$Q_R={e://Field/ResponseID}&Q_R_DEL=1&Role=Approver > > ? No - https://ivytech.qualtrics.com/jfe/form/SV_aV3zkK6p1GQaNeJ?Q_R=${e://Field/ResponseID}&Q_R_DEL=1&Role=Approver You can read this as: Base URL ? (this notes an appending of the URL) Q_R=ResponseID & Q_R_DEL=1 & Role=Approver

  • 4 replies
  • September 4, 2019
OK, so for some reason the URL is stripping the info out from the email. It's going back to... https://ivytech.qualtrics.com/jfe/form/SV_aV3zkK6p1GQaNeJ @Akdashboard, any ideas why?

ambrubaker
Level 1 ●
Forum|alt.badge.img+2
  • Level 1 ●
  • 27 replies
  • September 14, 2019
I'm running into an issue with survey I have built where Qualtrics creates a new response record after I complete the "reviewer" portion of the survey. Has anybody else run into this issue? The retake survey link that I have included in the email follows the same method described in the original post. This is the retake survey link that is inserted into the Action Email: https://bsu.qualtrics.com/jfe/form/SV_1QZUEkVntvYvu2V?Q_R=${e://Field/ResponseID}&Q_R_DEL=1&CollectionMethod=${e://Field/CollectionMethod}&ExternalDataReference=${m://ExternalDataReference}&MessageID=${e://Field/MessageID}&Role=Reviewer

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
  • Level 4 ●●●●
  • 488 replies
  • September 16, 2019
@ambrubaker - remove "Q_R_DEL=1" and you won't have the issue with a new record being created. You will still get counted as an auditable response, but it will delete the first response.

With the new product idea area in the community has idea around integrating this process more into the core experience of Qualtrics been submitted?

Clint
Level 2 ●●
Forum|alt.badge.img+5
  • Author
  • Level 2 ●●
  • 46 replies
  • October 29, 2019
Sorry everyone, I just looked on here and realized that I've left everyone hanging. Here are some screenshots that hopefully shed light on this. Survey Builder ! Survey Flow ! Actions ! Email ! Initial Survey ! Final Survey ! I'll try to be more attentive to questions from here on. Hope this clears things up.

I have managed to make this work for 1 approver abut I have a series of up to 8 needed approvals from 1 survey. Can you advise on the logic to make this happen?

Forum|alt.badge.img+1
  • 1 reply
  • December 3, 2019
> @Clint said: > Sorry everyone, I just looked on here and realized that I've left everyone hanging. Here are some screenshots that hopefully shed light on this. > > Survey Builder > ! > > Survey Flow > ! > > Actions > ! > > Email > ! > > Initial Survey > ! > > Final Survey > ! > > I'll try to be more attentive to questions from here on. Hope this clears things up.

  • 7 replies
  • January 16, 2020
Hello! I can not get the link to work. These are the links I am currently attempting to use in the email. https://umn.qualtrics.com/jfe/form/SV_aaDpz59ZbSfoBUh?Q_R=${e://Field/ResponseID}&Approver=1 and I've tried https://umn.qualtrics.com/jfe/form/SV_aaDpz59ZbSfoBUh?Q_R=$e://Field/ResponseID}&Q_R_DEL=1&Approver=1 Please let me know what I am doing wrong in the binding. I have the question set to only appear when approver = 1 and each link is bringing me to a blank survey form Thanks!

KatherineD
Level 1 ●
Forum|alt.badge.img+3
  • Level 1 ●
  • 10 replies
  • April 3, 2020

Has anyone else gotten this to work and would share their survey flow and survey? And could someone provide more detail on how embedded data for Approver works? It's not clear to me when the approver is assigned a value of 1.


Clint
Level 2 ●●
Forum|alt.badge.img+5
  • Author
  • Level 2 ●●
  • 46 replies
  • April 3, 2020

paynesr2019
To answer your question - I have managed to make this work for 1 approver abut I have a series of up to 8 needed approvals from 1 survey. Can you advise on the logic to make this happen?
Quick answer - you have to create an embedded data field for each "series of approvals" and an email for each one as well. Think of them as switches, as each one turns on, a subsequent email gets sent unlocking more on the survey for the next approver.
I've done a series of at least 3 approvers. Let me know if this doesn't make sense and I'll see about creating a video or something.


KatherineD
Level 1 ●
Forum|alt.badge.img+3
  • Level 1 ●
  • 10 replies
  • April 3, 2020

I'm also having the issue where it is stripping out the field response

This is what I have in the "action email" Please approve the change of major request.

https://usisurvey.az1.qualtrics.com/jfe/form/SV_7amDLnHAXGxpPq5?Q_R=${Field/ResponseID}&Q_R_DEL=1
But this is what shows up in the email
Please approve the change of major request.
https://usisurvey.az1.qualtrics.com/jfe/form/SV_7amDLnHAXGxpPq5?Q_R=&Q_R_DEL=1


A video of what you've done would be SO helpful. I get this type of form request a lot and have not figure out how to make it work. What you are providing is really helpful.




Clint
Level 2 ●●
Forum|alt.badge.img+5
  • Author
  • Level 2 ●●
  • 46 replies
  • April 3, 2020

Amaraian
From your question - "...and I've tried
https://umn.qualtrics.com/jfe/form/SV_aaDpz59ZbSfoBUh?Q_R=$e://Field/ResponseID}&Q_R_DEL=1&Approver=1 ..."
So you're missing "{" in this link.

https://umn.qualtrics.com/jfe/form/SV_aaDpz59ZbSfoBUh?Q_R=${e://Field/ResponseID}&Q_R_DEL=1&Approver=1

You need to keep "
&Q_R_DEL=1
" in the link to bring in the previous response(s).


bobromanko

This example works perfectly except that the URL in the email switches to proxy in the body of the email to the approver. I have exactly what is here in the example (using my survey ID, of course). The URL gives me a 403 error. If I build the URL manually in a browser, it worker perfectly.
I see no way around this.
Anyone have any thoughts?


Leave a Reply