Survey Report Web Control
This web control will allow you to add a complete survey reporting to your web site. The web control show the questions statistics in charts and tabular views to the end user for better analysis to the survey responses.
The following is a sample definition for the web control:
<Zodiac:ReportSurveyStatisticsServerControl ID="ucReport" runat="server" CssClass="bluesky" SurveyXmlFilePath="surveys\\sample.xml" ResponsesFolderPath="Responses" QuestionID="2" />
The web control can display the question statistics according to the question type:
| Question Type | Applicable Charts |
|---|---|
| Single Choice Question | Bar Chart or Pie Chart |
| Multi-Choice Question | Bar Chart |
| Matrix Question | Tabular |
| Slider Question | Tabular |
| Text Question | Bar Chart |
| Essay Question | Bar Chart |