blob: 285534581551b91f269f5d9d21a2cca786a9fc5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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.
|