rikuson / quiz

Simple flashcards application with command-line interface.
Other
0 stars 0 forks source link

Add test command #3

Open rikuson opened 1 year ago

rikuson commented 1 year ago
quiz test # interactive quiz
quiz test --non-interactive # For GitHub Action
quiz test --cycle ebbinghaus # Review cycle

GitHub Action can be used to notify what to review today automatically. --cycle should be settable with config file.

rikuson commented 1 year ago

Enable to define custom cycle as function.

rikuson commented 1 year ago

cycle should be renamed to filter

rikuson commented 1 year ago

Does it accept stdin? Then it should be case ignore.

rikuson commented 1 year ago

https://www.jstage.jst.go.jp/article/pacjpa/78/0/78_1EV-1-091/_pdf

rikuson commented 1 year ago

Should scoring function be customizable too?

rikuson commented 1 year ago

Should scoring function be extension? Should quiz only manage question and answer?

rikuson commented 1 year ago

dialog or pinetry command as interface? or https://github.com/metal3d/bashsimplecurses