https://github.com/crazcalm/term-quiz
Terminal Quiz Application Written in Go
https://github.com/crazcalm/term-quiz
golang quiz terminal
Last synced: 6 months ago
JSON representation
Terminal Quiz Application Written in Go
- Host: GitHub
- URL: https://github.com/crazcalm/term-quiz
- Owner: crazcalm
- License: mit
- Created: 2017-12-26T07:36:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T22:46:25.000Z (over 6 years ago)
- Last Synced: 2024-08-03T15:06:18.076Z (9 months ago)
- Topics: golang, quiz, terminal
- Language: Go
- Size: 374 KB
- Stars: 26
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go-extra - term-quiz - 12-26T07:36:40Z|2018-10-24T22:46:25Z| (Go Tools / Other Software)
- awesome-go - term-quiz - Terminal Quiz Application Written in Go - ★ 14 (Software Packages)
README
# Term Quiz
[](https://travis-ci.org/crazcalm/term-quiz) [](https://goreportcard.com/report/github.com/crazcalm/term-quiz) [](https://godoc.org/github.com/crazcalm/term-quiz) [](https://coveralls.io/github/crazcalm/term-quiz?branch=master)
### 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](https://github.com/crazcalm/term-quiz/tree/master/_examples) and [test csv files](https://github.com/crazcalm/term-quiz/tree/master/_examples/test_data).
### 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](https://github.com/crazcalm/term-quiz/issues).### Repository of Quizzes
Feel free to add or use quizzes in the following repository ([github.com/crazcalm/quizzes](https://github.com/crazcalm/quizzes)).