DWSurvey is a convenient, efficient and practical open source questionnaire form system based on JAVA WEB.
1. Brand new experience and simple process
With a brand-new design experience, bid farewell to the cumbersome design process. In a simple and interesting way, you can easily complete the questionnaire design. A variety of questionnaire style templates are available to choose from, just to display more beautiful form questionnaires.
2. Rich question types
Rich question type support, you can complete the question selection by dragging and dragging its position, you can also insert the required pictures, corporate LOGO, and set the answer logic. A beautiful questionnaire is that simple.
3. Static questionnaire form
For the questionnaire form system, because all form fields are maintained by the back-end database, for every answer request, if each question and option is fetched from the back-end database, it will definitely have a considerable impact on performance.
Therefore, when publishing a form questionnaire, the data will be staticized on the page and a real form archive will be generated.
Because DWSurvey is implemented based on JAVA WEB, the installation is no different from a general JAVA WEB program. Once the database address is configured, it can be used normally.
Installation instructions
The server must be installed with an environment consisting of JAVA 1.6+, MySQL, and Apache Tomcat.
Since the referenced external jar may not be in your local maven repository, as long as you have a local maven environment, you can automatically import the file under the bin directory by executing.
DWSurvey survey system v5.2.5 update log
1. The same option in a logic question cannot be used repeatedly.
2、Upgrade dependency packages
3、Fix the verification code refresh problem
4、 Implement logical jump for drop-down type questions
5、 Remove the null reference referenced by the login page and supplement the configuration file description
6、Some other BUG modifications