Hello,
I’ve managed to find information on how to change a Disqualified response to a Complete. However, I would like to convert a Disqualified response to a Partial. Is this possible?
Thanks,
Jen
Hi Jen,
There is not a way to convert a Disqualified response to a Partial in the user interface, I’m sorry to say. Depending on your comfort level with the API, it may be worth exploring the Response Object described here:
https://apihelp.surveygizmo.com/help/article/link/surveyresponse-sub-object-v5#updateobject
You should be able to update the status via the API from DQed to Partial using the status=Partial parameter.
×