Skip to content

A quiz app that takes csv files as input and holds timer.

Notifications You must be signed in to change notification settings

fahreddinozcan/quiz-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

quiz-app

This quiz application will take a csv file as an input, in 'question, time' format. And will expect player to answer these questions in limited time. Whether the time expires, or the player answers all the questions; game will end and print the score.

To run the app, move the code file to your desktop and run the command below in your terminal:

go build Desktop/cli-quizz-app/main.go && ./main -csv=problems.csv -limit=10

If you'd like to change the source file, you could change the arguments of the command.

ozcanfahrettin @2022, Istanbul

About

A quiz app that takes csv files as input and holds timer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages