Kisa: Teacher

A program for automated training of people using the spaced repetition method.

Download | Features | Screenshots | Manual

Manual

Table of contents

  1. Deck file format
    1. Example "Empty Deck"
    2. Example "Chemical Elements"

Deck file format

$(parameter string)
$(path separator)
$(front separator)
$(back separator)
$(indent separator)

${cards}

The parameter string and separators occupy exactly one line.

The parameter line is ignored in the current version of the program. Any lines can be entered.

The separators can be any and do not have to match. They are read by the program sequentially line by line.

Example "Empty Deck"

The parameter string is ignored in the current version of the program. An arbitrary string "utf-8" is used.

All separators are set to 25 characters '-', the full line is "-------------------------".

utf-8
-------------------------
-------------------------
-------------------------
-------------------------

Example "Chemical Elements"

utf-8
-------------------------
-------------------------
-------------------------
-------------------------

-------------------------
Atom / Hydrogen
-------------------------
hydrogen
-------------------------
водород
-------------------------

-------------------------
Atom / Helium
-------------------------
helium
-------------------------
гелий
-------------------------

-------------------------
Atom / Lithium
-------------------------
lithium
-------------------------
литий
-------------------------

-------------------------
Atom / Beryllium
-------------------------
beryllium
-------------------------
бериллий
-------------------------

-------------------------
Atom / Boron
-------------------------
boron
-------------------------
бор
-------------------------

-------------------------
Atom / Carbon
-------------------------
carbon
-------------------------
углерод
-------------------------

-------------------------
Atom / Nitrogen
-------------------------
nitrogen
-------------------------
азот
-------------------------

-------------------------
Atom / Oxygen
-------------------------
oxygen
-------------------------
кислород
-------------------------