Based on the help files available at Survey Monkey, if you want to append a unique identifier to your URL to track responses simply add &c=your_session_name to the end of your URL. Of course this only works if you just wanted to append the name of your session to each survey result.
If on the other hand you want to capture each individual user, I am not sure there's a way to do that as WebEx just redirects everyone to the same URL. You'd need to craft some kind of middle-ware that could read the attendee list and redirect each person to a custom URL. I think where it falls apart is keeping track of which attendee is which once the session has ended. |