A simple program to run a quiz with multiple choices.
- Able to read a CSV file with a question, 4 choices, and an answer.
- Time limiter.
- Run the program with
go run main.go(The default file is quiz.csv and the default time limit is 120 seconds) - Use
go run main.go --csv FILENAME.csvto open another csv file. - Use
go run main.go --duration DURATIONto set the duration (in seconds)