Survey Forums

HomeHomeSurvey Project ...Survey Project ...DevelopmentDevelopmentUser entered Save/Resume CodeUser entered Save/Resume Code
Previous
 
Next
New Post
8/31/2012 2:18 PM
 

Hello again. I would like to ask if its possible to save the survey progress and instead of giving an automatically generated code, to have the user enter a code himself, or take it from a field in the survey form (perhaps at the beginning of the survey).

Any idea how this can be achieved?

 
New Post
9/2/2012 6:31 PM
 
Hello,

It would be a new feature. You can submit a request (issue) at http://survey.codeplex.com. The current application does only support an auto generated code.


Kind regards
Survey Project Coordinator
 
New Post
9/3/2012 9:43 AM
 
Submitting an issue might take too long and I am kind of in a hurry to implement this. If possible I would like some direction on where to look for the auto code generator. Is that possible?
 
New Post
9/3/2012 5:55 PM
 
Hello,

You will have to search the code but you can start at:

.....\Reflector\Nsurvey_WebControls\Votations.NSurvey.WebControls\SurveyBox.cs

... protected virtual void OnSaveProgressClick(object sender, EventArgs e)

This is where you will find the starting point for code that saves and deletes ResumeUID's etc.

 
New Post
9/4/2012 9:57 AM
 

Thanks. Will get on it.

 

EDIT: This might sound a bit silly, but I cant seem to find the Reflector folder or any of the subsequent folders. Is there something Im missing?

 
Previous
 
Next
HomeHomeSurvey Project ...Survey Project ...DevelopmentDevelopmentUser entered Save/Resume CodeUser entered Save/Resume Code