@syllst/ka 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index-B9OHu0Ax.js +52 -0
- package/dist/index-B9OHu0Ax.js.map +1 -0
- package/dist/index-DCpqhby8.js +52 -0
- package/dist/index-DCpqhby8.js.map +1 -0
- package/dist/index-DflZY235.js +52 -0
- package/dist/index-DflZY235.js.map +1 -0
- package/dist/index-Dp1OEIeC.js +48 -0
- package/dist/index-Dp1OEIeC.js.map +1 -0
- package/dist/index.js +37 -13
- package/dist/index.js.map +1 -1
- package/dist/lesson-01-CSwZqadZ.js +193 -0
- package/dist/lesson-01-CSwZqadZ.js.map +1 -0
- package/dist/lesson-01-CjeVy1Pm.js +148 -0
- package/dist/lesson-01-CjeVy1Pm.js.map +1 -0
- package/dist/lesson-01-Dln4m4gy.js +185 -0
- package/dist/lesson-01-Dln4m4gy.js.map +1 -0
- package/dist/lesson-02-CKmyOzkz.js +189 -0
- package/dist/lesson-02-CKmyOzkz.js.map +1 -0
- package/dist/lesson-02-CjWc8Ndm.js +159 -0
- package/dist/lesson-02-CjWc8Ndm.js.map +1 -0
- package/dist/lesson-02-D6EZkoTX.js +186 -0
- package/dist/lesson-02-D6EZkoTX.js.map +1 -0
- package/dist/lesson-03-D-UB6j-3.js +155 -0
- package/dist/lesson-03-D-UB6j-3.js.map +1 -0
- package/dist/lesson-03-D4MQ-BF0.js +197 -0
- package/dist/lesson-03-D4MQ-BF0.js.map +1 -0
- package/dist/lesson-03-i2GGdsRN.js +181 -0
- package/dist/lesson-03-i2GGdsRN.js.map +1 -0
- package/dist/lesson-04-D2tqk_vu.js +166 -0
- package/dist/lesson-04-D2tqk_vu.js.map +1 -0
- package/dist/lesson-04-DciNjG8E.js +186 -0
- package/dist/lesson-04-DciNjG8E.js.map +1 -0
- package/dist/lesson-04-vbP_pH7H.js +201 -0
- package/dist/lesson-04-vbP_pH7H.js.map +1 -0
- package/dist/lesson-05-DDD4BdBD.js +197 -0
- package/dist/lesson-05-DDD4BdBD.js.map +1 -0
- package/dist/lesson-05-Du04UDw8.js +175 -0
- package/dist/lesson-05-Du04UDw8.js.map +1 -0
- package/dist/lesson-05-VfiWFnKX.js +192 -0
- package/dist/lesson-05-VfiWFnKX.js.map +1 -0
- package/dist/lesson-06-B247Ezo8.js +161 -0
- package/dist/lesson-06-B247Ezo8.js.map +1 -0
- package/dist/lesson-06-CT_T2-CF.js +201 -0
- package/dist/lesson-06-CT_T2-CF.js.map +1 -0
- package/dist/lesson-06-Cv5qUy34.js +208 -0
- package/dist/lesson-06-Cv5qUy34.js.map +1 -0
- package/dist/lesson-07-9svk0QSq.js +215 -0
- package/dist/lesson-07-9svk0QSq.js.map +1 -0
- package/dist/lesson-07-DGrnNH3e.js +223 -0
- package/dist/lesson-07-DGrnNH3e.js.map +1 -0
- package/dist/lesson-07-XGTm5Tp2.js +182 -0
- package/dist/lesson-07-XGTm5Tp2.js.map +1 -0
- package/dist/lesson-08-C5Oqga49.js +213 -0
- package/dist/lesson-08-C5Oqga49.js.map +1 -0
- package/dist/lesson-08-CDZOUysk.js +228 -0
- package/dist/lesson-08-CDZOUysk.js.map +1 -0
- package/dist/lesson-08-DiHa8O85.js +196 -0
- package/dist/lesson-08-DiHa8O85.js.map +1 -0
- package/dist/syllabi/dialogue/index.d.ts +7 -0
- package/dist/syllabi/dialogue/index.js +10 -0
- package/dist/syllabi/dialogue/index.js.map +1 -0
- package/dist/syllabi/essentials/index.js +7 -37
- package/dist/syllabi/essentials/index.js.map +1 -1
- package/dist/syllabi/grammar/index.d.ts +7 -0
- package/dist/syllabi/grammar/index.js +10 -0
- package/dist/syllabi/grammar/index.js.map +1 -0
- package/dist/syllabi/reading/index.d.ts +7 -0
- package/dist/syllabi/reading/index.js +10 -0
- package/dist/syllabi/reading/index.js.map +1 -0
- package/package.json +27 -8
- package/src/syllabi/dialogue/lessons/lesson-01.mdx +188 -0
- package/src/syllabi/dialogue/lessons/lesson-02.mdx +184 -0
- package/src/syllabi/dialogue/lessons/lesson-03.mdx +192 -0
- package/src/syllabi/dialogue/lessons/lesson-04.mdx +196 -0
- package/src/syllabi/dialogue/lessons/lesson-05.mdx +192 -0
- package/src/syllabi/dialogue/lessons/lesson-06.mdx +196 -0
- package/src/syllabi/dialogue/lessons/lesson-07.mdx +218 -0
- package/src/syllabi/dialogue/lessons/lesson-08.mdx +223 -0
- package/src/syllabi/grammar/lessons/lesson-01.mdx +143 -0
- package/src/syllabi/grammar/lessons/lesson-02.mdx +154 -0
- package/src/syllabi/grammar/lessons/lesson-03.mdx +150 -0
- package/src/syllabi/grammar/lessons/lesson-04.mdx +161 -0
- package/src/syllabi/grammar/lessons/lesson-05.mdx +170 -0
- package/src/syllabi/grammar/lessons/lesson-06.mdx +156 -0
- package/src/syllabi/grammar/lessons/lesson-07.mdx +177 -0
- package/src/syllabi/grammar/lessons/lesson-08.mdx +191 -0
- package/src/syllabi/reading/lessons/lesson-01.mdx +180 -0
- package/src/syllabi/reading/lessons/lesson-02.mdx +181 -0
- package/src/syllabi/reading/lessons/lesson-03.mdx +176 -0
- package/src/syllabi/reading/lessons/lesson-04.mdx +181 -0
- package/src/syllabi/reading/lessons/lesson-05.mdx +187 -0
- package/src/syllabi/reading/lessons/lesson-06.mdx +203 -0
- package/src/syllabi/reading/lessons/lesson-07.mdx +210 -0
- package/src/syllabi/reading/lessons/lesson-08.mdx +208 -0
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
const e = `---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-grammar-lesson-05
|
|
4
|
+
title: "გაკვეთილი 5 — აწმყო დრო (Present Tense Verbs)"
|
|
5
|
+
description: "How Georgian present tense verbs work: prefixes, roots, and suffixes"
|
|
6
|
+
order: 5
|
|
7
|
+
parentId: georgian-grammar
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- grammar
|
|
12
|
+
- verbs
|
|
13
|
+
metadata:
|
|
14
|
+
estimatedTime: 35
|
|
15
|
+
prerequisites:
|
|
16
|
+
- georgian-grammar-lesson-04
|
|
17
|
+
learningObjectives:
|
|
18
|
+
- id: obj-05-present-apply
|
|
19
|
+
description: "Conjugate common verbs in the present tense"
|
|
20
|
+
skill: pattern-application
|
|
21
|
+
- id: obj-05-present-produce
|
|
22
|
+
description: "Produce present tense sentences with correct subject prefixes"
|
|
23
|
+
skill: word-production
|
|
24
|
+
- id: obj-05-present-recognize
|
|
25
|
+
description: "Recognize subject agreement prefixes on verbs"
|
|
26
|
+
skill: pattern-recognition
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
# გაკვეთილი 5 (Lesson 5) — Present Tense Verbs
|
|
30
|
+
|
|
31
|
+
## Introduction
|
|
32
|
+
|
|
33
|
+
Georgian verbs are morphologically rich — they carry information about the subject (and sometimes the object) directly within the verb form itself. You have already seen **ვ-** on first person verbs (ვარ, ვსვამ). This lesson covers the full present tense conjugation pattern and introduces you to common verbs.
|
|
34
|
+
|
|
35
|
+
Georgian verb structure can be thought of as: **[subject prefix] + [root] + [ending]**.
|
|
36
|
+
|
|
37
|
+
## Subject Agreement Prefixes
|
|
38
|
+
|
|
39
|
+
For most present tense verbs, the subject is indicated by a prefix attached to the verb stem:
|
|
40
|
+
|
|
41
|
+
| Person | Prefix | Example (write — წერ-) | Meaning |
|
|
42
|
+
|--------|--------|----------------------|---------|
|
|
43
|
+
| მე (I) | ვ- | ვ-წერ | I write |
|
|
44
|
+
| შენ (you sg) | — | წერ | you write |
|
|
45
|
+
| ის (he/she) | — | წერ-ს | he/she writes |
|
|
46
|
+
| ჩვენ (we) | ვ- | ვ-წერ-თ | we write |
|
|
47
|
+
| თქვენ (you pl) | — | წერ-თ | you (pl) write |
|
|
48
|
+
| ისინი (they) | — | წერ-ენ | they write |
|
|
49
|
+
|
|
50
|
+
Key observations:
|
|
51
|
+
- **ვ-** appears for first person (both singular and plural)
|
|
52
|
+
- Second person singular has no prefix — the bare root
|
|
53
|
+
- Third person singular adds **-ს**
|
|
54
|
+
- First and second person plural both add **-თ**
|
|
55
|
+
- Third person plural adds **-ენ** (or **-ან** for some verb classes)
|
|
56
|
+
|
|
57
|
+
## Common Present Tense Verbs
|
|
58
|
+
|
|
59
|
+
:::vocabulary-set{id="ka-gram-05-verbs" title="Present Tense Common Verbs"}
|
|
60
|
+
|
|
61
|
+
::vocab-item{id="vtsert" word="ვწერ" pronunciation="v-tser" meaning="I write (root: წერ)"}
|
|
62
|
+
|
|
63
|
+
::vocab-item{id="vkitxulob" word="ვკითხულობ" pronunciation="v-ki-txu-lob" meaning="I read (root: კითხულობ)"}
|
|
64
|
+
|
|
65
|
+
::vocab-item{id="vsaubrob" word="ვსაუბრობ" pronunciation="v-sau-brob" meaning="I speak (root: საუბრობ)"}
|
|
66
|
+
|
|
67
|
+
::vocab-item{id="vchamt" word="ვჭამ" pronunciation="v-cham" meaning="I eat (root: ჭამ)"}
|
|
68
|
+
|
|
69
|
+
::vocab-item{id="vsvam" word="ვსვამ" pronunciation="v-svam" meaning="I drink (root: სვამ)"}
|
|
70
|
+
|
|
71
|
+
::vocab-item{id="vmidivart" word="მივდივარ" pronunciation="mi-v-di-var" meaning="I go (directional verb, different pattern)"}
|
|
72
|
+
|
|
73
|
+
:::
|
|
74
|
+
|
|
75
|
+
## Full Conjugation: to Write (წერა)
|
|
76
|
+
|
|
77
|
+
| Georgian | Transliteration | Meaning |
|
|
78
|
+
|----------|-----------------|---------|
|
|
79
|
+
| მე ვწერ | me vtser | I write |
|
|
80
|
+
| შენ წერ | shen tser | you write |
|
|
81
|
+
| ის წერს | is tsers | he/she writes |
|
|
82
|
+
| ჩვენ ვწერთ | chven vtserт | we write |
|
|
83
|
+
| თქვენ წერთ | tkven tsert | you (pl) write |
|
|
84
|
+
| ისინი წერენ | isini tseren | they write |
|
|
85
|
+
|
|
86
|
+
## Full Conjugation: to Read (კითხვა)
|
|
87
|
+
|
|
88
|
+
| Georgian | Transliteration | Meaning |
|
|
89
|
+
|----------|-----------------|---------|
|
|
90
|
+
| მე ვკითხულობ | me vkitxulob | I read |
|
|
91
|
+
| შენ კითხულობ | shen kitxulob | you read |
|
|
92
|
+
| ის კითხულობს | is kitxulobs | he/she reads |
|
|
93
|
+
| ჩვენ ვკითხულობთ | chven vkitxulobt | we read |
|
|
94
|
+
| თქვენ კითხულობთ | tkven kitxulobt | you (pl) read |
|
|
95
|
+
| ისინი კითხულობენ | isini kitxuloben | they read |
|
|
96
|
+
|
|
97
|
+
## A Note on Verb Stems
|
|
98
|
+
|
|
99
|
+
Georgian verb roots often look different from their infinitive forms. The infinitive (dictionary form) usually ends in **-ა** or **-ობა**, but the conjugated stem is what you actually use:
|
|
100
|
+
|
|
101
|
+
| Infinitive | Meaning | Present stem |
|
|
102
|
+
|-----------|---------|-------------|
|
|
103
|
+
| წერა | to write | წერ- |
|
|
104
|
+
| კითხვა | to read | კითხულობ- |
|
|
105
|
+
| სვლა | to go | მიდი- |
|
|
106
|
+
| ჭამა | to eat | ჭამ- |
|
|
107
|
+
|
|
108
|
+
## Practice Exercises
|
|
109
|
+
|
|
110
|
+
:::exercise{id="ka-gram-05-present-apply" type="fill-in-blank" title="Conjugate in Present" skill="pattern-application" objectiveId="obj-05-present-apply"}
|
|
111
|
+
|
|
112
|
+
**Question:** Conjugate the verb **წერა** (to write) for the given subject
|
|
113
|
+
|
|
114
|
+
1. მე ___ (I write)
|
|
115
|
+
2. ის ___ (he writes)
|
|
116
|
+
3. ჩვენ ___ (we write)
|
|
117
|
+
4. ისინი ___ (they write)
|
|
118
|
+
|
|
119
|
+
**Answer:**
|
|
120
|
+
|
|
121
|
+
1. მე **ვწერ**
|
|
122
|
+
2. ის **წერს**
|
|
123
|
+
3. ჩვენ **ვწერთ**
|
|
124
|
+
4. ისინი **წერენ**
|
|
125
|
+
|
|
126
|
+
**Explanation:** Add ვ- for first person (I/we), -ს for third person singular, -თ for plural (we/you-pl), and -ენ for third person plural. Second person singular takes the bare root.
|
|
127
|
+
|
|
128
|
+
:::
|
|
129
|
+
|
|
130
|
+
:::exercise{id="ka-gram-05-present-produce" type="fill-in-blank" title="Build a Sentence" skill="word-production" objectiveId="obj-05-present-produce"}
|
|
131
|
+
|
|
132
|
+
**Question:** Translate each sentence into Georgian using the present tense
|
|
133
|
+
|
|
134
|
+
1. I drink water (მე, სვამ, წყალი)
|
|
135
|
+
2. She reads a book (ის, კითხულობ, წიგნი)
|
|
136
|
+
3. We speak Georgian (ჩვენ, საუბრობ, ქართული)
|
|
137
|
+
|
|
138
|
+
**Answer:**
|
|
139
|
+
|
|
140
|
+
1. მე **წყალს ვსვამ**
|
|
141
|
+
2. ის **წიგნს კითხულობს**
|
|
142
|
+
3. ჩვენ **ქართულს ვსაუბრობთ**
|
|
143
|
+
|
|
144
|
+
**Explanation:** Remember SOV order: subject first, then object (with -ს ending), then verb last. The verb carries ვ- for first person, -ს for third person singular, and -თ for first person plural.
|
|
145
|
+
|
|
146
|
+
:::
|
|
147
|
+
|
|
148
|
+
:::exercise{id="ka-gram-05-present-recognize" type="matching" title="Identify the Subject" skill="pattern-recognition" objectiveId="obj-05-present-recognize"}
|
|
149
|
+
|
|
150
|
+
**Question:** Match each verb form to the subject it agrees with
|
|
151
|
+
|
|
152
|
+
- ვწერ
|
|
153
|
+
- წერს
|
|
154
|
+
- ვწერთ
|
|
155
|
+
- წერენ
|
|
156
|
+
|
|
157
|
+
**Answer:**
|
|
158
|
+
|
|
159
|
+
- ვწერ → მე (I) — ვ- prefix, no ending
|
|
160
|
+
- წერს → ის (he/she) — no prefix, -ს ending
|
|
161
|
+
- ვწერთ → ჩვენ (we) — ვ- prefix, -თ ending
|
|
162
|
+
- წერენ → ისინი (they) — no prefix, -ენ ending
|
|
163
|
+
|
|
164
|
+
**Explanation:** The ვ- prefix signals first person. The -ს ending signals third person singular. The -თ ending marks plural. Third person plural uses -ენ. You can identify the subject from these markers even without seeing the pronoun.
|
|
165
|
+
|
|
166
|
+
:::
|
|
167
|
+
|
|
168
|
+
## What's Next
|
|
169
|
+
|
|
170
|
+
In Lesson 6, you will learn the aorist (simple past tense) — the most common past tense in Georgian, where the ergative case comes into play for transitive verbs.
|
|
171
|
+
`;
|
|
172
|
+
export {
|
|
173
|
+
e as default
|
|
174
|
+
};
|
|
175
|
+
//# sourceMappingURL=lesson-05-Du04UDw8.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lesson-05-Du04UDw8.js","sources":["../src/syllabi/grammar/lessons/lesson-05.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: georgian-grammar-lesson-05\\ntitle: \\\"გაკვეთილი 5 — აწმყო დრო (Present Tense Verbs)\\\"\\ndescription: \\\"How Georgian present tense verbs work: prefixes, roots, and suffixes\\\"\\norder: 5\\nparentId: georgian-grammar\\ndifficulty: intermediate\\ncefrLevel: A2\\ncategories:\\n - grammar\\n - verbs\\nmetadata:\\n estimatedTime: 35\\n prerequisites:\\n - georgian-grammar-lesson-04\\n learningObjectives:\\n - id: obj-05-present-apply\\n description: \\\"Conjugate common verbs in the present tense\\\"\\n skill: pattern-application\\n - id: obj-05-present-produce\\n description: \\\"Produce present tense sentences with correct subject prefixes\\\"\\n skill: word-production\\n - id: obj-05-present-recognize\\n description: \\\"Recognize subject agreement prefixes on verbs\\\"\\n skill: pattern-recognition\\n---\\n\\n# გაკვეთილი 5 (Lesson 5) — Present Tense Verbs\\n\\n## Introduction\\n\\nGeorgian verbs are morphologically rich — they carry information about the subject (and sometimes the object) directly within the verb form itself. You have already seen **ვ-** on first person verbs (ვარ, ვსვამ). This lesson covers the full present tense conjugation pattern and introduces you to common verbs.\\n\\nGeorgian verb structure can be thought of as: **[subject prefix] + [root] + [ending]**.\\n\\n## Subject Agreement Prefixes\\n\\nFor most present tense verbs, the subject is indicated by a prefix attached to the verb stem:\\n\\n| Person | Prefix | Example (write — წერ-) | Meaning |\\n|--------|--------|----------------------|---------|\\n| მე (I) | ვ- | ვ-წერ | I write |\\n| შენ (you sg) | — | წერ | you write |\\n| ის (he/she) | — | წერ-ს | he/she writes |\\n| ჩვენ (we) | ვ- | ვ-წერ-თ | we write |\\n| თქვენ (you pl) | — | წერ-თ | you (pl) write |\\n| ისინი (they) | — | წერ-ენ | they write |\\n\\nKey observations:\\n- **ვ-** appears for first person (both singular and plural)\\n- Second person singular has no prefix — the bare root\\n- Third person singular adds **-ს**\\n- First and second person plural both add **-თ**\\n- Third person plural adds **-ენ** (or **-ან** for some verb classes)\\n\\n## Common Present Tense Verbs\\n\\n:::vocabulary-set{id=\\\"ka-gram-05-verbs\\\" title=\\\"Present Tense Common Verbs\\\"}\\n\\n::vocab-item{id=\\\"vtsert\\\" word=\\\"ვწერ\\\" pronunciation=\\\"v-tser\\\" meaning=\\\"I write (root: წერ)\\\"}\\n\\n::vocab-item{id=\\\"vkitxulob\\\" word=\\\"ვკითხულობ\\\" pronunciation=\\\"v-ki-txu-lob\\\" meaning=\\\"I read (root: კითხულობ)\\\"}\\n\\n::vocab-item{id=\\\"vsaubrob\\\" word=\\\"ვსაუბრობ\\\" pronunciation=\\\"v-sau-brob\\\" meaning=\\\"I speak (root: საუბრობ)\\\"}\\n\\n::vocab-item{id=\\\"vchamt\\\" word=\\\"ვჭამ\\\" pronunciation=\\\"v-cham\\\" meaning=\\\"I eat (root: ჭამ)\\\"}\\n\\n::vocab-item{id=\\\"vsvam\\\" word=\\\"ვსვამ\\\" pronunciation=\\\"v-svam\\\" meaning=\\\"I drink (root: სვამ)\\\"}\\n\\n::vocab-item{id=\\\"vmidivart\\\" word=\\\"მივდივარ\\\" pronunciation=\\\"mi-v-di-var\\\" meaning=\\\"I go (directional verb, different pattern)\\\"}\\n\\n:::\\n\\n## Full Conjugation: to Write (წერა)\\n\\n| Georgian | Transliteration | Meaning |\\n|----------|-----------------|---------|\\n| მე ვწერ | me vtser | I write |\\n| შენ წერ | shen tser | you write |\\n| ის წერს | is tsers | he/she writes |\\n| ჩვენ ვწერთ | chven vtserт | we write |\\n| თქვენ წერთ | tkven tsert | you (pl) write |\\n| ისინი წერენ | isini tseren | they write |\\n\\n## Full Conjugation: to Read (კითხვა)\\n\\n| Georgian | Transliteration | Meaning |\\n|----------|-----------------|---------|\\n| მე ვკითხულობ | me vkitxulob | I read |\\n| შენ კითხულობ | shen kitxulob | you read |\\n| ის კითხულობს | is kitxulobs | he/she reads |\\n| ჩვენ ვკითხულობთ | chven vkitxulobt | we read |\\n| თქვენ კითხულობთ | tkven kitxulobt | you (pl) read |\\n| ისინი კითხულობენ | isini kitxuloben | they read |\\n\\n## A Note on Verb Stems\\n\\nGeorgian verb roots often look different from their infinitive forms. The infinitive (dictionary form) usually ends in **-ა** or **-ობა**, but the conjugated stem is what you actually use:\\n\\n| Infinitive | Meaning | Present stem |\\n|-----------|---------|-------------|\\n| წერა | to write | წერ- |\\n| კითხვა | to read | კითხულობ- |\\n| სვლა | to go | მიდი- |\\n| ჭამა | to eat | ჭამ- |\\n\\n## Practice Exercises\\n\\n:::exercise{id=\\\"ka-gram-05-present-apply\\\" type=\\\"fill-in-blank\\\" title=\\\"Conjugate in Present\\\" skill=\\\"pattern-application\\\" objectiveId=\\\"obj-05-present-apply\\\"}\\n\\n**Question:** Conjugate the verb **წერა** (to write) for the given subject\\n\\n1. მე ___ (I write)\\n2. ის ___ (he writes)\\n3. ჩვენ ___ (we write)\\n4. ისინი ___ (they write)\\n\\n**Answer:**\\n\\n1. მე **ვწერ**\\n2. ის **წერს**\\n3. ჩვენ **ვწერთ**\\n4. ისინი **წერენ**\\n\\n**Explanation:** Add ვ- for first person (I/we), -ს for third person singular, -თ for plural (we/you-pl), and -ენ for third person plural. Second person singular takes the bare root.\\n\\n:::\\n\\n:::exercise{id=\\\"ka-gram-05-present-produce\\\" type=\\\"fill-in-blank\\\" title=\\\"Build a Sentence\\\" skill=\\\"word-production\\\" objectiveId=\\\"obj-05-present-produce\\\"}\\n\\n**Question:** Translate each sentence into Georgian using the present tense\\n\\n1. I drink water (მე, სვამ, წყალი)\\n2. She reads a book (ის, კითხულობ, წიგნი)\\n3. We speak Georgian (ჩვენ, საუბრობ, ქართული)\\n\\n**Answer:**\\n\\n1. მე **წყალს ვსვამ**\\n2. ის **წიგნს კითხულობს**\\n3. ჩვენ **ქართულს ვსაუბრობთ**\\n\\n**Explanation:** Remember SOV order: subject first, then object (with -ს ending), then verb last. The verb carries ვ- for first person, -ს for third person singular, and -თ for first person plural.\\n\\n:::\\n\\n:::exercise{id=\\\"ka-gram-05-present-recognize\\\" type=\\\"matching\\\" title=\\\"Identify the Subject\\\" skill=\\\"pattern-recognition\\\" objectiveId=\\\"obj-05-present-recognize\\\"}\\n\\n**Question:** Match each verb form to the subject it agrees with\\n\\n- ვწერ\\n- წერს\\n- ვწერთ\\n- წერენ\\n\\n**Answer:**\\n\\n- ვწერ → მე (I) — ვ- prefix, no ending\\n- წერს → ის (he/she) — no prefix, -ს ending\\n- ვწერთ → ჩვენ (we) — ვ- prefix, -თ ending\\n- წერენ → ისინი (they) — no prefix, -ენ ending\\n\\n**Explanation:** The ვ- prefix signals first person. The -ს ending signals third person singular. The -თ ending marks plural. Third person plural uses -ენ. You can identify the subject from these markers even without seeing the pronoun.\\n\\n:::\\n\\n## What's Next\\n\\nIn Lesson 6, you will learn the aorist (simple past tense) — the most common past tense in Georgian, where the ergative case comes into play for transitive verbs.\\n\""],"names":["lesson05"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
|
|
@@ -0,0 +1,192 @@
|
|
|
1
|
+
const n = `---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-reading-lesson-05
|
|
4
|
+
title: "გაკვეთილი 5 — მოკლე მოთხრობები (Simple Stories)"
|
|
5
|
+
description: "Reading short narrative paragraphs in Georgian — 3-4 sentences with comprehension"
|
|
6
|
+
order: 5
|
|
7
|
+
parentId: georgian-reading
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- reading
|
|
12
|
+
- narrative
|
|
13
|
+
- comprehension
|
|
14
|
+
metadata:
|
|
15
|
+
estimatedTime: 35
|
|
16
|
+
prerequisites:
|
|
17
|
+
- georgian-reading-lesson-04
|
|
18
|
+
learningObjectives:
|
|
19
|
+
- id: obj-read-05-read-narrative
|
|
20
|
+
description: "Read a short narrative paragraph in Georgian"
|
|
21
|
+
skill: text-decoding
|
|
22
|
+
- id: obj-read-05-narrative-comprehension
|
|
23
|
+
description: "Understand who, what, and where in a short Georgian story"
|
|
24
|
+
skill: reading-comprehension
|
|
25
|
+
- id: obj-read-05-story-vocab
|
|
26
|
+
description: "Recognize narrative vocabulary including common verbs and time words"
|
|
27
|
+
skill: word-recognition
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# გაკვეთილი 5 (Lesson 5) — Simple Stories
|
|
31
|
+
|
|
32
|
+
## Introduction
|
|
33
|
+
|
|
34
|
+
This lesson introduces continuous text — connected sentences that tell a simple story. Reading a narrative requires more than decoding individual words: you need to track who is doing what, and follow the sequence of events. Georgian narratives follow clear patterns that become recognizable with practice.
|
|
35
|
+
|
|
36
|
+
## Narrative Vocabulary
|
|
37
|
+
|
|
38
|
+
:::vocabulary-set{id="ka-read-05-narrative" title="Narrative Words"}
|
|
39
|
+
|
|
40
|
+
::vocab-item{id="dila" word="დილა" pronunciation="di-la" meaning="morning"}
|
|
41
|
+
|
|
42
|
+
::vocab-item{id="saghamo" word="საღამო" pronunciation="sa-gha-mo" meaning="evening"}
|
|
43
|
+
|
|
44
|
+
::vocab-item{id="wagavida" word="წავიდა" pronunciation="tsa-vi-da" meaning="went (3rd person singular past)"}
|
|
45
|
+
|
|
46
|
+
::vocab-item{id="dabrunda" word="დაბრუნდა" pronunciation="da-brun-da" meaning="returned (3rd person singular past)"}
|
|
47
|
+
|
|
48
|
+
::vocab-item{id="naxva" word="ნახა" pronunciation="na-kha" meaning="saw (3rd person singular past)"}
|
|
49
|
+
|
|
50
|
+
::vocab-item{id="tqva" word="თქვა" pronunciation="tqva" meaning="said (3rd person singular past)"}
|
|
51
|
+
|
|
52
|
+
::vocab-item{id="gaxsnila" word="შემდეგ" pronunciation="shem-deg" meaning="then / next"}
|
|
53
|
+
|
|
54
|
+
:::
|
|
55
|
+
|
|
56
|
+
## Story 1: ნინო Goes to the Market
|
|
57
|
+
|
|
58
|
+
Read the following story carefully:
|
|
59
|
+
|
|
60
|
+
---
|
|
61
|
+
|
|
62
|
+
**ნინო ბაზარში**
|
|
63
|
+
|
|
64
|
+
დილით ნინო ბაზარში წავიდა. ის ბოსტნეულს ყიდულობდა. ნინომ პომიდვრები და კიტრი იყიდა. შემდეგ სახლში დაბრუნდა.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
**Transliteration:**
|
|
69
|
+
|
|
70
|
+
Di-lit ni-no ba-zar-shi tsa-vi-da. Is bost-neu-ls yi-du-lob-da. Ni-nom po-mid-vre-bi da kit-ri i-yi-da. Shem-deg sakh-lshi da-brun-da.
|
|
71
|
+
|
|
72
|
+
**Translation:**
|
|
73
|
+
|
|
74
|
+
In the morning, Nino went to the market. She was buying vegetables. Nino bought tomatoes and cucumber. Then she returned home.
|
|
75
|
+
|
|
76
|
+
:::vocabulary-set{id="ka-read-05-story1" title="Story 1 Vocabulary"}
|
|
77
|
+
|
|
78
|
+
::vocab-item{id="dilitsa" word="დილით" pronunciation="di-lit" meaning="in the morning"}
|
|
79
|
+
|
|
80
|
+
::vocab-item{id="bostneulis" word="ბოსტნეული" pronunciation="bost-neu-li" meaning="vegetables"}
|
|
81
|
+
|
|
82
|
+
::vocab-item{id="pomidvrebi" word="პომიდვრები" pronunciation="po-mid-vre-bi" meaning="tomatoes (plural)"}
|
|
83
|
+
|
|
84
|
+
::vocab-item{id="kitri" word="კიტრი" pronunciation="kit-ri" meaning="cucumber"}
|
|
85
|
+
|
|
86
|
+
::vocab-item{id="sakhlshi" word="სახლში" pronunciation="sakh-lshi" meaning="at home / to home"}
|
|
87
|
+
|
|
88
|
+
:::
|
|
89
|
+
|
|
90
|
+
## Story 2: The Guest in Tbilisi
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
**სტუმარი თბილისში**
|
|
95
|
+
|
|
96
|
+
ჯეიმსი ინგლისიდანაა. ის პირველად თბილისში ჩამოვიდა. ჯეიმსმა ძველი ქალაქი ნახა. მან თქვა: "ეს ქალაქი ძალიან ლამაზია!"
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
**Transliteration:**
|
|
101
|
+
|
|
102
|
+
Jei-msi in-gli-si-da-na-a. Is pir-ve-lad tbi-lis-shi cha-mo-vi-da. Jeim-sma dzve-li qa-la-qi na-kha. Man tqva: "Es qa-la-qi dza-li-an la-ma-zi-a!"
|
|
103
|
+
|
|
104
|
+
**Translation:**
|
|
105
|
+
|
|
106
|
+
James is from England. He came to Tbilisi for the first time. James saw the Old Town. He said: "This city is very beautiful!"
|
|
107
|
+
|
|
108
|
+
:::vocabulary-set{id="ka-read-05-story2" title="Story 2 Vocabulary"}
|
|
109
|
+
|
|
110
|
+
::vocab-item{id="pirveland" word="პირველად" pronunciation="pir-ve-lad" meaning="for the first time"}
|
|
111
|
+
|
|
112
|
+
::vocab-item{id="chamovida" word="ჩამოვიდა" pronunciation="cha-mo-vi-da" meaning="came / arrived (3rd person singular past)"}
|
|
113
|
+
|
|
114
|
+
::vocab-item{id="dzalian" word="ძალიან" pronunciation="dza-li-an" meaning="very / really"}
|
|
115
|
+
|
|
116
|
+
::vocab-item{id="lamazi" word="ლამაზი" pronunciation="la-ma-zi" meaning="beautiful"}
|
|
117
|
+
|
|
118
|
+
:::
|
|
119
|
+
|
|
120
|
+
## Reading Strategy: Track the Subject
|
|
121
|
+
|
|
122
|
+
In Georgian narratives, the subject (who is doing the action) is often marked on the verb rather than stated explicitly. Look for:
|
|
123
|
+
- **ვ-** prefix: first person (I did...)
|
|
124
|
+
- **-ა** or **-ს** suffix changes: marks person and tense
|
|
125
|
+
- When a proper name appears, it is the subject
|
|
126
|
+
|
|
127
|
+
## Cultural Note: Georgian Storytelling Tradition
|
|
128
|
+
|
|
129
|
+
Georgia has a rich oral storytelling tradition, reflected in its literature. The epic poem **ვეფხისტყაოსანი** (The Knight in the Panther's Skin) by Shota Rustaveli, written in the 12th century, remains central to Georgian cultural identity. Every Georgian schoolchild memorizes passages from it. The tradition of storytelling around the table during a supra (feast) is also very much alive today.
|
|
130
|
+
|
|
131
|
+
## Practice Exercises
|
|
132
|
+
|
|
133
|
+
:::exercise{id="ka-read-05-story-decode" type="fill-in-blank" title="Read Story 1" skill="text-decoding" objectiveId="obj-read-05-read-narrative"}
|
|
134
|
+
|
|
135
|
+
**Question:** Read Story 1 and fill in the blanks in the English translation
|
|
136
|
+
|
|
137
|
+
Nino went to the ___ in the morning. She was buying ___. She bought ___ and cucumber. Then she returned ___.
|
|
138
|
+
|
|
139
|
+
**Answer:**
|
|
140
|
+
|
|
141
|
+
market / vegetables / tomatoes / home
|
|
142
|
+
|
|
143
|
+
**Explanation:** ბაზარი = market, ბოსტნეული = vegetables, პომიდვრები = tomatoes, სახლში = home/to home. Reading for content means extracting these key facts from the narrative.
|
|
144
|
+
|
|
145
|
+
:::
|
|
146
|
+
|
|
147
|
+
:::exercise{id="ka-read-05-comprehension" type="multiple-choice" title="Story 2 Comprehension" skill="reading-comprehension" objectiveId="obj-read-05-narrative-comprehension"}
|
|
148
|
+
|
|
149
|
+
**Question:** In Story 2, what did James say about Tbilisi?
|
|
150
|
+
|
|
151
|
+
**Options:**
|
|
152
|
+
- The city is very far from England
|
|
153
|
+
- The city is very beautiful
|
|
154
|
+
- The market is very good
|
|
155
|
+
- He wants to return home
|
|
156
|
+
|
|
157
|
+
**Answer:** 2
|
|
158
|
+
|
|
159
|
+
**Explanation:** James said: ეს ქალაქი ძალიან ლამაზია — "This city is very beautiful." ეს = this, ქალაქი = city, ძალიან = very, ლამაზი = beautiful, -ია = is.
|
|
160
|
+
|
|
161
|
+
:::
|
|
162
|
+
|
|
163
|
+
:::exercise{id="ka-read-05-vocab-recognition" type="matching" title="Story Vocabulary" skill="word-recognition" objectiveId="obj-read-05-story-vocab"}
|
|
164
|
+
|
|
165
|
+
**Question:** Match the Georgian past tense verb to its English meaning
|
|
166
|
+
|
|
167
|
+
- წავიდა
|
|
168
|
+
- დაბრუნდა
|
|
169
|
+
- ნახა
|
|
170
|
+
- თქვა
|
|
171
|
+
- ჩამოვიდა
|
|
172
|
+
|
|
173
|
+
**Answer:**
|
|
174
|
+
|
|
175
|
+
- წავიდა → went
|
|
176
|
+
- დაბრუნდა → returned
|
|
177
|
+
- ნახა → saw
|
|
178
|
+
- თქვა → said
|
|
179
|
+
- ჩამოვიდა → came / arrived
|
|
180
|
+
|
|
181
|
+
**Explanation:** These are common past tense verb forms (3rd person singular). In Georgian past tense, many verbs end in -ა. These five verbs — go, return, see, say, come — are the backbone of narrative storytelling in Georgian.
|
|
182
|
+
|
|
183
|
+
:::
|
|
184
|
+
|
|
185
|
+
## What's Next
|
|
186
|
+
|
|
187
|
+
In Lesson 6, you will read practical documents — addresses, forms, and written information you encounter in everyday Georgian life.
|
|
188
|
+
`;
|
|
189
|
+
export {
|
|
190
|
+
n as default
|
|
191
|
+
};
|
|
192
|
+
//# sourceMappingURL=lesson-05-VfiWFnKX.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lesson-05-VfiWFnKX.js","sources":["../src/syllabi/reading/lessons/lesson-05.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: georgian-reading-lesson-05\\ntitle: \\\"გაკვეთილი 5 — მოკლე მოთხრობები (Simple Stories)\\\"\\ndescription: \\\"Reading short narrative paragraphs in Georgian — 3-4 sentences with comprehension\\\"\\norder: 5\\nparentId: georgian-reading\\ndifficulty: intermediate\\ncefrLevel: A2\\ncategories:\\n - reading\\n - narrative\\n - comprehension\\nmetadata:\\n estimatedTime: 35\\n prerequisites:\\n - georgian-reading-lesson-04\\n learningObjectives:\\n - id: obj-read-05-read-narrative\\n description: \\\"Read a short narrative paragraph in Georgian\\\"\\n skill: text-decoding\\n - id: obj-read-05-narrative-comprehension\\n description: \\\"Understand who, what, and where in a short Georgian story\\\"\\n skill: reading-comprehension\\n - id: obj-read-05-story-vocab\\n description: \\\"Recognize narrative vocabulary including common verbs and time words\\\"\\n skill: word-recognition\\n---\\n\\n# გაკვეთილი 5 (Lesson 5) — Simple Stories\\n\\n## Introduction\\n\\nThis lesson introduces continuous text — connected sentences that tell a simple story. Reading a narrative requires more than decoding individual words: you need to track who is doing what, and follow the sequence of events. Georgian narratives follow clear patterns that become recognizable with practice.\\n\\n## Narrative Vocabulary\\n\\n:::vocabulary-set{id=\\\"ka-read-05-narrative\\\" title=\\\"Narrative Words\\\"}\\n\\n::vocab-item{id=\\\"dila\\\" word=\\\"დილა\\\" pronunciation=\\\"di-la\\\" meaning=\\\"morning\\\"}\\n\\n::vocab-item{id=\\\"saghamo\\\" word=\\\"საღამო\\\" pronunciation=\\\"sa-gha-mo\\\" meaning=\\\"evening\\\"}\\n\\n::vocab-item{id=\\\"wagavida\\\" word=\\\"წავიდა\\\" pronunciation=\\\"tsa-vi-da\\\" meaning=\\\"went (3rd person singular past)\\\"}\\n\\n::vocab-item{id=\\\"dabrunda\\\" word=\\\"დაბრუნდა\\\" pronunciation=\\\"da-brun-da\\\" meaning=\\\"returned (3rd person singular past)\\\"}\\n\\n::vocab-item{id=\\\"naxva\\\" word=\\\"ნახა\\\" pronunciation=\\\"na-kha\\\" meaning=\\\"saw (3rd person singular past)\\\"}\\n\\n::vocab-item{id=\\\"tqva\\\" word=\\\"თქვა\\\" pronunciation=\\\"tqva\\\" meaning=\\\"said (3rd person singular past)\\\"}\\n\\n::vocab-item{id=\\\"gaxsnila\\\" word=\\\"შემდეგ\\\" pronunciation=\\\"shem-deg\\\" meaning=\\\"then / next\\\"}\\n\\n:::\\n\\n## Story 1: ნინო Goes to the Market\\n\\nRead the following story carefully:\\n\\n---\\n\\n**ნინო ბაზარში**\\n\\nდილით ნინო ბაზარში წავიდა. ის ბოსტნეულს ყიდულობდა. ნინომ პომიდვრები და კიტრი იყიდა. შემდეგ სახლში დაბრუნდა.\\n\\n---\\n\\n**Transliteration:**\\n\\nDi-lit ni-no ba-zar-shi tsa-vi-da. Is bost-neu-ls yi-du-lob-da. Ni-nom po-mid-vre-bi da kit-ri i-yi-da. Shem-deg sakh-lshi da-brun-da.\\n\\n**Translation:**\\n\\nIn the morning, Nino went to the market. She was buying vegetables. Nino bought tomatoes and cucumber. Then she returned home.\\n\\n:::vocabulary-set{id=\\\"ka-read-05-story1\\\" title=\\\"Story 1 Vocabulary\\\"}\\n\\n::vocab-item{id=\\\"dilitsa\\\" word=\\\"დილით\\\" pronunciation=\\\"di-lit\\\" meaning=\\\"in the morning\\\"}\\n\\n::vocab-item{id=\\\"bostneulis\\\" word=\\\"ბოსტნეული\\\" pronunciation=\\\"bost-neu-li\\\" meaning=\\\"vegetables\\\"}\\n\\n::vocab-item{id=\\\"pomidvrebi\\\" word=\\\"პომიდვრები\\\" pronunciation=\\\"po-mid-vre-bi\\\" meaning=\\\"tomatoes (plural)\\\"}\\n\\n::vocab-item{id=\\\"kitri\\\" word=\\\"კიტრი\\\" pronunciation=\\\"kit-ri\\\" meaning=\\\"cucumber\\\"}\\n\\n::vocab-item{id=\\\"sakhlshi\\\" word=\\\"სახლში\\\" pronunciation=\\\"sakh-lshi\\\" meaning=\\\"at home / to home\\\"}\\n\\n:::\\n\\n## Story 2: The Guest in Tbilisi\\n\\n---\\n\\n**სტუმარი თბილისში**\\n\\nჯეიმსი ინგლისიდანაა. ის პირველად თბილისში ჩამოვიდა. ჯეიმსმა ძველი ქალაქი ნახა. მან თქვა: \\\"ეს ქალაქი ძალიან ლამაზია!\\\"\\n\\n---\\n\\n**Transliteration:**\\n\\nJei-msi in-gli-si-da-na-a. Is pir-ve-lad tbi-lis-shi cha-mo-vi-da. Jeim-sma dzve-li qa-la-qi na-kha. Man tqva: \\\"Es qa-la-qi dza-li-an la-ma-zi-a!\\\"\\n\\n**Translation:**\\n\\nJames is from England. He came to Tbilisi for the first time. James saw the Old Town. He said: \\\"This city is very beautiful!\\\"\\n\\n:::vocabulary-set{id=\\\"ka-read-05-story2\\\" title=\\\"Story 2 Vocabulary\\\"}\\n\\n::vocab-item{id=\\\"pirveland\\\" word=\\\"პირველად\\\" pronunciation=\\\"pir-ve-lad\\\" meaning=\\\"for the first time\\\"}\\n\\n::vocab-item{id=\\\"chamovida\\\" word=\\\"ჩამოვიდა\\\" pronunciation=\\\"cha-mo-vi-da\\\" meaning=\\\"came / arrived (3rd person singular past)\\\"}\\n\\n::vocab-item{id=\\\"dzalian\\\" word=\\\"ძალიან\\\" pronunciation=\\\"dza-li-an\\\" meaning=\\\"very / really\\\"}\\n\\n::vocab-item{id=\\\"lamazi\\\" word=\\\"ლამაზი\\\" pronunciation=\\\"la-ma-zi\\\" meaning=\\\"beautiful\\\"}\\n\\n:::\\n\\n## Reading Strategy: Track the Subject\\n\\nIn Georgian narratives, the subject (who is doing the action) is often marked on the verb rather than stated explicitly. Look for:\\n- **ვ-** prefix: first person (I did...)\\n- **-ა** or **-ს** suffix changes: marks person and tense\\n- When a proper name appears, it is the subject\\n\\n## Cultural Note: Georgian Storytelling Tradition\\n\\nGeorgia has a rich oral storytelling tradition, reflected in its literature. The epic poem **ვეფხისტყაოსანი** (The Knight in the Panther's Skin) by Shota Rustaveli, written in the 12th century, remains central to Georgian cultural identity. Every Georgian schoolchild memorizes passages from it. The tradition of storytelling around the table during a supra (feast) is also very much alive today.\\n\\n## Practice Exercises\\n\\n:::exercise{id=\\\"ka-read-05-story-decode\\\" type=\\\"fill-in-blank\\\" title=\\\"Read Story 1\\\" skill=\\\"text-decoding\\\" objectiveId=\\\"obj-read-05-read-narrative\\\"}\\n\\n**Question:** Read Story 1 and fill in the blanks in the English translation\\n\\nNino went to the ___ in the morning. She was buying ___. She bought ___ and cucumber. Then she returned ___.\\n\\n**Answer:**\\n\\nmarket / vegetables / tomatoes / home\\n\\n**Explanation:** ბაზარი = market, ბოსტნეული = vegetables, პომიდვრები = tomatoes, სახლში = home/to home. Reading for content means extracting these key facts from the narrative.\\n\\n:::\\n\\n:::exercise{id=\\\"ka-read-05-comprehension\\\" type=\\\"multiple-choice\\\" title=\\\"Story 2 Comprehension\\\" skill=\\\"reading-comprehension\\\" objectiveId=\\\"obj-read-05-narrative-comprehension\\\"}\\n\\n**Question:** In Story 2, what did James say about Tbilisi?\\n\\n**Options:**\\n- The city is very far from England\\n- The city is very beautiful\\n- The market is very good\\n- He wants to return home\\n\\n**Answer:** 2\\n\\n**Explanation:** James said: ეს ქალაქი ძალიან ლამაზია — \\\"This city is very beautiful.\\\" ეს = this, ქალაქი = city, ძალიან = very, ლამაზი = beautiful, -ია = is.\\n\\n:::\\n\\n:::exercise{id=\\\"ka-read-05-vocab-recognition\\\" type=\\\"matching\\\" title=\\\"Story Vocabulary\\\" skill=\\\"word-recognition\\\" objectiveId=\\\"obj-read-05-story-vocab\\\"}\\n\\n**Question:** Match the Georgian past tense verb to its English meaning\\n\\n- წავიდა\\n- დაბრუნდა\\n- ნახა\\n- თქვა\\n- ჩამოვიდა\\n\\n**Answer:**\\n\\n- წავიდა → went\\n- დაბრუნდა → returned\\n- ნახა → saw\\n- თქვა → said\\n- ჩამოვიდა → came / arrived\\n\\n**Explanation:** These are common past tense verb forms (3rd person singular). In Georgian past tense, many verbs end in -ა. These five verbs — go, return, see, say, come — are the backbone of narrative storytelling in Georgian.\\n\\n:::\\n\\n## What's Next\\n\\nIn Lesson 6, you will read practical documents — addresses, forms, and written information you encounter in everyday Georgian life.\\n\""],"names":["lesson05"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
const e = `---
|
|
2
|
+
type: lesson
|
|
3
|
+
id: georgian-grammar-lesson-06
|
|
4
|
+
title: "გაკვეთილი 6 — წყვეტილი (Aorist Past Tense)"
|
|
5
|
+
description: "The aorist: Georgian's most common past tense, with ergative case shift"
|
|
6
|
+
order: 6
|
|
7
|
+
parentId: georgian-grammar
|
|
8
|
+
difficulty: intermediate
|
|
9
|
+
cefrLevel: A2
|
|
10
|
+
categories:
|
|
11
|
+
- grammar
|
|
12
|
+
- verbs
|
|
13
|
+
- past-tense
|
|
14
|
+
metadata:
|
|
15
|
+
estimatedTime: 35
|
|
16
|
+
prerequisites:
|
|
17
|
+
- georgian-grammar-lesson-05
|
|
18
|
+
learningObjectives:
|
|
19
|
+
- id: obj-06-aorist-apply
|
|
20
|
+
description: "Form aorist past tense sentences using ergative subjects"
|
|
21
|
+
skill: pattern-application
|
|
22
|
+
- id: obj-06-aorist-recognize
|
|
23
|
+
description: "Recognize aorist verb forms and ergative subjects in sentences"
|
|
24
|
+
skill: pattern-recognition
|
|
25
|
+
- id: obj-06-aorist-order
|
|
26
|
+
description: "Correctly arrange ergative subjects and nominative objects in past sentences"
|
|
27
|
+
skill: word-order
|
|
28
|
+
---
|
|
29
|
+
|
|
30
|
+
# გაკვეთილი 6 (Lesson 6) — The Aorist (Past Tense)
|
|
31
|
+
|
|
32
|
+
## Introduction
|
|
33
|
+
|
|
34
|
+
Georgian has several past tenses, but the **aorist** (წყვეტილი, tsqvetili — literally "the cut one") is the most commonly used. It expresses a completed action in the past, similar to the English simple past ("I wrote," "she read," "they ate").
|
|
35
|
+
|
|
36
|
+
The aorist brings together what you learned in Lessons 3 and 5: the **ergative case** for transitive subjects, and a new set of verb endings.
|
|
37
|
+
|
|
38
|
+
## How the Aorist Is Formed
|
|
39
|
+
|
|
40
|
+
For transitive verbs (verbs with an object), the aorist follows this pattern:
|
|
41
|
+
|
|
42
|
+
1. The **subject** takes the **ergative case** (-მა)
|
|
43
|
+
2. The **object** shifts to the **nominative case** (-ი)
|
|
44
|
+
3. The **verb** takes aorist endings (typically no ვ- prefix; instead, different endings apply)
|
|
45
|
+
|
|
46
|
+
Compare present and aorist:
|
|
47
|
+
|
|
48
|
+
| Tense | Georgian | Transliteration | Meaning |
|
|
49
|
+
|-------|----------|-----------------|---------|
|
|
50
|
+
| Present | კაცი წიგნს კითხულობს | katsi tsigns kitxulobs | The man reads a book |
|
|
51
|
+
| Aorist | კაცმა წიგნი წაიკითხა | katsma tsigni tsaikitxa | The man read a book |
|
|
52
|
+
|
|
53
|
+
Notice: the subject კაცი becomes კაცმა (ergative), the object წიგნს becomes წიგნი (nominative), and the verb changes form.
|
|
54
|
+
|
|
55
|
+
## Aorist Verb Forms: to Write (წერა)
|
|
56
|
+
|
|
57
|
+
| Person | Georgian | Transliteration | Meaning |
|
|
58
|
+
|--------|----------|-----------------|---------|
|
|
59
|
+
| I | მე დავწერე | me davtseré | I wrote |
|
|
60
|
+
| you | შენ დაწერე | shen datseré | you wrote |
|
|
61
|
+
| he/she | ის დაწერა | is datserа | he/she wrote |
|
|
62
|
+
| we | ჩვენ დავწერეთ | chven davtserét | we wrote |
|
|
63
|
+
| you pl | თქვენ დაწერეთ | tkven datserét | you (pl) wrote |
|
|
64
|
+
| they | ისინი დაწერეს | isini datserés | they wrote |
|
|
65
|
+
|
|
66
|
+
Key patterns:
|
|
67
|
+
- The prefix **და-** (da-) is a common **preverb** (a directional/aspect prefix that helps form the aorist)
|
|
68
|
+
- First person singular ends in **-ე** (e)
|
|
69
|
+
- Third person singular ends in **-ა** (a)
|
|
70
|
+
- Plural forms use **-ეთ** and **-ეს**
|
|
71
|
+
|
|
72
|
+
## Common Aorist Examples
|
|
73
|
+
|
|
74
|
+
:::vocabulary-set{id="ka-gram-06-aorist" title="Common Aorist Verb Forms"}
|
|
75
|
+
|
|
76
|
+
::vocab-item{id="daavtsera" word="დაწერა" pronunciation="da-tse-ra" meaning="(he/she) wrote"}
|
|
77
|
+
|
|
78
|
+
::vocab-item{id="tsaikitxa" word="წაიკითხა" pronunciation="tsa-i-ki-txa" meaning="(he/she) read (completed)"}
|
|
79
|
+
|
|
80
|
+
::vocab-item{id="shechama" word="შეჭამა" pronunciation="she-cha-ma" meaning="(he/she) ate (up)"}
|
|
81
|
+
|
|
82
|
+
::vocab-item{id="dasva" word="დასვა" pronunciation="da-sva" meaning="(he/she) drank (completed)"}
|
|
83
|
+
|
|
84
|
+
::vocab-item{id="nakhva" word="დაინახა" pronunciation="da-i-na-xa" meaning="(he/she) saw"}
|
|
85
|
+
|
|
86
|
+
:::
|
|
87
|
+
|
|
88
|
+
## Full Sentences in the Aorist
|
|
89
|
+
|
|
90
|
+
| Georgian | Transliteration | Meaning |
|
|
91
|
+
|----------|-----------------|---------|
|
|
92
|
+
| კაცმა წერილი დაწერა | katsma tserili daтsera | The man wrote a letter |
|
|
93
|
+
| ქალმა წიგნი წაიკითხა | kalma tsigni tsaikitxa | The woman read a book |
|
|
94
|
+
| ბავშვმა პური შეჭამა | bavshvma puri shechama | The child ate (the) bread |
|
|
95
|
+
| მე ფილმი ვნახე | me pilmi vnakhe | I saw the film |
|
|
96
|
+
| ჩვენ სახლი ვიყიდეთ | chven sakhli vikhidet | We bought a house |
|
|
97
|
+
|
|
98
|
+
## Practice Exercises
|
|
99
|
+
|
|
100
|
+
:::exercise{id="ka-gram-06-aorist-apply" type="fill-in-blank" title="Form the Aorist" skill="pattern-application" objectiveId="obj-06-aorist-apply"}
|
|
101
|
+
|
|
102
|
+
**Question:** Complete each sentence with the correct aorist verb form
|
|
103
|
+
|
|
104
|
+
1. მე წერილი ___ (დაწერა — I wrote a letter)
|
|
105
|
+
2. ის წიგნი ___ (წაიკითხა — he read the book)
|
|
106
|
+
3. ჩვენ ფილმი ___ (ვნახე — we saw the film)
|
|
107
|
+
|
|
108
|
+
**Answer:**
|
|
109
|
+
|
|
110
|
+
1. მე წერილი **დავწერე** (first person singular aorist of write)
|
|
111
|
+
2. ის წიგნი **წაიკითხა** (third person singular aorist of read)
|
|
112
|
+
3. ჩვენ ფილმი **ვნახეთ** (first person plural aorist of see)
|
|
113
|
+
|
|
114
|
+
**Explanation:** In the aorist, first person singular typically ends in -ე (e). Third person singular ends in -ა (a). First person plural uses -ეთ. Note that the subject pronoun (მე, ის, ჩვენ) stays in normal form for intransitive — but for transitive verbs in past, the full noun subject takes -მა.
|
|
115
|
+
|
|
116
|
+
:::
|
|
117
|
+
|
|
118
|
+
:::exercise{id="ka-gram-06-aorist-recognize" type="matching" title="Identify Tense and Case" skill="pattern-recognition" objectiveId="obj-06-aorist-recognize"}
|
|
119
|
+
|
|
120
|
+
**Question:** For each sentence, identify whether it is present or aorist, and whether the subject is nominative or ergative
|
|
121
|
+
|
|
122
|
+
- კაცი წიგნს კითხულობს
|
|
123
|
+
- კაცმა წიგნი წაიკითხა
|
|
124
|
+
- ქალი მიდის
|
|
125
|
+
- ქალმა სახლი იყიდა
|
|
126
|
+
|
|
127
|
+
**Answer:**
|
|
128
|
+
|
|
129
|
+
- კაცი წიგნს კითხულობს → Present; subject კაცი is nominative (-ი)
|
|
130
|
+
- კაცმა წიგნი წაიკითხა → Aorist; subject კაცმა is ergative (-მა)
|
|
131
|
+
- ქალი მიდის → Present; subject ქალი is nominative (-ი; intransitive verb)
|
|
132
|
+
- ქალმა სახლი იყიდა → Aorist; subject ქალმა is ergative (-მა)
|
|
133
|
+
|
|
134
|
+
**Explanation:** Present tense transitive verbs keep the subject in nominative. Aorist transitive verbs shift the subject to ergative (-მა). Intransitive verbs always use nominative regardless of tense.
|
|
135
|
+
|
|
136
|
+
:::
|
|
137
|
+
|
|
138
|
+
:::exercise{id="ka-gram-06-aorist-order" type="multiple-choice" title="Correct Aorist Sentence" skill="word-order" objectiveId="obj-06-aorist-order"}
|
|
139
|
+
|
|
140
|
+
**Question:** Which sentence correctly expresses "The woman wrote the letter" in the aorist?
|
|
141
|
+
|
|
142
|
+
**Options:**
|
|
143
|
+
- ქალი წერილი დაწერა
|
|
144
|
+
- ქალმა წერილს დაწერა
|
|
145
|
+
- ქალმა წერილი დაწერა
|
|
146
|
+
- ქალი წერილს დაწერა
|
|
147
|
+
|
|
148
|
+
**Answer:** 3
|
|
149
|
+
|
|
150
|
+
**Explanation:** In the aorist with a transitive verb, the subject takes the ergative (-მა): **ქალმა**. The object shifts to nominative (-ი): **წერილი** (not წერილს which is dative). Option 3 has both correct: ergative subject and nominative object.
|
|
151
|
+
|
|
152
|
+
:::
|
|
153
|
+
|
|
154
|
+
## What's Next
|
|
155
|
+
|
|
156
|
+
In Lesson 7, you will learn how to ask questions and form negatives in Georgian — essential tools for real conversation.
|
|
157
|
+
`;
|
|
158
|
+
export {
|
|
159
|
+
e as default
|
|
160
|
+
};
|
|
161
|
+
//# sourceMappingURL=lesson-06-B247Ezo8.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lesson-06-B247Ezo8.js","sources":["../src/syllabi/grammar/lessons/lesson-06.mdx?raw"],"sourcesContent":["export default \"---\\ntype: lesson\\nid: georgian-grammar-lesson-06\\ntitle: \\\"გაკვეთილი 6 — წყვეტილი (Aorist Past Tense)\\\"\\ndescription: \\\"The aorist: Georgian's most common past tense, with ergative case shift\\\"\\norder: 6\\nparentId: georgian-grammar\\ndifficulty: intermediate\\ncefrLevel: A2\\ncategories:\\n - grammar\\n - verbs\\n - past-tense\\nmetadata:\\n estimatedTime: 35\\n prerequisites:\\n - georgian-grammar-lesson-05\\n learningObjectives:\\n - id: obj-06-aorist-apply\\n description: \\\"Form aorist past tense sentences using ergative subjects\\\"\\n skill: pattern-application\\n - id: obj-06-aorist-recognize\\n description: \\\"Recognize aorist verb forms and ergative subjects in sentences\\\"\\n skill: pattern-recognition\\n - id: obj-06-aorist-order\\n description: \\\"Correctly arrange ergative subjects and nominative objects in past sentences\\\"\\n skill: word-order\\n---\\n\\n# გაკვეთილი 6 (Lesson 6) — The Aorist (Past Tense)\\n\\n## Introduction\\n\\nGeorgian has several past tenses, but the **aorist** (წყვეტილი, tsqvetili — literally \\\"the cut one\\\") is the most commonly used. It expresses a completed action in the past, similar to the English simple past (\\\"I wrote,\\\" \\\"she read,\\\" \\\"they ate\\\").\\n\\nThe aorist brings together what you learned in Lessons 3 and 5: the **ergative case** for transitive subjects, and a new set of verb endings.\\n\\n## How the Aorist Is Formed\\n\\nFor transitive verbs (verbs with an object), the aorist follows this pattern:\\n\\n1. The **subject** takes the **ergative case** (-მა)\\n2. The **object** shifts to the **nominative case** (-ი)\\n3. The **verb** takes aorist endings (typically no ვ- prefix; instead, different endings apply)\\n\\nCompare present and aorist:\\n\\n| Tense | Georgian | Transliteration | Meaning |\\n|-------|----------|-----------------|---------|\\n| Present | კაცი წიგნს კითხულობს | katsi tsigns kitxulobs | The man reads a book |\\n| Aorist | კაცმა წიგნი წაიკითხა | katsma tsigni tsaikitxa | The man read a book |\\n\\nNotice: the subject კაცი becomes კაცმა (ergative), the object წიგნს becomes წიგნი (nominative), and the verb changes form.\\n\\n## Aorist Verb Forms: to Write (წერა)\\n\\n| Person | Georgian | Transliteration | Meaning |\\n|--------|----------|-----------------|---------|\\n| I | მე დავწერე | me davtseré | I wrote |\\n| you | შენ დაწერე | shen datseré | you wrote |\\n| he/she | ის დაწერა | is datserа | he/she wrote |\\n| we | ჩვენ დავწერეთ | chven davtserét | we wrote |\\n| you pl | თქვენ დაწერეთ | tkven datserét | you (pl) wrote |\\n| they | ისინი დაწერეს | isini datserés | they wrote |\\n\\nKey patterns:\\n- The prefix **და-** (da-) is a common **preverb** (a directional/aspect prefix that helps form the aorist)\\n- First person singular ends in **-ე** (e)\\n- Third person singular ends in **-ა** (a)\\n- Plural forms use **-ეთ** and **-ეს**\\n\\n## Common Aorist Examples\\n\\n:::vocabulary-set{id=\\\"ka-gram-06-aorist\\\" title=\\\"Common Aorist Verb Forms\\\"}\\n\\n::vocab-item{id=\\\"daavtsera\\\" word=\\\"დაწერა\\\" pronunciation=\\\"da-tse-ra\\\" meaning=\\\"(he/she) wrote\\\"}\\n\\n::vocab-item{id=\\\"tsaikitxa\\\" word=\\\"წაიკითხა\\\" pronunciation=\\\"tsa-i-ki-txa\\\" meaning=\\\"(he/she) read (completed)\\\"}\\n\\n::vocab-item{id=\\\"shechama\\\" word=\\\"შეჭამა\\\" pronunciation=\\\"she-cha-ma\\\" meaning=\\\"(he/she) ate (up)\\\"}\\n\\n::vocab-item{id=\\\"dasva\\\" word=\\\"დასვა\\\" pronunciation=\\\"da-sva\\\" meaning=\\\"(he/she) drank (completed)\\\"}\\n\\n::vocab-item{id=\\\"nakhva\\\" word=\\\"დაინახა\\\" pronunciation=\\\"da-i-na-xa\\\" meaning=\\\"(he/she) saw\\\"}\\n\\n:::\\n\\n## Full Sentences in the Aorist\\n\\n| Georgian | Transliteration | Meaning |\\n|----------|-----------------|---------|\\n| კაცმა წერილი დაწერა | katsma tserili daтsera | The man wrote a letter |\\n| ქალმა წიგნი წაიკითხა | kalma tsigni tsaikitxa | The woman read a book |\\n| ბავშვმა პური შეჭამა | bavshvma puri shechama | The child ate (the) bread |\\n| მე ფილმი ვნახე | me pilmi vnakhe | I saw the film |\\n| ჩვენ სახლი ვიყიდეთ | chven sakhli vikhidet | We bought a house |\\n\\n## Practice Exercises\\n\\n:::exercise{id=\\\"ka-gram-06-aorist-apply\\\" type=\\\"fill-in-blank\\\" title=\\\"Form the Aorist\\\" skill=\\\"pattern-application\\\" objectiveId=\\\"obj-06-aorist-apply\\\"}\\n\\n**Question:** Complete each sentence with the correct aorist verb form\\n\\n1. მე წერილი ___ (დაწერა — I wrote a letter)\\n2. ის წიგნი ___ (წაიკითხა — he read the book)\\n3. ჩვენ ფილმი ___ (ვნახე — we saw the film)\\n\\n**Answer:**\\n\\n1. მე წერილი **დავწერე** (first person singular aorist of write)\\n2. ის წიგნი **წაიკითხა** (third person singular aorist of read)\\n3. ჩვენ ფილმი **ვნახეთ** (first person plural aorist of see)\\n\\n**Explanation:** In the aorist, first person singular typically ends in -ე (e). Third person singular ends in -ა (a). First person plural uses -ეთ. Note that the subject pronoun (მე, ის, ჩვენ) stays in normal form for intransitive — but for transitive verbs in past, the full noun subject takes -მა.\\n\\n:::\\n\\n:::exercise{id=\\\"ka-gram-06-aorist-recognize\\\" type=\\\"matching\\\" title=\\\"Identify Tense and Case\\\" skill=\\\"pattern-recognition\\\" objectiveId=\\\"obj-06-aorist-recognize\\\"}\\n\\n**Question:** For each sentence, identify whether it is present or aorist, and whether the subject is nominative or ergative\\n\\n- კაცი წიგნს კითხულობს\\n- კაცმა წიგნი წაიკითხა\\n- ქალი მიდის\\n- ქალმა სახლი იყიდა\\n\\n**Answer:**\\n\\n- კაცი წიგნს კითხულობს → Present; subject კაცი is nominative (-ი)\\n- კაცმა წიგნი წაიკითხა → Aorist; subject კაცმა is ergative (-მა)\\n- ქალი მიდის → Present; subject ქალი is nominative (-ი; intransitive verb)\\n- ქალმა სახლი იყიდა → Aorist; subject ქალმა is ergative (-მა)\\n\\n**Explanation:** Present tense transitive verbs keep the subject in nominative. Aorist transitive verbs shift the subject to ergative (-მა). Intransitive verbs always use nominative regardless of tense.\\n\\n:::\\n\\n:::exercise{id=\\\"ka-gram-06-aorist-order\\\" type=\\\"multiple-choice\\\" title=\\\"Correct Aorist Sentence\\\" skill=\\\"word-order\\\" objectiveId=\\\"obj-06-aorist-order\\\"}\\n\\n**Question:** Which sentence correctly expresses \\\"The woman wrote the letter\\\" in the aorist?\\n\\n**Options:**\\n- ქალი წერილი დაწერა\\n- ქალმა წერილს დაწერა\\n- ქალმა წერილი დაწერა\\n- ქალი წერილს დაწერა\\n\\n**Answer:** 3\\n\\n**Explanation:** In the aorist with a transitive verb, the subject takes the ergative (-მა): **ქალმა**. The object shifts to nominative (-ი): **წერილი** (not წერილს which is dative). Option 3 has both correct: ergative subject and nominative object.\\n\\n:::\\n\\n## What's Next\\n\\nIn Lesson 7, you will learn how to ask questions and form negatives in Georgian — essential tools for real conversation.\\n\""],"names":["lesson06"],"mappings":"AAAA,MAAAA,IAAe;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
|