asp.net survey questionnaire engine

◇◆丶佛笑我妖孽 提交于 2019-12-18 10:24:14

问题


I am looking to implement (or build as a last resort) a type of survey engine that allows for extensibility and integration into an existing workflow engine.

The survey/questionnaire engine should allow for admin users to add new questions and response types (text/bool/multiple/etc), should use SQL Server for persistence and ASP.NET 2.0 or greater. It should leverage AD for Windows Integrated Auth and security.

Does anyone know of a good (free or cheap is even better) off-the shelf solution that meets these basic requirements?


回答1:


Maybe these articles might be useful if you decide to build your own solution:

Web-Based Surveys Made Easy: http://aspnet.4guysfromrolla.com/articles/061604-1.aspx

Working with the WebSurvey Control's Results: http://aspnet.4guysfromrolla.com/articles/111004-1.aspx




回答2:


Try the C# open source Survey project (revived Nsurvey form engine and surveytool) at:

http://www.surveyproject.info (Demosite available and sources at Codeplex.com).




回答3:


Check out Zodiac.NET Survey Engine written in C# ASP.NET. It meets most of your requirement except it defines the questionnaire in XML format. It can persist the answers as XML files on the server. You can also save the answers to any database using its APIs and bind the XML on the fly to the web controls. The nice thing about this engine is that it's a collection of Web Controls. This is a great benefit when you want to integrate it with your existing applications.




回答4:


You can still find old NSurvey sources on the net (here, e.g.).

It's free, just don't get Feedback Server instead (now on nsurvey.org, unfortunately).




回答5:


Zodiac.NET is another ASP.NET survey/questionnaire engine




回答6:


SelectSurvey.Net works well and has a lower cost than Feedback Server



来源:https://stackoverflow.com/questions/343068/asp-net-survey-questionnaire-engine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!