~l3kn/org-fc#2: 
Rework the way rating "easy" affects cards in the learning phase

Original discussion: https://github.com/l3kn/org-fc/issues/43

The way org-fc handles "learning" cards and fixed review intervals is inconsistent.

#Current Implementation

  • if a card in box 0 (newly created) is rated "easy", it moves to box 2
  • there are four predefined boxes (~1min, ~10min, 1day, 6days)

#Proposed Implementation, based on Anki

  • split fixed-intervals into learning-intervals and first-review-interval
  • cards with a box < (length learning-intervals) are considered as "learning" (opposed to "review" cards)
  • if a "learning" card is rated "easy", it gets a box value of (length learning-intervals) and its interval is set to first-review-interval

#Default Values

Anki seems to use two learning intervals (1min, 10min) and an interval of 4days for cards that "graduated" to the review phase.

Status
REPORTED
Submitter
~xyank
Assigned to
No-one
Submitted
3 years ago
Updated
3 years ago
Labels
Algo Feature