QuizForm
A Quiz Form made possible with the help of Open Trivia Database (Free JSON API), built with Visual Basic.
Install / Use
/learn @Rishi-Sudhakar/QuizFormREADME
QuizForm
QuizForm is a simple quiz application built with .NET Framework.
Features
- Allows users to start a quiz.
- Displays quiz questions and options.
- Provides feedback on quiz completion.
Installation
To run this application, you need to have .NET SDK installed on your system.
-
Clone the repository:
git clone https://github.com/Rishi-Sudhakar/QuizForm.git -
Build and run the application: (.NET SDK is mandatory)
dotnet run --project QuizForm
I used mono with MacOS, So pull requests on bugs are highly appreciated. (Please do provide any bugs/feedback in the pull request, I did not try this out in windows)
Usage
Upon running the application, you will be presented with the main window displaying the welcome message and a "Start Quiz" button. Click the button to begin the quiz.
Answer each quiz question by selecting the appropriate option. After answering all questions, you will receive feedback on your quiz completion.
Contributing
Contributions are welcome! Please fork the repository and create a pull request with your proposed changes.
