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;

  1. The buttons on the game window should be well labelled.
  2. The user should have a textbox to input name and then it should appear on the screen during the game.
  3. I will include subtle elevator music in the solution.
  4. There should be a timer on the display of the game.
  5. There should be a question bank to pick from.
  6. Once the user has answered a question it should show whether the answer is correct or not.
  7. The next button should not work if the question has not been attempted.
  8. There should be an algorithm that will increase the difficulty level of the questions according to the answers of the user.
  9. The total score of the game should be shown after attempting all questions or timer runs out.
  10. There should be a button to restart or end the game after all of this has been shown.

II am attempting to code a quiz game in c# using a 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

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!