Customer Survey Application
Tools: Microsoft Visual Studio .NET 2003, VB.NET
Introduction
Jacqueline is currently enrolled in various courses to expand her knowledge in web development. This is one of the projects that she has done as part of her course work for VB.NET Programming at George Brown College.
Challenge
A business needs a customer survey application that will be used in retail stores. The interface needs to be friendly so that a customer can complete the survey independently. The program must present a series of questions to the customer. A set of questions is supplied but the program requires an interface so the client can enter in a few new questions to supplement the existing ones. The client has to be able to view the result of the survey.
Solution
Jacqueline has designed an application that consists of three different functionalities and they can be accessed through a single menu screen. The application allows the user to complete a survey, view survey summary and edit the supplementary survey questions. The controls are arranged in a layout that is intuitive and user friendly.
Through this project, Jacqueline has gained experience in working with Microsoft Studio .NET, creating forms using VB.NET, and read/write information to text files.
Interface that allows user to complete the survey.