ASP.NET (MVC) solution for the creation and distribution of online surveys.
- Create surveys with multiple-choice and/or free-text questions
- Copy existing surveys to use them as templates
- View charts with response statisctics
- Add survey recipents manually or by loading a .csv or .xlsx files
- Create email lists with recipients
- Mass send emails with personalized survey links
- Survey responses are anonymous when a non-personalized link is used
Feel free to use whatever editors/IDEs. However we strongly recommend Visual Studio.
- Download and install Visual Studio Community Edition - https://visualstudio.microsoft.com/free-developer-offers/
- Make sure to install the following workloads (during installation or after using Visual Studio Installer)
- ASP.NET and web development
- Data storage and processing
- After loading the solution open the Package Manager Console and run the command
Update-Database
You should now have a working project that can be debugged by hitting F5.