Now that your Survey class has been implemented, it is time to implement the SurveyConductor application class. This class uses the Survey class to conduct a survey. First, create pseudocode to develop the logical sequence of steps required to conduct a survey. Once your pseudocode is complete, insert this into your design document, and implement the SurveyConductor application.

Create a SurveyConductor application that uses your Survey class to conduct a survey. This could be an update to your test class that you have used up to this point, or a new class to conduct the survey in a professional manner.

The application should construct a survey and allow respondents to enter survey data until there are no more respondents or until 10 respondents have entered survey data. The system constraint is that you cannot have more than 10 respondents to the survey.

As each question is presented, by calling the presentQuestion() method, it will validate the respondent’s response. If the response is not a number between 1 and 5, give the user a chance to re-enter his or her response.

After each respondent has completed entering the survey data, display the survey results, top-rated question, and low-rated question.

The survey results should be displayed as rows and columns in a matrix.

The application should allow a user to enter a question number and view just the responses for that question in tabular form by calling the displayQuestionStats() method.

Design Document Requirements:

Insert pseudocode for your SurveyConductor survey application into the Design Document for this Phase, and update your Design Document with any additional necessary changes.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.