Results 1 to 4 of 4
Thread: Current Survey Page
-
03-18-2008, 07:15 PM #1dman75 Guest
Current Survey Page
Is there a way to set a variable or cookie value to the current page of the survey?
For example if you are on page 3 of the survey then you can access this from the cookie or the variable.
- Thanks
Damian
-
03-19-2008, 07:40 AM #2
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 225
I don't believe that this information is accessible via session, cookie, etc. The current page is stored internally by the objects that control navigation through the survey, but this information is not externally accessible.
-
03-19-2008, 04:44 PM #3dman75 Guest
Is there anyway that we are able to get this out of the database? Are we able to tap into the objects that control the navigation?
-
03-20-2008, 11:11 AM #4
Administrator
- Join Date
- Mar 2007
- Location
- Prezza Technologies
- Posts
- 225
That information is stored in the database, in the ckbx_ResponseLog table. That table is essentially a "stack" of visited pages keyed by response id. I believe that the current page for a given response would have a started time but not an ended time.


LinkBack URL
About LinkBacks
Reply With Quote