Is it possible to close a survey through the API, but allow people to finish it? | XM Community
Solved

Is it possible to close a survey through the API, but allow people to finish it?

  • 12 December 2018
  • 1 reply
  • 80 views

Badge
When you close a survey through the UI, you are given an option to allow those who are currently taking it to finish. I know that I can close a survey through the API by updating isActive to False, but I don't want to kick anybody out of the survey if they're in the process of completing it. Is it possible to allow them to finish?
icon

Best answer by NK_Tripathi 18 December 2018, 20:53

View original

1 reply

Userlevel 2
Badge +3
My recommendation would be to keep ACTIVE and update the Expiration Period of the Survey, in API call. https://api.qualtrics.com/v3/reference/update-survey

You can make the time as few minutes of advance, so project gets expired and few minutes and in turn is Inactive.

And then make sure you have partial completion setting set to complete. Then all In-progress people will have option to still complete their responses. This would be the case for all In Progress responses.

There would not be any new one to take participate in the survey.

https://www.qualtrics.com/support/survey-platform/survey-module/survey-options/partial-completion/

Leave a Reply