The easiest solution will most likely be to export the survey results and find the respondents partial response. The left most column will contain the response id. Please note that you will need to ensure that the "Report Incomplete Responses" option is enabled before exporting the results. You can find the "Report Incomplete Responses" option on the Settings -> Preferences page.
Once you have found the response id it can be used to find the response GUID, which is used as the key when resuming responses.
--BEGIN
SELECT [GUID] FROM [ckbx_Response] WHERE [ResponseID] = FOUND_RESPONSE_ID
--END
Once you have found the GUID you can use it to reconstruct the resume URL. You will want to append to the survey's base url. For example if the url for my survey were:
and the GUID was
Quote:
|
ff578eaa-57da-4435-a152-af3bde3eb13b
|
The users resume URL would be: