iafisher / drill

Spaced-repetition quizzes on the command line
MIT License
2 stars 0 forks source link

History subcommand #48

Closed iafisher closed 4 years ago

iafisher commented 4 years ago

To track progress on a single question

iafisher commented 4 years ago

Tracking by tags would also be cool

iafisher commented 4 years ago

history is another possible name for this command.

iafisher commented 4 years ago

Sample output for single question:

$ quiz history 328
[328] What is the capital of Bolivia?

2019-09-07 12:17 PM: 100.0% for 'La Paz'
2019-09-28  9:03 PM:   0.0% for 'Asuncion'
2019-10-20  7:48 AM:  23.4% (timeout) for 'La Paz'

Sample:      3
Mean:    41.1%
Median:  23.4%
Max:    100.0%
Min:      0.0%

Output for tag:

$ quiz history --tag geography
2019-09-10: 75.0% from 4
2019-09-17: 56.4% from 3
2019-10-04: 23.4% from 17

Sample: 24
...