fix getNextScore.test.js - #138
Conversation
|
Thank you for the fix!
But in general I believe we can use any particular numbers (within reasonable constraints) in the SM2 algorithm - the user adjusts intuitively when to grade themselves at 2 and when at 5 (https://twitter.com/memcodeapp/status/1336286253566799874). |
|
Thanks, appreciate your input. I definitely agree with the premise of the tweet. For that reason I'm looking for an algorithm that is both intuitive to the user and gives them control of when they want to see this card again. I wrote a quick test page for getNextScore, and seemed to be a good choice, but I did notice something. The difference between grade 5 and 4 seems to be very minor. Also, 1-3 seem to be fail grades, which seems to be a bit much. https://svelte.dev/repl/810665a44c904c17876fea2fc36fed8d?version=3.46.2 |
|
Excellent, thanks for creating such a nice playground! I agree 4 should be more punishing, but certainly not a fail grade like 1-3 are (and maybe we want a smoother transition to failure for 3 too). Ideally we would manually specify the desired "scheduled to (days)", and then perform regression analysis. If you have some time to do this sort of a thing it would be greatly appreciated (or if you're able to just intuit a better formula!). Added the discussion: #142. |
On a related note: how do you feel about this algorithm in general (getNextScore.js)? Would you recommend it?