Replies: 1 comment
-
FSRS is not designed for that. But you can normalize the interval in that way. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to know how one could implement a deadline feature for an app. I'm currently building relearnify.com based upon FSRS, and wanted to make a deadline/exam features.
Let's say someone has an exam on Jan 10 and it's Jan 1 today. How would I make it so that for each card in that deck has a review date within those 10 days. Or always within that time interval.
My initial idea is this. I'll normalize the review date like this:
This way the value will never reach the deadline, in this case, which is 10 from when I started reviewing.
Beta Was this translation helpful? Give feedback.
All reactions