Skip to content

Commit

Permalink
Update stats.py
Browse files Browse the repository at this point in the history
Co-authored-by: user1823 <[email protected]>
  • Loading branch information
L-M-Sherlock and user1823 authored Dec 5, 2024
1 parent 082a6e5 commit a10ab89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def get_fsrs_stats(self: CollectionStats):
stats_data = _lineTbl_now(i)
interpretation = (
"<details><summary>Interpretation</summary><ul>"
+ "<li><b>Studied cards</b>: the number of cards with FSRS memory states, excluding cards in the (re)learning stage.</li> "
+ "<li><b>Studied cards</b>: the number of cards with FSRS memory states, excluding suspended cards.</li> "
+ "<li><b>Total review time</b>: the amount of time spent doing reviews in Anki. This does not include the time spent on reviewing suspended and deleted cards.</li>"
+ "<li><b>Knowledge acquisition rate</b>: the number of cards memorized per hour of actively doing reviews in Anki, calculated as the ratio of total knowledge and total time. Larger values indicate efficient learning. This metric can be used to compare different learners. If your collection is very young, this number may initially be very low or very high.</li>"
+ "</ul></details>"
Expand Down

0 comments on commit a10ab89

Please sign in to comment.