Menu

[Solved]Java Programming Please Help Following Assignment Would Able Help First Class Help Get Sta Q37129089

Java Programming: Please help with this following assignment.Would you be able to help with the first class to help me getstarted. Os Pseudo code. Can it be done in a GUI format? Thank youso much.

  1. Project details
    1. Create a class to administer the question bank withthe following functionality:
      1. Stores question data in a text File (See details offile structure below)
      2. Enter new questions including answer and question point value.Point value should be 1 to 5.
      3. Delete questions by searching for a question in the text file.Assign a question id number to each question using a staticvariable.
      4. Display all of the questions, associated answers and pointvalue.
      5. The question bank must be stored in a text file with structureof:
        1. Questions ID Number
        2. Question
        3. Answer
        4. Question point value.
        5. see questions.dat for a sample.
      6. For the purposes of this project the question bank will containat least 15 questions.
      7. This class may be a separately run or part of the program thatruns the trivia game.
    2. Create a class for the players information with the followingfunctionality
      1. Player’s real name
      2. Player’s gamer nick name
      3. Current total score. Total score is a summation of all thePlayer’s game sessions.
    3. Create a class for questions including
      1. question, answer, value and a question ID
      2. Accessor methods to return all instance fields.
    4. Create a class for the trivia game with the followingfunctionality.
      1. Stores a collection of Question objects.
      2. Using random number generation to read 5 questions from thequestion bank and stores them in the collection. Remember thequestions are stored in three rows, questions, answer andscore.
      3. Returns the next question object in the collection.
      4. Evaluate the answer and returns the outcome. The evaluationshould ignore case.
    5. Create a class to run the game
      1. GUI or menu based command line.
      2. Create a new user object and ask for required user information(name, nick name)
      3. Create trivia game object
      4. Start the game, the game sequence is
        1. Display a question
        2. Prompt for an answer
        3. Evaluate the answer
        4. Display the evaluation results
        5. Update the users total score
        6. Display the user current game score.
        7. Continue to display new questions until current game is over.(5 questions)
        8. Once game is over, allow user to play again or quit
        9. If user quit – Display his nick name, current game score andtotal score.

Expert Answer


Answer to Java Programming: Please help with this following assignment. Would you be able to help with the first class to help me … . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *