diff options
| author | eeeickythump <devnull@localhost> | 2010-08-01 12:51:14 +1200 |
|---|---|---|
| committer | eeeickythump <devnull@localhost> | 2010-08-01 12:51:14 +1200 |
| commit | 9487fd21f8fa1338027fbef67109430fce052288 (patch) | |
| tree | 0c26e07f39be4b7574ed5a1a43c420e9095b2b27 /spanish.org | |
| parent | a678ed9f5e41787b3e1b9df1b2abbecf2cd50327 (diff) | |
| download | org-drill-9487fd21f8fa1338027fbef67109430fce052288.tar.gz org-drill-9487fd21f8fa1338027fbef67109430fce052288.zip | |
Added special card type for spanish verbs, to demonstrate custom card types.
Diffstat (limited to 'spanish.org')
| -rw-r--r-- | spanish.org | 128 |
1 files changed, 128 insertions, 0 deletions
diff --git a/spanish.org b/spanish.org new file mode 100644 index 0000000..82dc981 --- /dev/null +++ b/spanish.org @@ -0,0 +1,128 @@ +# -*- mode: org; coding: utf-8 -*- +#+STARTUP: showall + +# examples of card definitions for use with org-drill. + +* Spanish questions + +** Greetings + +# Simple cards. When each card is presented, any subheadings are collapsed, but +# the text under the topic's main heading remains visible. + +*** 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 with ONE +# of the subheadings -- in this case either the Spanish word, or the English +# word. + +# (we could include a third subheading which just contains an inline picture.) + +*** Noun :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: multisided + :END: + +Translate this word. + +**** Spanish + +el gato + +**** English + +the cat + + +*** Noun :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: multisided + :END: + +Translate this word. + +**** Spanish + +el perro + +**** English + +the dog + + +** 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. + +*** 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. + +** Verbs + +# An example of a special card type. The information in "spanish_verb" topics +# can be presented in any of several different ways -- see the function +# `org-drill-present-spanish-verb'. + +*** Verb :drill: + :PROPERTIES: + :DRILL_CARD_TYPE: spanish_verb + :END: + +**** Infinitive + +cantar + +**** English + +to sing + +**** Present Tense + +| yo canto | nosotros cantamos | +| tú cantas | vosotros cantáis | +| él canta | ellos cantan | + +**** Past Tense + +| yo canté | nosotros cantamos | +| tú cantaste | vosotros cantasteis | +| él cantó | ellos cantaron | + +**** Future Perfect Tense + +| yo cantaré | nosotros cantaremos | +| tú cantarás | vosotros cantaréis | +| él cantarán | ellos cantarán | + + +**** Notes + +Regular verb. + |
