Personal Repetition Schedule
- 1 hour
- 5 hours → half-day
- 24 hours
- 72 hours
- 1 week
- 20 days
Conditions
- If accuracy to "start" is above
40%
, repeat in 1 hour — otherwise, repeat now.
- if accuracy in 1 hour is above
60%
, repeat in 9 hours — otherwise, repeat now.
- if accuracy in 5 hours is above
80%
, repeat in 24 hours — otherwise, repeat now.
- if accuracy in 24 hours is at
100%
, repeat in 72 hours — otherwise, repeat now.
- if accuracy in 72 hours is at
100%
, repeat in 1 week — otherwise, repeat now.
- if accuracy in 1 week is at
100%
, repeat in 15 days — otherwise, repeat now.
- if accuracy is in 20 days is at
100%
, file in "Archive" and repeat in 15 days.
Upon Additions to a Deck
Remove "Archive" and re-assess entire deck with new material from the beginning
Accuracy Calculator
Name
Questions
Correct
Accuracy
Spaced Repetition
Formula
if(prop("Start") < .40, "⭕️Repeat Now", if(prop("1 Hour") < .60, "⭕️Repeat Now", if(prop("5 Hours") < .80, "⭕️Repeat Now", if(prop("1 Day") < 1, "⭕️Repeat Now", if(prop("3 Days") < 1, "⭕️Repeat Now", if(prop("1 Week") < 1, "⭕️Repeat Now", if(prop("15 Days") < 1, "⭕️Repeat Now", if(prop("15 Days") == 1, "🗂Archive and Repeat in 15 Days", if(prop("1 Week") == 1, "✅Repeat in 20 Days", if(prop("3 Days") == 1, "✅Repeat in 1 Week", if(prop("1 Day") == 1, "✅Repeat in 3 Days", if(prop("5 Hours") >= .80, "✅Repeat in 24 Hours", if(prop("1 Hour") >= .60, "✅Repeat in 5 Hours", if(prop("Start") >= .40, "✅Repeat In 1 Hour", ""))))))))))))))