AnkiIO 1.0.2
Build, validate, import, and export Anki-compatible decks from .NET
Loading...
Searching...
No Matches
AnkiCardType.cs
1namespace AnkiIO;
2
10public enum AnkiCardType
11{
13 New = 0,
14
17
19 Review = 2,
20
23}
AnkiCardType
Identifies the learning phase retained by an Anki card.
@ Relearning
A lapsed review card progressing through relearning steps; persisted as 3.
@ New
The new-card queue; AnkiScheduling.Due is normally a display position.
@ Review
The graduated review queue; AnkiScheduling.Due is a collection-relative day number.
@ Learning
The intraday learning queue; AnkiScheduling.Due is normally Unix seconds.