From 97aad887284ac4d9590e31f843d4f4f11393e9be Mon Sep 17 00:00:00 2001 From: eeeickythump Date: Fri, 22 Apr 2011 15:41:08 +1200 Subject: - '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] --- README.html | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'README.html') 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"> Org-Drill - + @@ -249,7 +249,7 @@ recall purposes. For this reason, some other card types are defined, including:
  • Multi-sided cards
  • -
  • Multicloze cards +
  • Multi-cloze cards
  • User-defined card types
  • @@ -545,15 +545,27 @@ the [North|North/South] Island.

    -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 – the others all remain visible. The hidden text area -is chosen randomly at each review. -

    +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: +

    +
      +
    1. hide1cloze – 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'.) +
    2. +
    3. show1cloze – 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. +
    4. +
    + +

    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.

    @@ -1258,7 +1270,7 @@ or give it different tags or properties, for example.
    -

    Date: 2011-04-15 08:42:23

    +

    Date: 2011-04-22 15:27:38

    Author: Paul Sexton

    Org version 7.5 with Emacs version 23

    Validate XHTML 1.0 -- cgit v1.2.3