Create 6 UserControls for your six questions. Similar to the forms, they return a value of whether their answer is correct. Place all 6 user controls on the form. Use the Visible property to keep them hidden. (Hint: Also consider what you can do with the form's Size property. Start it small, resize it to fit the controls when they get shown. Hint: Design it full sized, then shrink it after the question controls are in place.)

Add a timer to the main form. Set that timer's time based on Easy/Hard to a reasonable value, such as 4 minutes/2 minutes for all 6 questions. On a button click, start the timer and set the 6 questions to be visible.

Tally the score when the timer finishes, or when the user clicks a button indicating they are done. You should be able to do that using the single Start button as both Start and Stop if you create a Boolean variable to know which status the game is currently in at the time the button is clicked. (ie, the first click changes the value of the variable so the second click acts differently.) Show the Results Form as in the previous version of the project.

For bonus points, replace the Easy/Hard setting with the TrackBar control, choosing a timer value between 5000 (5 seconds) and 30000 (6 minutes). Use the online documenation at Microsoft.com to learn about the available properties of that control - it's not just about setting minimum and maximum.

Academic Honesty!
It is not our intention to break the school's academic policy. Posted solutions are meant to be used as a reference and should not be submitted as is. We are not held liable for any misuse of the solutions. Please see the frequently asked questions page for further questions and inquiries.
Kindly complete the form. Please provide a valid email address and we will get back to you within 24 hours. Payment is through PayPal, Buy me a Coffee or Cryptocurrency. We are a nonprofit organization however we need funds to keep this organization operating and to be able to complete our research and development projects.