aboutsummaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authoreeeickythump <devnull@localhost>2011-04-22 15:41:08 +1200
committereeeickythump <devnull@localhost>2011-04-22 15:41:08 +1200
commit97aad887284ac4d9590e31f843d4f4f11393e9be (patch)
tree2b75b3dab0e0a4a5dbf1fec9dc61e37c4f3b80aa /README.html
parent17c34adec502b8d4368d7dd09a23041b9891cdaa (diff)
downloadorg-drill-97aad887284ac4d9590e31f843d4f4f11393e9be.tar.gz
org-drill-97aad887284ac4d9590e31f843d4f4f11393e9be.zip
- 'multicloze' card type renamed to 'hide1cloze' (though 'multicloze' is
still recognised as a synonym, for backwards compatibility) - new card type 'show1cloze' -- like hide1cloze, but only reveals one of the areas of clozed text in the item. - when 'revealing' an item during a drill session, do not show contents of any subheadings which are themselves tagged as drill items. This means you can have drill items inside drill items, without giving their answers away when you review the parent item. - better ensure visibility state of the org buffer is restored after the drill session. - syntax highlighting of [clozed text] now works if other faces are applied inside the clozed text area, eg [the *largest* city]
Diffstat (limited to 'README.html')
-rwxr-xr-xREADME.html30
1 files changed, 21 insertions, 9 deletions
diff --git a/README.html b/README.html
index a04d8c3..96f0b29 100755
--- a/README.html
+++ b/README.html
@@ -7,7 +7,7 @@ lang="en" xml:lang="en">
<title>Org-Drill</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="generator" content="Org-mode"/>
-<meta name="generated" content="2011-04-15 08:42:23 "/>
+<meta name="generated" content="2011-04-22 15:27:38 "/>
<meta name="author" content="Paul Sexton"/>
<meta name="description" content=""/>
<meta name="keywords" content=""/>
@@ -249,7 +249,7 @@ recall purposes. For this reason, some other card types are defined, including:
</li>
<li><a href="#sec-4_4">Multi-sided cards</a>
</li>
-<li><a href="#Multicloze-cards">Multicloze cards</a>
+<li><a href="#sec-4_5">Multi-cloze cards</a>
</li>
<li><a href="#sec-4_6">User-defined card types</a>
</li>
@@ -545,15 +545,27 @@ the [North|North/South] Island.
<p>
-However, this is really cumbersome. The 'multicloze' card type exists for this
+However, this is really cumbersome. Multicloze card types exist for this
situation. Multicloze cards behave like 'simple' cards, except that when there
-is more than one area marked as cloze text, only one of the marked areas will
-be hidden during review &ndash; the others all remain visible. The hidden text area
-is chosen randomly at each review.
-</p>
+is more than one area marked as cloze text, some but not all of the areas
+are hidden. There are two types of multicloze card:
+</p>
+<ol>
+<li><code>hide1cloze</code> &ndash; one of the marked areas is hidden during review; the others
+ all remain visible. The hidden text area is chosen randomly at each review.
+ (Note: this type used to be called 'multicloze', and that card type is
+ retained as a synonym for 'hide1cloze'.)
+</li>
+<li><code>show1cloze</code> &ndash; only one of the marked areas is visible during review; all
+ the others are hidden. The hidden text area is chosen randomly at each
+ review.
+</li>
+</ol>
+
+
<p>
So, for the above example, we can actually use the original 'bad' simple card,
-but change its card type to 'multicloze'. Each time the card is presented for
+but change its card type to 'hide1cloze'. Each time the card is presented for
review, one of 'New Zealand', 'Wellington', 'the South Island' or '400,000'
will be hidden.
</p>
@@ -1258,7 +1270,7 @@ or give it different tags or properties, for example.
</div>
</div>
<div id="postamble">
-<p class="date">Date: 2011-04-15 08:42:23 </p>
+<p class="date">Date: 2011-04-22 15:27:38 </p>
<p class="author">Author: Paul Sexton</p>
<p class="creator">Org version 7.5 with Emacs version 23</p>
<a href="http://validator.w3.org/check?uri=referer">Validate XHTML 1.0</a>