Replies: 1 comment 5 replies
-
I don't think an ideal time for reviewing a topic exists. But you can make a screen where they can see for which topic they have most Difficulty for the cards |
Beta Was this translation helpful? Give feedback.
-
Hello team,
First of all, I want to thank you for the work you’re doing with spaced repetition algorithms—it’s incredibly helpful.
I have an e-learning application where students take multiple-choice question tests with four possible answers, only one of which is correct.
The study content is divided into topics (we could think of each topic as a deck), and each topic has a set of questions (we could think of each question as a card).
In my app, there isn’t a button to rate a question. I had thought about rating each question as "good" if it’s answered correctly and as "again" if it’s answered incorrectly or left blank. And every time a user answer a question I get the last scheduling info calculated and apply the rating to it, and store it in database so that I will have a history of all answers and their scheduling information.
I would like to implement FSRS to:
Does it make sense to apply FSRS in this way, given that each question will always be rated as either "good" or "again"?
Beta Was this translation helpful? Give feedback.
All reactions