An open API service indexing awesome lists of open source software.

https://github.com/felix-red/quizconsoleprogram

C# console application
https://github.com/felix-red/quizconsoleprogram

console-application csharp quizapp

Last synced: 8 months ago
JSON representation

C# console application

Awesome Lists containing this project

README

          

# Simple C# Quiz Console Application
This is a simple C# Quiz Console Application that I created to explore classes and console interactions in C#. The program presents quiz questions to the user, accepts their input, and provides feedback on their answers.

![](https://github.com/Felix-Red/QuizConsoleProgram/blob/master/Screenshot1.png)
![](https://github.com/Felix-Red/QuizConsoleProgram/blob/master/Screenshot2.png)

## Future Improvements
- Add more question types (e.g., timed questions).
- Implement scoring and leaderboards.
- Save quiz results to a file or database.