l3kn / org-fc

Spaced Repetition System for Emacs org-mode
https://www.leonrische.me/fc/index.html
GNU General Public License v3.0
258 stars 31 forks source link

What does "box" mean in REVIEW_DATA? #79

Closed cashpw closed 1 year ago

cashpw commented 1 year ago

Is "box" a term meaning the number of times you've reviewed the card? I see the number incrementing as I review cards.

cashpw commented 1 year ago

Looks like it's related to the Leitner system.

l3kn commented 1 year ago

You're right, the term “box” comes from the Leitner system and counts the number of consecutive correct reviews.

Cards in box 0 or 1 are treated differently by the spacing algorithm and their ease doesn't change on failed reviews.

This prevents the “ease” value (you can think of it as the factor by which review intervals increase) from dropping very low on new cards that take a while to review correctly for the first time.

cashpw commented 1 year ago

Thanks!