+ Reply to Thread
Results 1 to 2 of 2
Thread: View individual survey results
-
02-28-2008 09:55 AM #1alaroche Guest
View individual survey results
Does anyone know how to create/view the response details page for a individual user who would have registered to take a survey in Checkbox?
The user would not be logged into Checkbox at the time they would view this, I am actually trying to display this within a seperate system. At the time I would want to display the results, I would have the survey number, username/unique identifier. Is it possible to use anything from the Checkbox software for this? I basically want to display the "viewresponsedetails.aspx" page that checkbox offers, but again the user would not be logged into Checkbox. The existing system is written in asp. Please help!
-
03-18-2008 11:37 AM #2
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 227
Sorry for the delay. The only way to do this would be to first use the Advanced ACL Editor on the Survey Permissions page to edit the survey Default Policy to include the View Responses permission. Then you could create a link directly to ViewResponseDetails.aspx with the following format:
http://myServer/Checkbox/Analytics/D...?responseGUID=[RESPONSE_GUID]&noChrome=true
You would replace [RESPONSE_GUID] with the GUID associated with the response you want to view. This guid can be found in the ckbx_Response table.
The second parameter, &noChrome=true, tells the page to just show the response details without the normal page menu, etc.
IMPORTANT!!!
Please note that adding View Responses permission to a survey's default policy will allow any user, registered or anonymous, to view the response details for that survey, so this may not be the solution you want.


LinkBack URL
About LinkBacks
Reply With Quote
