Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Vaerrwenn/multiple_choice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiple_choice

Description

A simple program to run a quiz with multiple choices.

Features

  • Able to read a CSV file with a question, 4 choices, and an answer.
  • Time limiter.

Usage

  • 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.csv to open another csv file.
  • Use go run main.go --duration DURATION to set the duration (in seconds)

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages