Go Back   CHECKBOX® Online Community > Checkbox® > CHECKBOX® Survey Server 4.x

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-14-2008, 06:29 PM
awc_douge
Guest
 
Posts: n/a
Question Regenerate the link to return to a survey

We have anonymous users who fail to save the link they get when they save and exit part way through a survey. What is the easiest way to regenerate the link, given that one of the required questions was their e-mail address?

We were thinking we could lookup the survey by name in the database to get the survey guid, but then what's the best way to get the response guid?

Thanks!

Doug Evans
IT Manager
Association of Washington Cities
Reply With Quote
  #2 (permalink)  
Old 04-15-2008, 03:56 PM
Senior Member
 
Join Date: Mar 2007
Posts: 194
Default

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:

Last edited by pwiesner; 04-15-2008 at 04:07 PM.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT -5. The time now is 03:49 AM.


SEO by vBSEO 3.2.0