diff options
| author | eeeickythump <devnull@localhost> | 2010-08-01 09:54:45 +1200 |
|---|---|---|
| committer | eeeickythump <devnull@localhost> | 2010-08-01 09:54:45 +1200 |
| commit | a678ed9f5e41787b3e1b9df1b2abbecf2cd50327 (patch) | |
| tree | 299f6deb700f2b57a3f052a8bed1ff396f444ed1 /questions.org | |
| download | org-drill-a678ed9f5e41787b3e1b9df1b2abbecf2cd50327.tar.gz org-drill-a678ed9f5e41787b3e1b9df1b2abbecf2cd50327.zip | |
First commit
Diffstat (limited to 'questions.org')
| -rw-r--r-- | questions.org | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/questions.org b/questions.org new file mode 100644 index 0000000..2855345 --- /dev/null +++ b/questions.org @@ -0,0 +1,80 @@ +# -*- mode: org; coding: utf-8 -*- +# example of card definitions for use with org-drill. + +* Spanish questions + +** Greetings + +# Simple cards. When each card is presented, all subheadings are collapsed. + +*** Greeting 1 :drill: + +Translate into Spanish: +What is your name? (formal) + +**** Answer + +¿Cómo se llama usted? + +*** Greeting 2 :drill: + +Translate into Spanish: +What is your name? (informal) + +**** Answer + +¿Cómo te llamas? + +** Nouns + +# Examples of 'multisided' cards. The user will randomly be presented either +# with the Spanish word, or the English word, and asked to recall the +# appropriate translation. + +*** Noun :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: multisided + :END: + +Translate this word. + +**** Front + +el gato + +**** Back + +the cat + + +*** Noun :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: multisided + :END: + +Translate this word. + +**** Front + +el perro + +**** Back + +the dog + + +** Grammar rules + +# Simple cards -- the question and answer are produced purely using cloze +# deletion, without the need to hide any subtopics. + +*** Rule :drill: + +To make the plural of an adjective ending in [a stressed vowel or a consonant +other than -z], add /-es/. + +*** Rule :drill: + +To form an adverb from an adjective, add [-mente] to the [feminine] (gender) +form of the adjective. + |
