go-csv-quiz

command module
v0.0.0-...-5c8a817 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

README

go-csv-quiz

go-csv-quiz is an Test suite written in Go to conduct automated testing for a quiz competition.

Problem

A file is given with a list of questions and answers in a csv format. Write a program that presents a question at a time to the user and waits for it to be answered in 30 seconds before moving to the next question.

At the end of testing, print the number of questions answered correctly by the user.

Sample Input File: Q1,A1 Q2,A2

How to run

$ go build
$ ./go-csv-quiz

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL