Create a website that would allow users to enter and submit


Question - Create a Website that would allow users to enter and submit survey (to store in the database) and display survey results of total entered surveyed:

The survey should display the survey subject title and total five questions. User should be in a position to select Yes/No answering from given dropdown for each question.

Upon user selects submit, the program should check that all answers are given by users and then will submit the answer and store into the backend database. The database must have capability to store the total for Yes and No answered for each question by each user as well total number of users submitted the survey.

Upon user selects the display survey results option; the website would display survey results retrieved from the backend database.

The result must display - Survey Subject, Total Number of Users Submitted the Survey, Each Question and for each question how many percentage (%) answered Yes and how many percentage (%) answered No. These values you will retrieve from the database.

The pseudo code must show the evaluation of how you are converting calculating the total Yes and No answered values for each problem in the percentage based on the retrieved values from the database.

I cannot seem to get this to work for some reason could somebody provide me a code to compare and test?

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Create a website that would allow users to enter and submit
Reference No:- TGS0967160

Expected delivery within 24 Hours