Skip to content
Jarrett Ye edited this page Oct 19, 2023 · 2 revisions

Advance & Postpone both rely on the memory states calculated by the FSRS4Anki scheduler/rescheduling.

Advance

The helper sorts cards in descending order by elapsed_day / scheduled_day and interval before advance. This way, cards that are far lower then the request retention get advanced first. Also, cards with longer intervals are prioritized because it affects their retention less.

Postpone

The helper sorts cards in ascending order by elapsed_day / scheduled_day and descending order by interval before advance. This way, cards that are far higher than the request retention get postponed first. Also, cards with longer intervals are prioritized because it affects their retention less.

Clone this wiki locally