summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2020-01-20 22:59:53 +0100
committerLeon Rische <leon.rische@me.com>2020-01-20 22:59:53 +0100
commita48ce9127be18d4b25caf65398332604113716de (patch)
tree504b6f78500ed1c3bcbc63849f3aeefc61ff02cd /doc
parent5561ea0ea9b63dc7950ee2fee99c73ec51e42c88 (diff)
Implement "single" cloze type
Diffstat (limited to 'doc')
-rw-r--r--doc/card_types.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/card_types.org b/doc/card_types.org
index 64ad903..798ab4c 100644
--- a/doc/card_types.org
+++ b/doc/card_types.org
@@ -44,6 +44,12 @@ Only one hole is hidden.
All holes *behind* the currently review one are hidden, too.
Useful for memorizing lists where the order of items is important.
+** Single ~'single~
+All holes besides the current one are hidden.
+
+Useful for learning syntax or function names of a programming language
+by using a =src= block in the card and marking parts of the code as
+holes.
** Context ~'context~
Holes ~org-fc-type-cloze-context~ (default 1) around the currently
reviewed one are shown.