Question: You are asked to create a program in Java that will be used to create quizzes and test users based on these quizzes. IN PHASE

You are asked to create a program in Java that will be used to create quizzes and test users based on these quizzes.

      1. IN PHASE 2 SAVE THIS data to the list of objects.
      2. Once a new question entered show the manage questions menu
    1. If user wants to delete a question, prompt the user to enter Question Code.
      1. If question with the code exists, then delete it, show the message that question is deleted and show manage questions menu
      2. If question with the code not exists then show the message that code is incorrect
    2. If user wants to list all questions then
      1. Print to the screen the list of questions, answers and the correct answer
      2. show manage questions menu
  1. If user choses to enter quiz taking module
    1. Show total number of questions available
    2. Prompt to enter test taker information
      1. First Name
      2. Last Name
      3. Number of questions
        1. If number of questions less than total number of questions then ask to enter this information again
    3. Start quiz
      1. Randomly choose questions as many as user-selected
      2. Iterate through these questions
        1. Ask question
        2. Show possible answers
        3. Prompt to enter the correct answer
          1. If the answer is not available ask to choose from available options
      3. Once all questions answered provide a report
        1. Total number of questions answered
        2. Correct answers
        3. Incorrect answers
        4. % of correct answers
        5. Grade: A -90% up, B 80% up, C- 70% up, or F
    4. Show main menu
  2. You need to encapsulate/hide the logic responsible of displaying menu, validation of menu options, as well as user selection of menu into a separate class called MenuHandler

Help!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!