I am try to integrate Microsfts Azure Translator as a WebService into my survey to translate survey responses in real-time. Unfortunately, the request composition in Azure requires a JSON list, which is not possible inside the webservice of Qualtrics as it does not allow for free text. Is there a way around it? I got it working as a normal Web Service Task inside Qualtrics.
Page 1 / 1
You can try to call the API from a hidden question JS using jQuery request.
You can try to call the API from a hidden question JS using jQuery request.
Thanks for the answer, this sounds workable! Can I then use the response body as embedded data in a later part of the survey?
You can try to call the API from a hidden question JS using jQuery request.
Thanks for the answer, this sounds workable! Can I then use the response body as embedded data in a later part of the survey?
Yes we can use Qualtrics.SurveyEngine.setEmbeddedData("<Embedded Data Name>", "<Value>"); function to store the data in an embedded data.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.