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

