/flashcard_app

Simple flashcard quiz, to learn words and other things that you want

Primary LanguageC++MIT LicenseMIT

Flashcard App

Simple flashcard quiz, to learn words and many other things.

INSTRUCTION:

  1. Make a text file with words and translations
  2. First line has to be a word in foreign language, that you want to learn
  3. Second line has to be a translation of this word
  4. You can make as many words as you want, using this pattern
  5. Don't make spaces at the end of any word
  6. The last line can't be empty (file should end with the last translation)

SUMMARY:

  1. Words are every odd number of lines
  2. Translations are every even number of lines
  3. The whole number of lines should be even

Quiz asks you the translations and you have to type the word in foreign language. You can switch this just by typing translations and then words after translations in the file

I'm planning to implement this project in Qt