Question: I am attempting to code a quiz game in c# using a visual studio windows form application. so far I have the layout, it is
I am attempting to code a quiz game in c# using a visual studio windows form application. so far I have the layout, it is going to have 4 buttons for the options, a text box to show the questions, and a picture box to show a nice image. I am struggling to do the coding bit. I want the questions and answers to be read from a text file, my layout and my requirements are listed below;
- The buttons on the game window should be well labelled.
- The user should have a textbox to input name and then it should appear on the screen during the game.
- I will include subtle elevator music in the solution.
- There should be a timer on the display of the game.
- There should be a question bank to pick from.
- Once the user has answered a question it should show whether the answer is correct or not.
- The next button should not work if the question has not been attempted.
- There should be an algorithm that will increase the difficulty level of the questions according to the answers of the user.
- The total score of the game should be shown after attempting all questions or timer runs out.
- There should be a button to restart or end the game after all of this has been shown.
I
need help with the coding bit. thanks in advance!
Form TIMER IMAGE Question Option 1 Option 2 Option 3 Option 4 Continue
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
