-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc/mention Steps Stats in README #518
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,7 +148,21 @@ Interpretation: | |
|
||
The Steps Stats are based on the cards from the selected deck or collection that were first reviewed in the last 1 month/year or deck life and have at least two reviews. | ||
|
||
These stats are helpful for fine-tuning your (re)learning steps to achieve your desired retention in the short-term reviews. To learn more about learning steps, please read [learning steps](https://docs.ankiweb.net/deck-options.html#learning-steps) in the Anki manual. | ||
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. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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 senario is more complex. It is based on the minimum of the stability of three kinds of cards: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. *scenario |
||
- S(Again Then Good): You firstly rate again and then rate good in a new card. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S(Again Then Good): Your ratings are Again and then Good for a new card. |
||
- S(Good): You firstly rate good. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
- 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). | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
||
## Other features | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.