Ask (e.g.) English words from (e.g.) hungarian. Made in Qt
The "word" .txt struct e.g.:
word, word, word[tab]answer, answer
preparation
- copy
Interrogator.app
under/Applications/
xattr -cr /Applications/Interrogator.app/
- then install qt5
brew install qt@5
Feature:
- open .txt files
- ask wrongs answers only
- change color of the text if its wrong (red) or correct (green)
- show the right answer after the typed answer
- show asking words
- count asked words
- count good/bad answers
- multiple answer
- can switch between language
Known bugs:
- after the last answer still count good bad answers
- there is some spaces in the right answers list
qmake CONFIG+=release && make