Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2015 Porto Portugal September 7 11 2015 Proceedings Part 3 Lnai 9286

Authors: Albert Bifet ,Michael May ,Bianca Zadrozny ,Ricard Gavalda ,Dino Pedreschi ,Francesco Bonchi ,Jaime Cardoso ,Myra Spiliopoulou

1st Edition

ISBN: 3319234609, 978-3319234601

More Books

Students also viewed these Databases questions