MemoZapper is a simple little program for creating, managing, and using sets of flash cards to memorize things.
The goal is to facilitate the use of "The Leitner System" of spacing out reminders. http://en.wikipedia.org/wiki/Leitner_system
You can create a new empty series of flashcards and add each card individually, or...
you can open a previously saved flash card series, or ...
you can create an empty series and populate it from a comma-delimited text file.
The layout of the input file is very simple. Each flash card belongs on its own line with commas separating its values. The format looks like something like this:
question , answer , alternate answer 1 , alternate answer 2 etc
There is also an option to generate such a file from the currently opened flash card series. This can be used to show the format of a proper input file.