From a222b4dfb486991960e9c12e3df90d518c81801a Mon Sep 17 00:00:00 2001 From: eeeickythump Date: Fri, 8 Apr 2011 16:22:13 +1200 Subject: Many changes: - Item drill data is stored in a clearer format, each value has its own property, the old 'org-learn' LEARN_DATA property has been dropped. Items that contain LEARN_DATA are silently rolled over to the new format. - For SM5, matrix of optimal factors is now correctly *global* rather than per-item, and is saved between drill sessions as an emacs customization variable. - We store interval data as floating point numbers rather than rounding to the nearest integer. - New experimental algorithm: 'simple8', based on SuperMemo SM8. - New options: - org-drill-forgetting-index: define the percentage of items that it is "acceptable" to fail. A warning message is shown after the drill session if more items than this were failed. - org-drill-learn-fraction: governs how fast time intervals increase with each successful repetition of an item. - org-drill-adjust-intervals-for-early-and-late-repetitions-p: if true, alter next scheduled date if an item is reviewed earlier or later than it was supposed to be. - Almost all variables have been declared safe for file-local reassignment. - We now ignore org-learn-always-reschedule, regarding it as always true. - Post-session report now shows a count of dormant items (those not yet due for review). --- README.html | 682 ++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 451 insertions(+), 231 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 7f46d5b..5561788 100755 --- a/README.html +++ b/README.html @@ -7,7 +7,7 @@ lang="en" xml:lang="en"> Org-Drill - + @@ -89,7 +89,7 @@ lang="en" xml:lang="en">
@@ -138,7 +151,7 @@ For more on the spaced repetition algorithm, and examples of other programs that use it, see: