Fields

Fields are the columns of your entry table. Most Flashcards applications give you only 2 fields (question and answer), but KooeeZ allows multiple fields to create related cards thanks to its template mechanism. This way you can show more than just question and answer. For example, you can have field called "Note", that you will display at the bottom of answer sides from several templates.
The relation between cards makes it possible for you to avoid viewing related cards within a configurable number of days.

Field List

You can choose the order in which the fields will show in the entry editing pages.

Field Settings

Field Type: This choice will change the behavior of the application in different places
- "Plain Text": Will consider the value as being seen as such. This means that some characters will be escaped so that a potential HTML code will still be seen (instead of processed as HTML in the code).
- "HTML": Will insert the value as such in the HTML code.
- "TeX Expression": Will be processed as TeX (by KaTeX), and will show errors during entry editing. Should be used in <tex tex-expression="{{FIELD_NAME}}">
- "Media File": Will contain file names, and will show errors when the file is missing during entry editing. Should be used in <audio src="{{FIELD_NAME}}"> or <img src="{{FIELD_NAME}}">

Sub-list/Separator: This choice will make the value be split by the separator, and become an array of values. This is used when you want to make multiple cards with the same template and the same entry (e.g. to enable the Deferment Days Number filter).

Language: Only used when the field is used to sort the entries.