Survey Management System in c#|Asp.net



Survey Management System in c#|Asp.net

Survey Management System in c#|Asp.net

Hello Friends in this video i am going to demonstrate you the Project Survey Management System
For Source Code Contact: https://www.fiverr.com/malik_siddique
or
[email protected].

Businesses across all industries conduct surveys to uncover answers to specific, important
questions. These questions can vary and cover a diverse range of topics. But the most
commonly used survey in a marketing department is a consumer survey. It is a source to
obtain information about consumer satisfaction levels with existing products and their
opinions.
The questions can be asked in multiple formats. The following is a selective list of the
types of survey questions. You can find out more information about them here:
https://www.surveymonkey.co.uk/mp/survey-question-types/#dropdown.
List A
• Yes or No question. For example, would you recommend the product to your
friends or family members? ○ Yes ○ No
• Multiple choice question (single answer). For example, how did you hear about our
company? ○ From a friend ○ From social media ○ From an advertisement
List B
• Rating scale questions (range 1 to 10). The respondent selects the number that
most accurately represents their response. An example can be seen below

5-point Likert scales questions. This is the “Do you agree or disagree” questions
that you often see in surveys. It is used to gauge respondents’ feelings and
opinions. An example can be seen below.

Dropdown questions. These allow respondents to choose one answer from a list of
choices presented in a dropdown menu. An example can be seen below.

Ranking questions. It asks respondents to order their answer choices according to
preference. An example can be seen below.
You have been asked to develop a consumer survey system for a product you choose.
The product you choose can be tangible or intangible. The main features of the system are
creating a survey and analysing the responses. The survey can only use the THREE (3)
question types you have chosen. The table above shows how each type of question
should be analysed. Focus on the ones you have chosen.
Note it is an anonymous survey and no demographic or personal data should be collected.
The system should include the following.
• The system users are product consumers (i.e. survey respondents) and
administrators.
• Administrators can create a survey after they have logged in successfully.
• Administrators should be given choices of the three question types you have
chosen from above. The administrators will then create the questions of the chosen
type.
• The survey questions and answer choices should be presented using appropriate
Windows Forms Controls/Components.
• Consumers need to sign up to participate in the survey.
• The system should record the respondents’ results.
• Administrators can analyse the survey results and report it in a textual format.
Page 5 of 6
Designing and Developing Object-Oriented Computer
Programs
© NCC Education Limited 2021
• Log in page for customers and administrators. Appropriately handle situation when
a reasonable number of failed login attempts occur.
Task 1 (LO 1, 2, 3) – 60 Marks
(a) You need to implement a program which fulfils all the requirements as outlined
above.
(b) You need to justify your program design in terms of classes.
(c) The quality of your program will be assessed in terms of program structure, quality
of algorithms, and readability.
Task 2 (LO 1, 4) – 20 Marks
You need to develop a test plan and implement it. You should write a report about the
plan, which includes the test plan, test scripts, and the testing results with full details. The
part of test plan should have five hundred (500) words and additional five hundred (500)
word discussion of how the data was selected and executed. There is no word limit on the
part of test scripts and testing results.
Note in order to demonstrate the required functionalities, you need to make sure (a) at
least TEN (10) users should complete the survey and (b) the survey should have at least
one question of each type you chose with a total of at least SIX (6) questions.
Task 3 (LO 5) – 20 Marks
You need to
• create a fully detailed class diagram, which should be accompanied with a 500
word justification of your classes design. Note you are not allowed to use any tool
that automatically builds a class diagram.
• produce a user documentation to assist end users to use the system.

Comments are closed.