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
- Host: GitHub
- URL: https://github.com/shereef/quizer
- Owner: Shereef
- Created: 2020-07-09T14:59:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T22:04:47.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T10:24:50.208Z (about 1 year ago)
- Language: C#
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quizer

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