aboutsummaryrefslogtreecommitdiff
path: root/spanish.org
diff options
context:
space:
mode:
authoreeeickythump <devnull@localhost>2010-08-22 09:53:08 +1200
committereeeickythump <devnull@localhost>2010-08-22 09:53:08 +1200
commit663f0a3c1e902d45f66180e94d3820e050ab52c8 (patch)
tree8fd192ce5ed41368814bab1185fb83306a78d23c /spanish.org
parent19efe535f78b1ebad5506a384f32d24cfa6389fa (diff)
downloadorg-drill-1.0.tar.gz
org-drill-1.0.zip
Added README with more detailed documentation.1.0
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.
Diffstat (limited to 'spanish.org')
-rw-r--r--spanish.org86
1 files changed, 68 insertions, 18 deletions
diff --git a/spanish.org b/spanish.org
index 82dc981..cb187b8 100644
--- a/spanish.org
+++ b/spanish.org
@@ -2,12 +2,14 @@
#+STARTUP: showall
# examples of card definitions for use with org-drill.
+# Cards, AKA topics, have the 'drill' tag. Note that the higher-level headings
+# in the file do NOT have this tag.
* Spanish questions
** Greetings
-# Simple cards. When each card is presented, any subheadings are collapsed, but
+# Simple cards. When each card is presented, all subheadings are collapsed, but
# the text under the topic's main heading remains visible.
*** Greeting 1 :drill:
@@ -19,6 +21,10 @@ What is your name? (formal)
¿Cómo se llama usted?
+**** Notes
+
+llamar = to be named
+
*** Greeting 2 :drill:
Translate into Spanish:
@@ -28,17 +34,46 @@ What is your name? (informal)
¿Cómo te llamas?
-** Nouns
+**** Notes
+
+llamar = to be named
+
+
+** Grammar rules
+
+# More simple cards -- here the question and answer are produced purely using
+# cloze deletion of test in [square brackets], without the need to hide any
+# subtopics (though they WILL still be hidden if present).
+
+# 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.
+
+*** Grammar Rule :drill:
+
+To make the plural of an adjective ending in [a stressed vowel or a consonant
+other than -z], add /-es/.
+
+*** Grammar Rule :drill:
+
+To form an adverb from an adjective, add [-mente] to the [feminine] (gender)
+form of the adjective.
+
+** Vocabulary
+
+# Examples of 'twosided' cards. These are 'flip cards' where one of the
+# first 2 'sides' (subheadings) is presented at random, while all others stay
+# hidden.
-# Examples of 'multisided' cards. The user will randomly be presented with ONE
-# of the subheadings -- in this case either the Spanish word, or the English
-# word.
+# There is another builtin card type called 'multisided'. These are like
+# 'twosided' cards, but can have any number of sides. So we could extend the
+# examples below by changing their type to multisided and adding a third
+# subheading which contains an inline image.
-# (we could include a third subheading which just contains an inline picture.)
*** Noun :drill:
:PROPERTIES:
- :DRILL_CARD_TYPE: multisided
+ :DRILL_CARD_TYPE: twosided
:END:
Translate this word.
@@ -51,10 +86,15 @@ el gato
the cat
+**** Example sentence
+
+*El gato* se sentó en la estera.
+*The cat* sat on the mat.
+
*** Noun :drill:
:PROPERTIES:
- :DRILL_CARD_TYPE: multisided
+ :DRILL_CARD_TYPE: twosided
:END:
Translate this word.
@@ -67,22 +107,32 @@ el perro
the dog
+**** Example sentence
-** Grammar rules
+Cuidado con *el perro*.
+Beware of *the dog*.
-# More simple cards -- here the question and answer are produced purely using
-# cloze deletion of test in [square brackets], without the need to hide any
-# subtopics.
-*** Grammar Rule :drill:
+*** Adjective :drill:
+ :PROPERTIES:
+ :DRILL_CARD_TYPE: twosided
+ :END:
-To make the plural of an adjective ending in [a stressed vowel or a consonant
-other than -z], add /-es/.
+Translate this word.
-*** Grammar Rule :drill:
+**** Spanish
+
+caliente
+
+**** English
+
+hot
+
+**** Example sentence
+
+El agua está muy caliente.
+The water is very hot.
-To form an adverb from an adjective, add [-mente] to the [feminine] (gender)
-form of the adjective.
** Verbs