Ah, ok
It says âPass rate of cards with an interval â„ 1 day.â, so no.
I meant to ask the other one actually
We may have to pick a sacrificeâŠ
Either that or have the buttons double in rows if itâs too long which I suppose I prefer.
This doesnât differentiate between learning/filtered/young cards. Maybe I could just add that info and remove it from the other graph?
fn interval_bucket(review: &RevlogEntry) -> Option<IntervalBucket> {
match review.review_kind {
RevlogReviewKind::Learning | RevlogReviewKind::Relearning | RevlogReviewKind::Filtered => {
Some(IntervalBucket::Learning)
}
RevlogReviewKind::Review => Some(if review.last_interval < 21 {
IntervalBucket::Young
} else {
IntervalBucket::Mature
}),
RevlogReviewKind::Manual | RevlogReviewKind::Rescheduled => None,
}
}
This is how it separates them exactly. Is it possible to have a review card with a less than 1 day interval? Even with fsrs5 I feel like theyâre labeled learning if theyâre sub 1 day.
Yep, theyâre labeled as learning with FSRS-5.
Your first image looks pretty good, btw. Although, the amount of of radio buttons is a bit too big.
Also, regarding removing âTrueâ from âTrue Retentionâ, since it was called that in the add-on, and since itâs called that in Anki 24.11 already, letâs keep it.
Right now the best option that I see is removing the table, renaming Answer Buttons to True Retention, and keeping it as on your first image; with the âPass rate of cards with an interval â„ 1 dayâ message. So no UnTrue Retention, lol.
Iâm not sure about this.
- Itâs starting to look a bit busy with that many radio buttons.
- Why would only âAnswer Buttonsâ have so many selectable periods?
(All others with periods are 1 month/3 months/1 year/[all]) - I feel it does not really replace what âTrue Retentionâ give us.
The main thing I use âTrue Retentionâ for is seeing how close I am to my desired retention (90%) over time. Hence my suggestion of the Retention Percentage only version of the table (ignore the yucky dark green):
This is much more awkward to do with the âAnswer Buttonsâ graph as you have to flip between the radio buttons to get the different retention numbers.
N.B. I do not think a graph a la âRetenion Graphâ fully replaces this use either. It is also nice, but I feel it is giving me something different.
No â but uhhh ⊠why would we? Weâve got a major case of the scope-creeps here.
The project brief is â create a TR table that is as attractive, engaging, and easy to understand as the Helper add-on one, but in a smaller/scalable form â a pocket-size pretty version. In my view, we shouldnât be talking about the Answer Buttons graph at all. [Whether we want to continue having both of them, whether Answer Buttons needs some updating, whether you can murder a graph with too many radio buttons â those are questions for another day, and we shouldnât let them derail this.]
When I look at the current TR table, there are only so many things that a mind can easily capture, and thereâs some noise I have to filter out. After I skip over all of the pass/fail and learned/relearned numbers, Iâm really only taking in this:
Kudos to @rossgb for proposing that (and then re-proposing it)! Thatâs got my vote â with 2 changes (pretty please?):
-
I agree with Expertium that there needs to be a total to know how to properly weigh these against each other. The time periods are meaningful, but when my eyes glaze-over at all the raw numbers in the add-on table, I do still take in that they are 10s, 100s, 1000s.
@rossgb
, I think thereâs room for one more column, isnât there? Maybe split the column under the Total header, and give us a total count to go with each row? -
As mentioned all around, the dark green is a problem. I donât know what colors the other add-on table was using, or if it was as good on light mode as on dark, but those might be candidates. We should mimic the colors already being used for young and mature in main Stats, if possible. In Card counts (if I found the right thing
) â young is rgb(116, 196, 118), mature is rgb(49, 163, 84) â I think those are the same on light and dark. Those must be the same colors used at some point in the Reviews graph gradient (and in the hover). Itâs not text, but itâs a good starting point. What would that look like?
Nice to have: Will it behave like the rest of the page and add a row for âAll historyâ when thatâs changed for the page?
I was asking about interday cards and whether they are in TR table. I guess they are just considered to be in review state so probably. Initially thought it was in some kind of gray zone.
I think that would be better. Also, from what I know the TR add-on also showed itâs data under âTodayâ.
Thatâs a fine idea but if you have duplicated info itâs a bit confusing. So, I think itâs best to do it in a way that doesnât leave us with same info in multiple places.
I think itâs less overwhelming with not many raw numbers showing up together. Or the other option is, have the radio buttons select between âyoungâ, âmatureâ, âtotalâ etc. and show data for different time periods together. Clearly, the current is a compromise.
Another idea: Remove the columns for Hard and Easy button and put the raw data in the pop-up. It frees up space and we can get stats for âTotalâ too.
Iâm talking of this pop-up:
I think itâs perfectly fine to show the same data multiple times, but in different ways, when you want to show different things.
I think the âAnswer Buttonsâ graph is already doing a good job as it is. I wouldnât want to change it in these ways. I would prefer a new graph to editing âAnswer Buttonsâ like this.
I quite like this one, even though it does not show data for as many periods:
Looks good!
Iâd be happy with this.
Another experiment for your consideration:
Uncluttered percentages for people like me and @Danika_Dakika :
But we still give access to all absolute values for people like @Expertium :
Yep, looks good. Iâm fine with this being the final version.
I like it more than this: Let's make the True Retention table look better - #31 by rossgb
Maybe one final twiddle:
This effectively lets you see all three tables from the current Anki + the âPercentages Summaryâ I proposed earlier. (defaulting to the summary page)
I feel like thatâs a bit unnecessary, so I vote for this: Let's make the True Retention table look better - #36 by rossgb
Iâve pushed a copy to my fork if anyone wants to have a play.
N.B. Checkout pretty-true-retention-table
, not the default branch.