Class: ActiveRecall::FSRS::Internal::State

Inherits:
Object
  • Object
show all
Defined in:
lib/active_recall/algorithms/fsrs/internal.rb

Constant Summary collapse

NEW =
0
LEARNING =
1
REVIEW =
2
RELEARNING =
3