See also: The help forum on the discord, post “Optimise optimises on less reviews than expected”
In essence, I believe the FSRS optimiser ignores cards which have a first review log that is from set due date (see image 1). I moved a selection of such cards to a test deck, and even though they had some reviews, FSRS reported no reviews to optimise upon (images 2, 3). Furthermore, in my original deck, TR would suggest some 900 reviews, but FSRS only optimises on 86 (I introduced most, but not all, cards in that deck via set due date)
1 Like
So I should convert my SDD entries to learn/Easy via the debug console? Or what?
I’m unfortunately not at all experienced with the console, so if there’s any example of a script to do this that would be amazing
I wouldn’t advise dabbling in the console to change anything you’ve done in the past. You can leave those cards as they are.
Going forward however, instead of using SDD for this, use Cards > Grade Now, which has been a built-in feature since version 25.07 .
main ← L-M-Sherlock:Feat/grade-now
opened 07:59AM - 04 Mar 25 UTC
This PR adds a new "Grade Now" feature to the browser, allowing users to grade c… ards directly without going through the review process. This is useful for quickly adjusting card states in bulk.
## Changes
1. Added a new action in the browser UI with keyboard shortcut Ctrl+Shift+G
2. Added backend support for grading cards outside the normal review flow
3. Added proper queue management for graded cards
4. Added translation strings and UI elements
## Implementation Details
The implementation includes:
- A new `GradeNow` operation in the backend
- A dialog in the browser that shows the four standard grading buttons (Again, Hard, Good, Easy)
- Proper handling of queue updates after grading
- Support for grading multiple selected cards at once
## Screenshots
<img width="497" alt="image" src="https://github.com/user-attachments/assets/f199737c-1cfb-4580-a41d-c7bf1ba69f0d" />
<img width="373" alt="image" src="https://github.com/user-attachments/assets/1c4365a2-7a5e-4832-9594-88b578b6b173" />
<img width="131" alt="image" src="https://github.com/user-attachments/assets/6b8c21bd-54f0-46a4-86ec-826d277af999" />
close #3694