| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
* Multicloze card example added in 'spanish.org'.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
drill session, except
that ALL items are considered "due for review" unless they have been reviewed within the last
few hours (the number of hours is configurable by setting 'org-drill-cram-hours'). This
mode is intended for quickly revising a collection of drill items before a test.
* New card type: multicloze. Behaves the same as "simple" cards, but when there is more than one
portion marked as cloze text, only ONE of the marked portions will be hidden during review
(chosen at random) -- the rest will all be visible. This means that a sentence containing
several facts can be easily turned into a drill item by marking each fact.
* During review, the count of "done" items is displayed.
* After rating your recall of an item, the number of days until its next review is briefly shown
in the minibuffer.
* In org buffers, the "hint" portion of cloze text now has its own face.
|
| |
|
|
| |
Fixed bug that caused sessions to end with "ran out of drill items" error.
|
| | |
|
| |
|
|
|
|
|
|
|
| |
custom colours
during review and in the final report.
A timer (MM:SS) is displayed as part of the review prompt.
Order-of-magnitude speed boost when scanning entries to prepare a drill session.
Recycle markers at the end of each drill session.
|
| |
|
|
|
|
|
|
| |
Allow tag-editing when reviewing items.
Any linked image files are displayed inline during review.
Don't hide org links [[...][...]] when hiding cloze text, azs they may contain inline images which we want to keep visible.
Close property drawers during review.
Provide visual feedback (progress bar in minibuffer) when scanning items in preparation for a drill session.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Items which are failed during session are presented again before the session ends.
Items which were failures at the last review session are presented first in the next session.
Added recognition of leech items, based on excessive number of failures.
Leeches can be skipped or warned about.
When reviewing an item, the prompt shows the number of items remaining.
When the session finishes, the minibuffer shows a brief report givisng statistics about total time spent reviewing, number of cards that
still need review, etc.
Fixed the regexp for cloze-deleted text.
Optional face for cloze text in org mode buffers.
New card type: twosided.
|
| | |
|
| | |
|
| |
|