asp.net survey questionnaire engine
Asked Answered
T

6

24

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?

Traction answered 5/12, 2008 at 6:44 Comment(1)
try this surveymaster.codeplex.comDiffidence
T
6

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

Web-Based Surveys Made Easy: https://web.archive.org/web/20210513212537/http://aspnet.4guysfromrolla.com/articles/061604-1.aspx

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

Trichloroethylene answered 6/12, 2008 at 14:4 Comment(2)
these 2 articles were written in 2004 and use .NET 1.1. I am looking for a more recent product. I found a commercial product called "Feedback Server" (www.nsurvey.com), which provides most (if not all) features I need...but it's kinda pricey.Traction
That 4GuysFromRolla WebSurvey control can now be found here websurvey.codeplex.comLob
G
9

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

Giule answered 7/4, 2010 at 20:58 Comment(0)
T
6

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

Web-Based Surveys Made Easy: https://web.archive.org/web/20210513212537/http://aspnet.4guysfromrolla.com/articles/061604-1.aspx

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

Trichloroethylene answered 6/12, 2008 at 14:4 Comment(2)
these 2 articles were written in 2004 and use .NET 1.1. I am looking for a more recent product. I found a commercial product called "Feedback Server" (www.nsurvey.com), which provides most (if not all) features I need...but it's kinda pricey.Traction
That 4GuysFromRolla WebSurvey control can now be found here websurvey.codeplex.comLob
T
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.

Televisor answered 29/7, 2009 at 21:30 Comment(0)
S
1

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

Sash answered 2/2, 2009 at 16:24 Comment(0)
U
1

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

Uniform answered 7/4, 2010 at 21:42 Comment(0)
P
1

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

Potpourri answered 29/5, 2010 at 19:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.