Web Service using Qualtrics API to create response in another survey | XM Community
Skip to main content
Solved

Web Service using Qualtrics API to create response in another survey

  • February 27, 2020
  • 2 replies
  • 91 views

pogi
Level 2 ●●
Forum|alt.badge.img+14
I had something working before like this, but I can't find my example and I can't get this work. I've tried encasing the selectedchoice variable in quotes. In the second survey the question is Q1 or the import QID1. I've tried interchanging them. https://1drv.ms/u/s!AslR4v4ikZdFhWn-bpuE_Jys_-aG

Best answer by TomG

If you are sure QID1 is the correct question id, then maybe the recode value you are sending isn't a valid choice. You might try https://api.qualtrics.com/reference#getresponse-1 to make sure you've got correct format.

2 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • Answer
  • February 29, 2020
If you are sure QID1 is the correct question id, then maybe the recode value you are sending isn't a valid choice. You might try https://api.qualtrics.com/reference#getresponse-1 to make sure you've got correct format.

pogi
Level 2 ●●
Forum|alt.badge.img+14
  • Author
  • Level 2 ●●
  • March 1, 2020
Thanks, @TomG . That appears to be the issues.