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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-24T22:46:25.000Z (over 7 years ago)
- Last Synced: 2025-05-10T17:41:40.411Z (10 months ago)
- Topics: golang, quiz, terminal
- Language: Go
- Size: 374 KB
- Stars: 26
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-go - term-quiz - Quizzes for your terminal. (Software Packages / Other Software)
- awesome-go-extra - term-quiz - 12-26T07:36:40Z|2018-10-24T22:46:25Z| (Go Tools / Other Software)
- awesome-go-cn - term-quiz
- awesome-go - term-quiz - Terminal Quiz Application Written in Go - ★ 14 (Software Packages)
- awesome-Char - term-quiz - Quizzes for your terminal. (Software Packages / Other Software)
- awesome-go - term-quiz - | - | - | (Software Packages / Other Software)
- awesome-go - term-quiz - Quizzes for your terminal. - :arrow_down:0 - :star:11 (Software Packages / Other Software)
- awesome-go-cn - term-quiz - quiz) [![godoc][D]](https://godoc.org/github.com/crazcalm/term-quiz) (软件包 / 其他软件)
- awesome-go-cn - term-quiz
- go-awesome-with-star-updatetime - term-quiz - Quizzes for your terminal. (Software Packages / Other Software)
- awesome-go - term-quiz - Quizzes for your terminal. (Software Packages / Other Software)
- awesome-go - term-quiz - Quizzes for your terminal. (Software Packages / Other Software)
- awesome-go-processed - term-quiz - Quizzes for your terminal.| (Software Packages / Other Software)
- awesome-go - term-quiz - Quizzes for your terminal. (Software Packages / Other Software)
- awesome-go-zh - term-quiz
- awesome-go-info - term-quiz
- awesome-go - term-quiz - Quizzes for your terminal. (Software Packages / Other Software)
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)).