I am updating an existing survey to start passing embedded data from a url to automatically answer a pre-existing question. For example, if the url parameter is ?member=yes, then it would answer the yes/no question “Are you a member?” with a yes response. AND I would also like that if the url answers that question, it would not be displayed.
So far, I have my display logic set so that the “are you a member” question does not appear if the embedded data is present, but do not know how to automatically answer the question with that url parameter. Or, if I can’t automatically answer the question, how to combine the answers from the embedded data to the survey responses.