Sample Response XML File
This is a sample survey response XML definition file which will be generated when the user answer a survey in Zodiac.NET:
<surveyresponse version="1.2"> <meta> <id>ab03bc49-301c-4f7d-a6e3-8a967e1f23be</id> <userid> </userid> <username>Anonymous</username> <timestamp>4/23/2011 12:39:22 AM</timestamp> <duration>9</duration> </meta> <responses> <response questionid="1" questionbody="What is your gender?" questiontype="singlechoice"> <answers> <answer>Male</answer> </answers> </response> <response questionid="2" questionbody="What is your question body?" questiontype="multichoice"> <answers> <answer>Option 2</answer> </answers> </response> </responses> </surveyresponse>