Excellent work! Thank you, Survey Project team!
We are building a asp.net 2.0 site, which will invites its members to take a survey periodically. I luckily found your project. The survey tool does everything we need in terms of building a survey and it sure saves us tremendous work to build such a tool on our own. Since the site already has its own membership component, I wonder what's the best way to "plug-in" your survey to the existing site. In particular, I'd appreciate if you can give us a bit insight on following:
(1) I've set up the survey successfully on the existing site where a member of the site (who does not use a "survey" user account) can login and take a survey. Question is how can I automatically capture the member's UserID/UserName and link it to the SurveyID.
(2) I'd like to keep track an user's progress on a particular survey (i.e. complete/incomplete). Which database table I should query for such info assuming we can link the UserID and SurveyID somehow.
Thanks again! I'm looking forward to seeing your response!