diff options
| author | eeeickythump <devnull@localhost> | 2010-08-26 21:20:48 +1200 |
|---|---|---|
| committer | eeeickythump <devnull@localhost> | 2010-08-26 21:20:48 +1200 |
| commit | 9ea35e11b60b49efade0ba1baf2dcd9be10a3779 (patch) | |
| tree | 4f882278d68b549330c1b8514354bb3548da4de0 /spanish.org | |
| parent | 34f0c03f9a739359c517ed847a2eea41f0932edd (diff) | |
| download | org-drill-9ea35e11b60b49efade0ba1baf2dcd9be10a3779.tar.gz org-drill-9ea35e11b60b49efade0ba1baf2dcd9be10a3779.zip | |
Added implementation of SM2 algorithm.1.1
Add option 'org-drill-spaced-repetition-algorithm': choose either SM2 or SM5 algorithm.
Add option 'org-drill-add-random-noise-to-intervals-p': randomly vary repetition intervals slightly, to avoid clumping.
Fixed a bug in org-learn's SM5 algorithm (intervals much too long).
Use overlays to display cloze deletions as '[...]' during reviews.
Cloze text can contain hints, which will visible during review.
Add option 'org-drill-failure-quality': customise which quality is regarded as unambiguous failure (1 or 2).
Expanded documentation, and added section on 'incremental reading', with example setup.
Diffstat (limited to 'spanish.org')
| -rw-r--r-- | spanish.org | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spanish.org b/spanish.org index cb187b8..fbea8a8 100644 --- a/spanish.org +++ b/spanish.org @@ -45,6 +45,10 @@ llamar = to be named # cloze deletion of test in [square brackets], without the need to hide any # subtopics (though they WILL still be hidden if present). +# If the text between the brackets contains a `|' character, everything after +# that character is considered to be a `hint', and will remain visible when the +# rest of the clozed text is hidden. + # Set the variable `org-drill-use-visible-cloze-face-p' to `t' if you want # cloze-deleted text to be shown in a special face when you are editing org # mode buffers. @@ -56,7 +60,7 @@ other than -z], add /-es/. *** Grammar Rule :drill: -To form an adverb from an adjective, add [-mente] to the [feminine] (gender) +To form an adverb from an adjective, add [-mente] to the [feminine|gender] form of the adjective. ** Vocabulary |
