Solved
Q_populateresponse queries

Hi all,
Does anyone know if there is a basic guide to Q_populateresponse knocking around anywhere?
I run a monthly survey with the same respondents and there are around 6 segmentation questions at the start of the survey that are the same questions and answers each month (respondents work on the condition of anonymity of responses so can't use the standard embedded data).
I am therefore looking to pre-fill each respondents regular answers so that it populates when the load the survey up. Everything I have seen so far is a bit removed from what I am trying to do.
Any advice would be gratefully appreciated!
Thanks,
Will
Best answer by TomG
> @Will81 said:
> Hi Tom, thanks for your message. They are a mixture of dropdowns, single checkbox and multiple checkbox.
Single answer multiple choice is in the format "QIDx":"y" where QIDx is the question id and y is the choice id. I think drop down is the same format.
Multiple answer multiple choice is in the format "QIDx":"y,z" where y and z are two choice ids.
So, if you had SAMC, MAMC, SAMC your Q_PopulateResponse parameter might look like:
`&Q_PopulateResponse={"QID1":"1","QID2":"2,3,4","QID3":"5"}`
I believe it is case sensitive, so it should look just like the above.
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.