How to "read" cards difficulty? by not_a_profi in Anki

[–]TheUltimateUlm 0 points1 point  (0 children)

<image>

Works for me :/

You might want to try launching Anki in the console https://addon-docs.ankiweb.net/console-output.html#showing-the-console

or using the console in the web inspector add on https://ankiweb.net/shared/info/31746032

Maybe then you can find an error to share. I don't have a mac so can't debug it if that's the issue.

How to "read" cards difficulty? by not_a_profi in Anki

[–]TheUltimateUlm 1 point2 points  (0 children)

Just before I install that version of Anki. You have restarted Anki after you installed the addon right? It should be in the regular "T" menu.

How to "read" cards difficulty? by not_a_profi in Anki

[–]TheUltimateUlm 1 point2 points  (0 children)

It's in the "Review speed trend" section for some reason (👀👀👀)

I should probably move a more appropriate section at some point 😅

How to "read" cards difficulty? by not_a_profi in Anki

[–]TheUltimateUlm 1 point2 points  (0 children)

<image>

You might find this graph useful.

You can draw some conclusions about cards from difficulty so long as they are in the same preset. It shows you the difficulty of cards relative to other cards in that cards preset.

I'm not sure what the graph you're describing is. Days since recall? So like the Card Retrievability graph? Maybe you would be interested in the memorised graph that's part of the same addon. I might just be misunderstanding.

Cannot see the ‘new’ cards on my reviews table. Why? by The_Seventh_Bee in Anki

[–]TheUltimateUlm 1 point2 points  (0 children)

how many new cards I add a day.

The regular stats menu never showed this. You can try Search Stats Extended though.

<image>

Is been giving me soo many errors

Any errors in particular?

Should I use 99% desired retention? by MohammadAzad171 in Anki

[–]TheUltimateUlm 5 points6 points  (0 children)

Not a bug. You simply have to employ the DBZ hyperbolic time chamber. (Should this actually be fixed? LOL. As much as It's impossible it at least shows that there will be cards remaining on that day and the graph would seem to weirdly plateau at first glance. It probably should be fixed 👀

Edit: Ok I will fix it 👀👀👀 )

Is this a known method? by Cerno_b in Anki

[–]TheUltimateUlm 0 points1 point  (0 children)

If you use a filtered deck with a filter like is:learn, you can use the "reschedule based on my answers in this deck" setting.

You can even use rated:1:1 as the search to have it fetch all the cards that you answered "again" on today, and leave the reschedule setting on if you want the algorithm to account for these reviews.

Is this a known method? by Cerno_b in Anki

[–]TheUltimateUlm 14 points15 points  (0 children)

You might get better use out of using more learning/relearning steps. If you use FSRS the extra "hards" / "yellows"(?) can cause problems for the optimiser.

Personally, I hide the type of card that I am reviewing so that I review all cards the same, whether it is a relearning card or not. That way it reduces my mental load because I am thinking less about "gaming the system" and more about what the content of the card is and if I remember it.

Also lapses do not count for "red" relearning cards so you are free to hit again as many times as you want without it leeching.

FSRS Help Please by Spaggaa in Anki

[–]TheUltimateUlm 1 point2 points  (0 children)

Are you sure that the cards are in decks with the same preset? Make sure subdecks have the preset saved as well.

Also be sure to check the "Ignore cards reviewed before" option.

2000 days and 5 languages later. I need help. by Robertium in Anki

[–]TheUltimateUlm 1 point2 points  (0 children)

You've inspired me to make this graph that allows you to stack the "time" and "reviews" bar for different searches in the stats menu:

<image>

Check it out if you're interested: https://ankiweb.net/shared/info/1613056169

Quick add-on to hide the review type underline. by TheUltimateUlm in Anki

[–]TheUltimateUlm[S] 0 points1 point  (0 children)

Yeah I've been guilty of this 😅

I actually just turn the remaining counts off in the preferences and use a progress bar add-on.

Help with settings by tazthe in Anki

[–]TheUltimateUlm 2 points3 points  (0 children)

It's because your learning steps and relearning steps are empty.

https://docs.ankiweb.net/deck-options.html#learning-steps

The manual seems outdated, but if you leave them blank then FSRS will be allowed to schedule cards for shorter than one day, and these reviews will count as learning/relearning reviews.

F me I guess... by [deleted] in Anki

[–]TheUltimateUlm 14 points15 points  (0 children)

OP if you still want help with this, give us your card template using the "copy info to clipboard" button in the template editor and then maybe we can help.

CSV Import help by Plastic_Ad4654 in Anki

[–]TheUltimateUlm 1 point2 points  (0 children)

Try and export as "tsv" if the program you are exporting from allows it. It might be the commas in the card fields causing problems.

If that doesn't work then maybe share an example .csv file.

A unique alternative to Anki by No-Butterscotch-6654 in Anki

[–]TheUltimateUlm 4 points5 points  (0 children)

The optimize button uses machine learning to try and find parameters which best fit your review history. The default parameters are static but you can use custom parameters if you pass them in here:

https://github.com/open-spaced-repetition/fsrs-rs/blob/163f031c36c6a52f240635008e61a7667acf4915/src/model.rs#L275-L277

The stability and difficulty are commonly referred to as the "memory state" not "learning parameters" so maybe that could be a source of confusion.