term-quiz
CategorySoftware Packages
SubcategorySoftware written in Go.
Stars26
Quizzes for your terminal.
About term-quiz
Term Quiz
A Quiz application made for your terminal


Installation
go get github.com/crazcalm/term-quiz
Question Types Include
- A B C D
- True and False
- Fill in the Blank
Usage
See the code examples and test csv files.
Keybindings
Quiz Screen
| Keybindings | Action |
|---|---|
| Ctrl + C | Quit |
| Tab | Next Answer |
| Enter | Select Answer |
Solutions Screen
| Keybinding | Action |
|---|---|
| Ctrl + C | Quit |
| Enter | Next Solution |
Issues/Bugs/Suggestions
Feel free to report any bugs or make suggestions here.
Repository of Quizzes
Feel free to add or use quizzes in the following repository (github.com/crazcalm/quizzes).
Frequently Asked Questions
What is term-quiz?
term-quiz is a Software Packages library for the Go programming language. Quizzes for your terminal.
How do I install term-quiz?
Install term-quiz with the Go module system using `go get crazcalm/term-quiz`. Check the repository for the current installation instructions.
What category does term-quiz belong to?
term-quiz is listed under Software Packages, specifically Software written in Go..