Survey Forums

HomeHomeSurvey Project ...Survey Project ...DevelopmentDevelopmentAnswer Type and Question text Help neededAnswer Type and Question text Help needed
Previous
 
Next
New Post
6/3/2012 9:42 AM
 

I am creating survey for health index,

1) I need following answer type which Capture the height in feet and inches and convert the height in meter automatically and saves to database for record.

2) I also need to add balloon for some question text where user hover and he gets more information about that question.

how would i achieve it.

i checked Votations.NSurvey.WebControls.UI.AnswerXmlListItem.cs file but need to know where to make appropriate changes.

Thanks,

Sameer

 
New Post
6/3/2012 3:14 PM
Accepted Answer 
Hello Sameer,

We added an updated document to the the survey Codeplex site that explains how to add new AnswerTypes to the Survey Project tool.

You can find it at the Documentation section: http://survey.codeplex.com/documentation 
Download: Adding New AnswerTypes

The second part of your question can be handled in different ways:
- you can make use of the help text option that is available when you create a new question (help text + click show helptext)
- you can make use of scripting (javascript/ ajax or jquery) and add script through the html/text editor when creating questions
- to use and reference scripts already used by the SP tool check the Scripts directory in the SurveyWAP rootdirectory

Hope this will help to find a solution.
 
Previous
 
Next
HomeHomeSurvey Project ...Survey Project ...DevelopmentDevelopmentAnswer Type and Question text Help neededAnswer Type and Question text Help needed