Q_populateresponse being used outside of Qualtrics | XM Community
Skip to main content

Hi community! 

We are currently sending our surveys via Marketo. Within the marketo email, we have staged an “inline question” in the form of an NPS score, so that when someone clicks on a score, they are linked out to the Qualtrics survey with that question response already pre-populated (It is the first question in our survey). 

 

As we are not sending the email within the Qualtrics platform, we have encoded the url for Q_populateresponse in the following JSON format:

Q_PopulateResponse=%7B%22QID1%22:%2210%22%7D 

 

The above example would redirect the person to the first question in the survey with a score of “10” pre-populated. 

 

The issue we are experiencing however, is that although the pre-population of the question is working, the actual “Capturing” of the response within Qualtrics is not, if they choose to abandon the survey thereafter. Upon testing however, we did discover if a person “advances” (clicks next) to the next question, the first response does get captured (whether they abandon the survey at that point or not). We tried adding a timing question then to auto-advance the person to the next question, but this did not work either. 

 

Does anyone know what may be happening? We are suspecting that because the survey is not being sent/distributed through Qualtrics, the full functionality of Q_populateresponse isn’t working. Any advice would be greatly appreciated. 

Along with Q_PopulateResponse={“QID1”:”10”} add - &Q_PopulateValidate=1. So the link would look like the below: 

&Q_PopulateResponse=%7B%22QID1%22:%2210%22%7D&Q_PopulateValidate=1

 


Along with Q_PopulateResponse={“QID1”:”10”} add - &Q_PopulateValidate=1. So the link would look like the below: 

&Q_PopulateResponse=%7B%22QID1%22:%2210%22%7D&Q_PopulateValidate=1

 

@Shashi This worked! You are awesome! Thank you so much. How were you able to deduce it to Q_populatevalidate? And would you happen to refer any resources on how to educate ourselves better when dealing with Qualtrics surveys sent outside of Qualtrics or custom builds?

 

I found this article https://www.qualtrics.com/support/survey-platform/survey-module/editing-questions/validation/ previously when considering a solution, but did not think about using Q_populatevalidate. Thanks again for taking the time to read and reply :) 


Leave a Reply