Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

asp.net survey questionnaire engine

Tags:

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?

like image 333
Thiago Silva Avatar asked Dec 05 '08 06:12

Thiago Silva


2 Answers

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).

like image 97
Fwsmaster Avatar answered Sep 23 '22 23:09

Fwsmaster


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

like image 42
M4N Avatar answered Sep 23 '22 23:09

M4N