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

https://github.com/shereef/quizer

Console app to quiz you with a set of questions and answers
https://github.com/shereef/quizer

Last synced: 10 months ago
JSON representation

Console app to quiz you with a set of questions and answers

Awesome Lists containing this project

README

          

# Quizer
![.NET Core](https://github.com/Shereef/Quizer/workflows/.NET%20Core/badge.svg)

Console app to quiz you with a set of questions and answers

You provide:

- A text file that has 1 Question per line.
- An answer file with at least as many answers or more.

P.S. The line number of the correct answer must match the line number of the question.

The app will display the question and it's correct answer + 3 other answers that are not correct form the provided list of answers