This is a simple quiz application built using Windows Forms in C#. The app presents a series of multiple-choice questions, displays images associated with each question, and allows users to answer and track their score.
- Displays an image with each question to enhance user experience.
- Multiple-choice answers for each question.
- Tracks the user's score and correct answers.
- Designed with a simple and interactive user interface.
- C# - The primary language for development.
- Windows Forms - To create the user interface.
- Visual Studio - The integrated development environment (IDE).
- .NET Framework: The application requires .NET Framework to run.
- Visual Studio: Recommended for building and running the project. Ensure you have Visual Studio installed with the appropriate C# development tools.
- Clone or download this repository to your local machine.
- Open the project in Visual Studio.
- Build and run the project by clicking the Start button in Visual Studio.
- The quiz will start, displaying questions one by one with image choices.
- Click on any button to select an answer and move to the next question.
The app presents a set of 8 questions on a variety of topics. Here are some examples:
-
What is the name of this flower?
- Sunflower
- Hibiscus
- Purple Rose
- Purple Ivy
-
What date was the end SARS protest in Nigeria?
- 20th October 2021
- 20th October 2020
- 20th October 2022
- 20th October 2023
-
Who is called the father of modern physics?
- Albert Einstein
- Isaac Newton
- Charles Babbage
- Elon Musk
... and more.
- Add a timer to each question to make the quiz more challenging.
- Implement a results page to show the score after the quiz is completed.
- Add a feature to track high scores.
- Enhance the user interface with more graphics and animations.
-Oden Emmanuel Mbang
- Icons and images used in the quiz are sourced from Unsplash.
Feel free to fork, clone, or modify this project as needed for your own use!