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 Nov 9, 2024
1 parent 8a03593 commit bd34a40
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 @@ -192,7 +192,7 @@ def get_steps_stats(self: CollectionStats):
"<li>This table shows how long you typically wait before (re)learning cards for each first rating, "
"and the resulting retention and stability.</li>"
+ "<li>For each first rating, the next reviews are sorted by the delay since the first review.</li>"
+ "<li>Then, the reviews are divided into four equal parts based on the delay, and the retention (<span>R&#772;</span><sub>1</sub>, <span>R&#772;</span><sub>2</sub>, <span>R&#772;</span><sub>3</sub>, <span>R&#772;</span><sub>4</sub>) is calculated for each part.</li>"
+ "<li>The next reviews are divided into four equal parts based on the delay, and the retention (<span>R&#772;</span><sub>1</sub>, <span>R&#772;</span><sub>2</sub>, <span>R&#772;</span><sub>3</sub>, <span>R&#772;</span><sub>4</sub>) is calculated for each part.</li>"
+ "<li>T<sub>25%</sub>, T<sub>50%</sub>, and T<sub>75%</sub> are the first, second, and third quartiles of the delay, respectively.</li>"
+ "</ul></details>"
"</td></tr></table>"
Expand Down

0 comments on commit bd34a40

Please sign in to comment.