Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Dec 14, 2024
1 parent deee4b6 commit 281f9e3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,18 +151,18 @@ The Steps Stats are based on the cards from the selected deck or collection that
These stats are helpful for fine-tuning your (re)learning steps to achieve your desired retention in the short-term reviews.

How your learning steps affect the intervals:
- If you firstly rate again, the interval is the 1st learning step.
- If you firstly rate again and then rate good in a new card, the interval is the 2nd learning step.
- If you firstly rate good, the interval is the 2nd learning step.
- If you firstly rate hard, the interval is (1st learning step + 2nd learning step) / 2.

So the 1st recommended learning step is based on the stability of your cards where you rate again in the first review.

For the 2nd recommended learning step, the senario is more complex. It is based on the minimum of the stability of three kinds of cards:
- S(Again Then Good): You firstly rate again and then rate good in a new card.
- S(Good): You firstly rate good.
- S(Hard): You firstly rate hard.
- Because hard step is (1st learning step + 2nd learning step) / 2, 2nd learning step is 2 * hard step - 1st learning step. And hard step is based on S(Hard).
- If your first rating for a new card is Again, the interval is the 1st learning step.
- If your first rating is Again and the second one is Good, the interval is the 2nd learning step.
- If your first rating is Good, the interval is the 2nd learning step.
- If your first rating is Hard, the interval is (1st learning step + 2nd learning step) / 2.

So the 1st recommended learning step is based on the stability of your cards where you press Again during the first review.

For the 2nd recommended learning step, the scenario is more complex. It is based on the minimum of the stability of three kinds of cards:
- S(Again Then Good): Your ratings are Again and then Good for a new card.
- S(Good): Your first rating is Good.
- S(Hard): Your first rating is Hard.
- Because a Hard step is (1st learning step + 2nd learning step) / 2, the 2nd learning step is 2 * hard step - 1st learning step. And the Hard step is based on S(Hard).

## Other features

Expand Down

0 comments on commit 281f9e3

Please sign in to comment.