Colin Fredericks
Colin Fredericks

Reputation: 195

Qualtrics Javascript: Get all responses and survey text

I'm hoping to get a Qualtrics respondant's entire set of responses to a survey along with the question text. This needs to be via javascript in the question.

I found Qualtrics.SurveyEngine.QuestionInfo, which gets all the question text on the page, but I can't find an object that has all the user responses, and I can't find a whole-survey version of QuestionInfo.

I don't need every user's responses, just the current user's. (I'm doing some processing on it.)

Suggestions?

Upvotes: 0

Views: 532

Answers (1)

T. Gibbons
T. Gibbons

Reputation: 5004

Use the Qualtrics API to retrieve a survey response: https://api.qualtrics.com/1179a68b7183c-retrieve-a-survey-response

Upvotes: 1

Related Questions