2. Creating Folders
In case you will use the physical files in your server to store the survey and responses, then it's recommended to create the following folders to organize the files your web project.
- Surveys Folder:
Add the surveys XML files that contain the definition files of your surveys to this folder. Your web controls should point to this folder using relative path or exact path to bind the survey details to the web controls.
- Responses Folder:
This folder will store the user responses to your survey. The responses will be saved as XML files. The web controls can bind to this folder to list and analyze the responses.
- CSS Folder:
This folder will contains the CSS style sheets of Zodiac.NET web controls. You can use the same CSS folder of the web project to store these style sheets. Copy the CSS styles sheets from "Theme" folder in the extracted package to this CSS folder. You will need to link to the appropriate CSS style sheet for each web control by adding a link to the CSS file.
- Media Folder:
This folder is required for Standard Edition only. The folder will contain the uploaded media files for the surveys. The Survey Builder Web Control will save the media files of each question to this folder. The Survey Viewer Web Control will fetch the different media files attached to the questions from this folder as well.