@syllst/ja 0.1.1 → 0.1.2

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.
Files changed (81) hide show
  1. package/dist/index.js +49 -14
  2. package/dist/syllabi/dialogue/index.d.ts +7 -0
  3. package/dist/syllabi/dialogue/index.js +43 -0
  4. package/dist/syllabi/dialogue/lessons/lesson-01.mdx.js +181 -0
  5. package/dist/syllabi/dialogue/lessons/lesson-02.mdx.js +193 -0
  6. package/dist/syllabi/dialogue/lessons/lesson-03.mdx.js +169 -0
  7. package/dist/syllabi/dialogue/lessons/lesson-04.mdx.js +182 -0
  8. package/dist/syllabi/dialogue/lessons/lesson-05.mdx.js +176 -0
  9. package/dist/syllabi/dialogue/lessons/lesson-06.mdx.js +167 -0
  10. package/dist/syllabi/dialogue/lessons/lesson-07.mdx.js +168 -0
  11. package/dist/syllabi/dialogue/lessons/lesson-08.mdx.js +200 -0
  12. package/dist/syllabi/essentials/index.d.ts +7 -0
  13. package/dist/syllabi/essentials/index.js +39 -0
  14. package/dist/syllabi/essentials/lessons/lesson-01.mdx.js +207 -0
  15. package/dist/syllabi/essentials/lessons/lesson-02.mdx.js +205 -0
  16. package/dist/syllabi/essentials/lessons/lesson-03.mdx.js +212 -0
  17. package/dist/syllabi/essentials/lessons/lesson-04.mdx.js +192 -0
  18. package/dist/syllabi/essentials/lessons/lesson-05.mdx.js +213 -0
  19. package/dist/syllabi/essentials/lessons/lesson-06.mdx.js +241 -0
  20. package/dist/syllabi/food/index.d.ts +7 -0
  21. package/dist/syllabi/food/index.js +43 -0
  22. package/dist/syllabi/food/lessons/lesson-01.mdx.js +170 -0
  23. package/dist/syllabi/food/lessons/lesson-02.mdx.js +178 -0
  24. package/dist/syllabi/food/lessons/lesson-03.mdx.js +189 -0
  25. package/dist/syllabi/food/lessons/lesson-04.mdx.js +180 -0
  26. package/dist/syllabi/food/lessons/lesson-05.mdx.js +164 -0
  27. package/dist/syllabi/food/lessons/lesson-06.mdx.js +179 -0
  28. package/dist/syllabi/food/lessons/lesson-07.mdx.js +193 -0
  29. package/dist/syllabi/food/lessons/lesson-08.mdx.js +188 -0
  30. package/dist/syllabi/katakana/index.d.ts +7 -0
  31. package/dist/syllabi/numbers/index.d.ts +7 -0
  32. package/dist/syllabi/numbers/index.js +37 -0
  33. package/dist/syllabi/numbers/lessons/lesson-01.mdx.js +190 -0
  34. package/dist/syllabi/numbers/lessons/lesson-02.mdx.js +194 -0
  35. package/dist/syllabi/numbers/lessons/lesson-03.mdx.js +197 -0
  36. package/dist/syllabi/numbers/lessons/lesson-04.mdx.js +215 -0
  37. package/dist/syllabi/numbers/lessons/lesson-05.mdx.js +227 -0
  38. package/dist/syllabi/travel/index.d.ts +7 -0
  39. package/dist/syllabi/travel/index.js +41 -0
  40. package/dist/syllabi/travel/lessons/lesson-01.mdx.js +156 -0
  41. package/dist/syllabi/travel/lessons/lesson-02.mdx.js +175 -0
  42. package/dist/syllabi/travel/lessons/lesson-03.mdx.js +177 -0
  43. package/dist/syllabi/travel/lessons/lesson-04.mdx.js +181 -0
  44. package/dist/syllabi/travel/lessons/lesson-05.mdx.js +162 -0
  45. package/dist/syllabi/travel/lessons/lesson-06.mdx.js +179 -0
  46. package/dist/syllabi/travel/lessons/lesson-07.mdx.js +194 -0
  47. package/package.json +31 -6
  48. package/src/syllabi/dialogue/lessons/lesson-01.mdx +177 -0
  49. package/src/syllabi/dialogue/lessons/lesson-02.mdx +189 -0
  50. package/src/syllabi/dialogue/lessons/lesson-03.mdx +165 -0
  51. package/src/syllabi/dialogue/lessons/lesson-04.mdx +178 -0
  52. package/src/syllabi/dialogue/lessons/lesson-05.mdx +172 -0
  53. package/src/syllabi/dialogue/lessons/lesson-06.mdx +163 -0
  54. package/src/syllabi/dialogue/lessons/lesson-07.mdx +164 -0
  55. package/src/syllabi/dialogue/lessons/lesson-08.mdx +196 -0
  56. package/src/syllabi/essentials/lessons/lesson-01.mdx +203 -0
  57. package/src/syllabi/essentials/lessons/lesson-02.mdx +201 -0
  58. package/src/syllabi/essentials/lessons/lesson-03.mdx +208 -0
  59. package/src/syllabi/essentials/lessons/lesson-04.mdx +188 -0
  60. package/src/syllabi/essentials/lessons/lesson-05.mdx +209 -0
  61. package/src/syllabi/essentials/lessons/lesson-06.mdx +237 -0
  62. package/src/syllabi/food/lessons/lesson-01.mdx +166 -0
  63. package/src/syllabi/food/lessons/lesson-02.mdx +174 -0
  64. package/src/syllabi/food/lessons/lesson-03.mdx +185 -0
  65. package/src/syllabi/food/lessons/lesson-04.mdx +176 -0
  66. package/src/syllabi/food/lessons/lesson-05.mdx +160 -0
  67. package/src/syllabi/food/lessons/lesson-06.mdx +175 -0
  68. package/src/syllabi/food/lessons/lesson-07.mdx +189 -0
  69. package/src/syllabi/food/lessons/lesson-08.mdx +184 -0
  70. package/src/syllabi/numbers/lessons/lesson-01.mdx +186 -0
  71. package/src/syllabi/numbers/lessons/lesson-02.mdx +190 -0
  72. package/src/syllabi/numbers/lessons/lesson-03.mdx +193 -0
  73. package/src/syllabi/numbers/lessons/lesson-04.mdx +211 -0
  74. package/src/syllabi/numbers/lessons/lesson-05.mdx +223 -0
  75. package/src/syllabi/travel/lessons/lesson-01.mdx +152 -0
  76. package/src/syllabi/travel/lessons/lesson-02.mdx +171 -0
  77. package/src/syllabi/travel/lessons/lesson-03.mdx +173 -0
  78. package/src/syllabi/travel/lessons/lesson-04.mdx +177 -0
  79. package/src/syllabi/travel/lessons/lesson-05.mdx +158 -0
  80. package/src/syllabi/travel/lessons/lesson-06.mdx +175 -0
  81. package/src/syllabi/travel/lessons/lesson-07.mdx +190 -0
@@ -0,0 +1,237 @@
1
+ ---
2
+ type: lesson
3
+ id: japanese-essentials-lesson-06
4
+ title: "だい 6 か — にちじょう かいわ"
5
+ description: "Daily Conversations: weather, time, simple questions and responses"
6
+ order: 6
7
+ parentId: japanese-essentials
8
+ difficulty: beginner
9
+ cefrLevel: A1
10
+ categories:
11
+ - conversation
12
+ - daily-life
13
+ - basics
14
+ metadata:
15
+ estimatedTime: 35
16
+ prerequisites:
17
+ - japanese-essentials-lesson-05
18
+ learningObjectives:
19
+ - id: obj-ja-ess-06-weather
20
+ description: "Talk about the weather using basic vocabulary"
21
+ skill: word-production
22
+ - id: obj-ja-ess-06-time
23
+ description: "Ask and tell the time"
24
+ skill: word-recognition
25
+ - id: obj-ja-ess-06-small-talk
26
+ description: "Carry out simple small talk exchanges"
27
+ skill: dialogue-comprehension
28
+ ---
29
+
30
+ # だい 6 か (Lesson 6) — Daily Conversations
31
+
32
+ ## Introduction
33
+
34
+ Daily conversation in Japanese often revolves around a small set of topics — the weather, how you are feeling, what time it is. These are the small exchanges that build relationships and make you feel at home in Japan. Mastering these patterns gives you the foundation for longer conversations.
35
+
36
+ ## Asking How Someone Is
37
+
38
+ :::vocabulary-set{id="ja-how-are-you" title="How Are You Expressions"}
39
+
40
+ ::vocab-item{id="ogenki-desu-ka" word="おげんきですか" pronunciation="o-genki desu ka" meaning="How are you? (Are you well?)"}
41
+
42
+ ::vocab-item{id="genki-desu" word="げんきです" pronunciation="genki desu" meaning="I am fine / I am well"}
43
+
44
+ ::vocab-item{id="maamaa-desu" word="まあまあです" pronunciation="maamaa desu" meaning="So-so / Not bad"}
45
+
46
+ ::vocab-item{id="sukoshi-tsukaremashita" word="すこしつかれました" pronunciation="sukoshi tsukaremashita" meaning="I am a little tired"}
47
+
48
+ :::
49
+
50
+ ## Weather Vocabulary
51
+
52
+ :::vocabulary-set{id="ja-weather" title="Weather Words"}
53
+
54
+ ::vocab-item{id="hare" word="はれ (晴れ)" pronunciation="hare" meaning="sunny / clear sky"}
55
+
56
+ ::vocab-item{id="kumori" word="くもり (曇り)" pronunciation="kumori" meaning="cloudy"}
57
+
58
+ ::vocab-item{id="ame" word="あめ (雨)" pronunciation="ame" meaning="rain"}
59
+
60
+ ::vocab-item{id="yuki" word="ゆき (雪)" pronunciation="yuki" meaning="snow"}
61
+
62
+ ::vocab-item{id="kaze" word="かぜ (風)" pronunciation="kaze" meaning="wind"}
63
+
64
+ ::vocab-item{id="atsui" word="あつい (暑い)" pronunciation="atsui" meaning="hot"}
65
+
66
+ ::vocab-item{id="samui" word="さむい (寒い)" pronunciation="samui" meaning="cold"}
67
+
68
+ ::vocab-item{id="suzushii" word="すずしい (涼しい)" pronunciation="suzushii" meaning="cool / refreshing"}
69
+
70
+ :::
71
+
72
+ ## Weather Phrases
73
+
74
+ | Japanese | Pronunciation | Meaning |
75
+ |----------|---------------|---------|
76
+ | きょうはいいてんきですね | kyou wa ii tenki desu ne | Nice weather today, isn't it? |
77
+ | あめがふっています | ame ga futte imasu | It is raining |
78
+ | さむいですね | samui desu ne | It's cold, isn't it? |
79
+ | あついですね | atsui desu ne | It's hot, isn't it? |
80
+ | てんきよほうは? | tenki yohou wa? | What's the weather forecast? |
81
+
82
+ ## Telling Time
83
+
84
+ | Japanese | Pronunciation | Meaning |
85
+ |----------|---------------|---------|
86
+ | いまなんじですか | ima nanji desu ka | What time is it now? |
87
+ | 〜じです | ~ ji desu | It is ~ o'clock |
88
+ | いちじです | ichi ji desu | It is 1 o'clock |
89
+ | ごじはんです | go ji han desu | It is 5:30 |
90
+ | ごぜん | gozen | AM / morning |
91
+ | ごご | gogo | PM / afternoon |
92
+
93
+ ### Hours and Half Hours
94
+
95
+ | Time | Japanese | Pronunciation |
96
+ |------|----------|---------------|
97
+ | 1:00 | いちじ | ichi ji |
98
+ | 2:00 | にじ | ni ji |
99
+ | 3:00 | さんじ | san ji |
100
+ | 6:30 | ろくじはん | roku ji han |
101
+ | 9:15 | きゅうじじゅうごふん | kyuu ji juu go fun |
102
+ | 12:00 | じゅうにじ | juuni ji |
103
+
104
+ ## Simple Small Talk Patterns
105
+
106
+ :::vocabulary-set{id="ja-small-talk" title="Small Talk Phrases"}
107
+
108
+ ::vocab-item{id="nihon-wa-dodesuka" word="にほんはどうですか" pronunciation="nihon wa dou desu ka" meaning="How is Japan (for you)?"}
109
+
110
+ ::vocab-item{id="tanoshii" word="たのしい!" pronunciation="tanoshii" meaning="Fun! / Enjoyable!"}
111
+
112
+ ::vocab-item{id="suki-desu" word="すきです" pronunciation="suki desu" meaning="I like it"}
113
+
114
+ ::vocab-item{id="muzukashii" word="むずかしい" pronunciation="muzukashii" meaning="difficult"}
115
+
116
+ ::vocab-item{id="omoshiroi" word="おもしろい" pronunciation="omoshiroi" meaning="interesting / fun"}
117
+
118
+ :::
119
+
120
+ ## Common Daily Exchanges
121
+
122
+ | Situation | Japanese | Meaning |
123
+ |-----------|----------|---------|
124
+ | Passing a neighbor | こんにちは、いいてんきですね | Hello, nice weather |
125
+ | Someone asks おげんきですか | はい、げんきです。あなたは? | Yes, I'm fine. And you? |
126
+ | Someone offers you food | いただきます! | I'll have some, thank you! |
127
+ | Leaving work/school | おつかれさまでした | Good work today (to colleagues) |
128
+ | Arriving at someone's home | おじゃまします | Excuse me for intruding |
129
+
130
+ ## Social Phrases
131
+
132
+ | Japanese | Pronunciation | Meaning |
133
+ |----------|---------------|---------|
134
+ | おつかれさまでした | otsukaresama deshita | Good work / You must be tired (to colleagues) |
135
+ | おじゃまします | ojama shimasu | Excuse me for disturbing / intruding |
136
+ | ただいま | tadaima | I'm home |
137
+ | おかえり | okaeri | Welcome home |
138
+ | いってきます | ittekimasu | I'm heading out (lit. I'll go and come back) |
139
+ | いってらっしゃい | itterasshai | Have a safe trip / See you later |
140
+
141
+ ## Sample Weather Conversation
142
+
143
+ > Aさん: きょうはいいてんきですね!
144
+ > (A: Nice weather today, isn't it!)
145
+
146
+ > Bさん: そうですね。でも、あしたはあめだそうです。
147
+ > (B: Yes, it is. But apparently it will rain tomorrow.)
148
+
149
+ > Aさん: そうですか。さむくなりますね。
150
+ > (A: Is that so? It will get cold then.)
151
+
152
+ > Bさん: ええ。かさをもってきたほうがいいですよ。
153
+ > (B: Yes. You'd better bring an umbrella.)
154
+
155
+ ## Cultural Note: ね (ne) and よ (yo)
156
+
157
+ Two small sentence-ending particles make your Japanese sound much more natural:
158
+
159
+ - **ね (ne)**: Seeks shared agreement. "It's cold, isn't it?" (さむいですね) invites the listener to agree — it is a bonding expression.
160
+ - **よ (yo)**: Asserts information the speaker knows but thinks the listener does not. "It will rain, you know" (あめですよ) is a friendly heads-up.
161
+
162
+ Using these particles is one of the quickest ways to make your Japanese sound less textbook-stiff.
163
+
164
+ ## Key Points
165
+
166
+ 1. **Weather small talk is universal**: きょうはいいてんきですね starts countless conversations
167
+ 2. **ね invites agreement**: Add it to observations to sound natural
168
+ 3. **いま なんじですか asks the time**: Reply with [number] じです
169
+ 4. **はん = half past**: ごじはん = 5:30, さんじはん = 3:30
170
+
171
+ ## Practice Exercises
172
+
173
+ :::exercise{id="ja-ess-06-weather-match" type="matching" title="Weather Vocabulary" skill="word-production" objectiveId="obj-ja-ess-06-weather"}
174
+
175
+ **Question:** Match each weather word to its meaning
176
+
177
+ - はれ
178
+ - くもり
179
+ - ゆき
180
+
181
+ **Answer:**
182
+
183
+ - はれ → sunny / clear
184
+ - くもり → cloudy
185
+ - ゆき → snow
186
+
187
+ **Explanation:** Japanese weather vocabulary is used extensively in small talk. はれ (sunny) and くもり (cloudy) are the most common, while ゆき (snow) and あめ (rain) describe precipitation.
188
+
189
+ :::
190
+
191
+ :::exercise{id="ja-ess-06-time-reading" type="fill-in-blank" title="Telling Time" skill="word-recognition" objectiveId="obj-ja-ess-06-time"}
192
+
193
+ **Question:** How do you say these times in Japanese?
194
+
195
+ 1. 3 o'clock
196
+ 2. 7:30
197
+ 3. What time is it now?
198
+
199
+ **Answer:**
200
+
201
+ 1. **さんじです** (san ji desu)
202
+ 2. **しちじはんです** (shichi ji han desu) or **ななじはんです** (nana ji han desu)
203
+ 3. **いまなんじですか** (ima nanji desu ka)
204
+
205
+ **Explanation:** Hours use the number + じ (ji). はん means "half past." なんじ (what o'clock) is the question form for asking the time.
206
+
207
+ :::
208
+
209
+ :::exercise{id="ja-ess-06-daily-exchange" type="multiple-choice" title="Daily Exchange" skill="dialogue-comprehension" objectiveId="obj-ja-ess-06-small-talk"}
210
+
211
+ **Question:** You arrive home and your family says おかえり. What is the natural response?
212
+
213
+ **Options:**
214
+ - いってきます
215
+ - いただきます
216
+ - ただいま
217
+ - おやすみなさい
218
+
219
+ **Answer:** 3
220
+
221
+ **Explanation:** ただいま is said by the person arriving home, while おかえり (or おかえりなさい) is the response from those already inside. These paired expressions are deeply embedded in Japanese family life and used every day.
222
+
223
+ :::
224
+
225
+ ## Congratulations!
226
+
227
+ You have completed the Japanese Essentials syllabus! You now have a survival toolkit for real-life Japanese situations — greetings, polite expressions, shopping, directions, dining, and daily conversation. Keep practicing by using these phrases in real or simulated situations every day.
228
+
229
+ **Review the 6 lessons:**
230
+ 1. Greetings & Introductions
231
+ 2. Polite Expressions
232
+ 3. Shopping & Numbers
233
+ 4. Asking Directions
234
+ 5. Restaurant & Food
235
+ 6. Daily Conversations
236
+
237
+ **Next steps:** Try the Japanese Numbers syllabus to build your counting and time-telling skills, or explore Hiragana to start reading the Japanese script.
@@ -0,0 +1,166 @@
1
+ ---
2
+ type: lesson
3
+ id: japanese-food-lesson-01
4
+ title: "だい 1 か — にほんの たべもの"
5
+ description: "Japanese Cuisine Overview: iconic dishes, food categories, and eating culture"
6
+ order: 1
7
+ parentId: japanese-food
8
+ difficulty: beginner
9
+ cefrLevel: A1
10
+ categories:
11
+ - food
12
+ - culture
13
+ - vocabulary
14
+ metadata:
15
+ estimatedTime: 30
16
+ prerequisites: []
17
+ learningObjectives:
18
+ - id: obj-ja-food-01-dishes
19
+ description: "Name at least 8 iconic Japanese dishes"
20
+ skill: word-recognition
21
+ - id: obj-ja-food-01-categories
22
+ description: "Categorize Japanese food into main types"
23
+ skill: word-production
24
+ - id: obj-ja-food-01-culture
25
+ description: "Understand basic Japanese food culture and etiquette"
26
+ skill: situational-response
27
+ ---
28
+
29
+ # だい 1 か (Lesson 1) — Japanese Cuisine Overview
30
+
31
+ ## Introduction
32
+
33
+ Japanese cuisine (にほんりょうり) is one of the most varied in the world, ranging from delicate raw fish to hearty noodle soups. This lesson introduces the most iconic Japanese dishes you will encounter.
34
+
35
+ ## Iconic Japanese Dishes
36
+
37
+ :::vocabulary-set{id="ja-food-01-iconic" title="Iconic Japanese Dishes"}
38
+
39
+ ::vocab-item{id="sushi" word="すし" pronunciation="sushi" meaning="Sushi — rice topped with fish or other ingredients"}
40
+
41
+ ::vocab-item{id="sashimi" word="さしみ" pronunciation="sashimi" meaning="Sashimi — thinly sliced raw fish"}
42
+
43
+ ::vocab-item{id="ramen" word="ラーメン" pronunciation="raamen" meaning="Ramen — wheat noodles in broth"}
44
+
45
+ ::vocab-item{id="tempura" word="てんぷら" pronunciation="tenpura" meaning="Tempura — lightly battered and deep-fried seafood or vegetables"}
46
+
47
+ ::vocab-item{id="tonkatsu" word="とんかつ" pronunciation="tonkatsu" meaning="Tonkatsu — breaded and fried pork cutlet"}
48
+
49
+ ::vocab-item{id="udon" word="うどん" pronunciation="udon" meaning="Udon — thick wheat noodles in broth"}
50
+
51
+ ::vocab-item{id="soba" word="そば" pronunciation="soba" meaning="Soba — thin buckwheat noodles"}
52
+
53
+ ::vocab-item{id="yakitori" word="やきとり" pronunciation="yakitori" meaning="Yakitori — grilled chicken skewers"}
54
+
55
+ :::
56
+
57
+ ## Food Categories
58
+
59
+ :::vocabulary-set{id="ja-food-01-categories" title="Food Category Words"}
60
+
61
+ ::vocab-item{id="ryouri" word="りょうり" pronunciation="ryouri" meaning="Cuisine / dish / cooking"}
62
+
63
+ ::vocab-item{id="sakana" word="さかな" pronunciation="sakana" meaning="Fish"}
64
+
65
+ ::vocab-item{id="niku" word="にく" pronunciation="niku" meaning="Meat"}
66
+
67
+ ::vocab-item{id="yasai" word="やさい" pronunciation="yasai" meaning="Vegetables"}
68
+
69
+ ::vocab-item{id="gohan" word="ごはん" pronunciation="gohan" meaning="Cooked rice / a meal"}
70
+
71
+ ::vocab-item{id="menrui" word="めんるい" pronunciation="menrui" meaning="Noodles (general)"}
72
+
73
+ :::
74
+
75
+ ## Key Food Culture Points
76
+
77
+ ### ごはん (gohan) — Rice and More
78
+
79
+ The word ごはん literally means "cooked rice" but is also used to mean "a meal" in general:
80
+
81
+ | Expression | Meaning |
82
+ |------------|---------|
83
+ | あさごはん | Breakfast (morning meal) |
84
+ | ひるごはん | Lunch (noon meal) |
85
+ | ばんごはん | Dinner (evening meal) |
86
+
87
+ ### Eating Etiquette
88
+
89
+ | Custom | Explanation |
90
+ |--------|-------------|
91
+ | いただきます | Said before eating — "I humbly receive" |
92
+ | ごちそうさまでした | Said after eating — "It was a feast" |
93
+ | はしを つかう | Using chopsticks — the standard utensil |
94
+ | さらに もる | Serving food to others before yourself |
95
+
96
+ ## Sample Conversation
97
+
98
+ **A**: にほんの たべもので、なにが すきですか?
99
+ (What Japanese food do you like?)
100
+
101
+ **B**: すしが だいすきです!
102
+ (I love sushi!)
103
+
104
+ **A**: ラーメンは?
105
+ (What about ramen?)
106
+
107
+ **B**: ラーメンも すきです。とくに とんこつラーメンが おいしいです。
108
+ (I like ramen too. Especially tonkotsu ramen is delicious.)
109
+
110
+ ## Practice Exercises
111
+
112
+ :::exercise{id="ja-food-01-match-dish" type="matching" title="Match Dish to Description" skill="word-recognition" objectiveId="obj-ja-food-01-dishes"}
113
+
114
+ **Question:** Match each dish to its description
115
+
116
+ - すし
117
+ - ラーメン
118
+ - てんぷら
119
+
120
+ **Answer:**
121
+
122
+ - すし → Rice topped with fish or ingredients
123
+ - ラーメン → Wheat noodles in broth
124
+ - てんぷら → Lightly battered deep-fried seafood or vegetables
125
+
126
+ **Explanation:** すし, ラーメン, and てんぷら are three of the most recognized Japanese dishes worldwide. Each has a distinct preparation method.
127
+
128
+ :::
129
+
130
+ :::exercise{id="ja-food-01-gohan" type="fill-in-blank" title="Meal Names" skill="word-production" objectiveId="obj-ja-food-01-categories"}
131
+
132
+ **Question:** Fill in the blank to complete each meal name:
133
+
134
+ 1. あさ___ (breakfast)
135
+ 2. ひる___ (lunch)
136
+ 3. ばん___ (dinner)
137
+
138
+ **Answer:**
139
+
140
+ 1. あさ**ごはん**
141
+ 2. ひる**ごはん**
142
+ 3. ばん**ごはん**
143
+
144
+ **Explanation:** ごはん means both "cooked rice" and "meal." Combined with time words, it forms the Japanese words for each daily meal.
145
+
146
+ :::
147
+
148
+ :::exercise{id="ja-food-01-etiquette" type="multiple-choice" title="Before or After?" skill="situational-response" objectiveId="obj-ja-food-01-culture"}
149
+
150
+ **Question:** Which expression do you say BEFORE eating?
151
+
152
+ **Options:**
153
+ - ごちそうさまでした
154
+ - いただきます
155
+ - すみません
156
+ - よろしくおねがいします
157
+
158
+ **Answer:** 2
159
+
160
+ **Explanation:** いただきます is said before eating to express gratitude for the meal. ごちそうさまでした is said after the meal to thank the cook or host.
161
+
162
+ :::
163
+
164
+ ## What's Next
165
+
166
+ In Lesson 2, you will learn taste vocabulary — how to describe whether food is delicious, sweet, spicy, or bitter.
@@ -0,0 +1,174 @@
1
+ ---
2
+ type: lesson
3
+ id: japanese-food-lesson-02
4
+ title: "だい 2 か — あじの ひょうげん"
5
+ description: "Taste Adjectives: おいしい, あまい, からい, and describing food"
6
+ order: 2
7
+ parentId: japanese-food
8
+ difficulty: beginner
9
+ cefrLevel: A1
10
+ categories:
11
+ - food
12
+ - adjectives
13
+ - vocabulary
14
+ metadata:
15
+ estimatedTime: 25
16
+ prerequisites:
17
+ - japanese-food-lesson-01
18
+ learningObjectives:
19
+ - id: obj-ja-food-02-taste
20
+ description: "Describe food using at least 6 taste adjectives"
21
+ skill: word-production
22
+ - id: obj-ja-food-02-opinion
23
+ description: "Express whether you like or dislike a food"
24
+ skill: situational-response
25
+ - id: obj-ja-food-02-adj-grammar
26
+ description: "Use い-adjectives to modify food nouns"
27
+ skill: pattern-application
28
+ ---
29
+
30
+ # だい 2 か (Lesson 2) — Taste Adjectives
31
+
32
+ ## Introduction
33
+
34
+ Describing food in Japanese relies on a set of い-adjectives (i-adjectives) for taste. These are among the most useful adjectives you will learn, as they apply to almost every eating situation.
35
+
36
+ ## Core Taste Adjectives
37
+
38
+ :::vocabulary-set{id="ja-food-02-taste" title="Taste Adjectives"}
39
+
40
+ ::vocab-item{id="oishii" word="おいしい" pronunciation="oishii" meaning="Delicious / tasty"}
41
+
42
+ ::vocab-item{id="mazui" word="まずい" pronunciation="mazui" meaning="Tastes bad / unpleasant"}
43
+
44
+ ::vocab-item{id="amai" word="あまい" pronunciation="amai" meaning="Sweet"}
45
+
46
+ ::vocab-item{id="karai" word="からい" pronunciation="karai" meaning="Spicy / hot"}
47
+
48
+ ::vocab-item{id="shoppai" word="しょっぱい" pronunciation="shoppai" meaning="Salty"}
49
+
50
+ ::vocab-item{id="suppai" word="すっぱい" pronunciation="suppai" meaning="Sour"}
51
+
52
+ ::vocab-item{id="nigai" word="にがい" pronunciation="nigai" meaning="Bitter"}
53
+
54
+ ::vocab-item{id="umami" word="うまみ" pronunciation="umami" meaning="Savory / umami — the fifth taste, rich and satisfying"}
55
+
56
+ :::
57
+
58
+ ## Additional Texture and Temperature Words
59
+
60
+ :::vocabulary-set{id="ja-food-02-texture" title="Texture and Temperature"}
61
+
62
+ ::vocab-item{id="atsui-food" word="あつい" pronunciation="atsui" meaning="Hot (temperature — for food and drinks)"}
63
+
64
+ ::vocab-item{id="tsumetai" word="つめたい" pronunciation="tsumetai" meaning="Cold (for food and drinks)"}
65
+
66
+ ::vocab-item{id="yawarakai" word="やわらかい" pronunciation="yawarakai" meaning="Soft / tender"}
67
+
68
+ ::vocab-item{id="katai" word="かたい" pronunciation="katai" meaning="Hard / tough"}
69
+
70
+ :::
71
+
72
+ ## Grammar: Using い-Adjectives with Food
73
+
74
+ Japanese い-adjectives attach directly before nouns:
75
+
76
+ | Pattern | Example | Translation |
77
+ |---------|---------|-------------|
78
+ | [adj] + [noun] + です | あまいケーキです | It is a sweet cake |
79
+ | [noun] + は + [adj] + です | このりょうりはからいです | This dish is spicy |
80
+ | [adj] + くない + です | あまくないです | It is not sweet |
81
+
82
+ ### Expressing Likes and Dislikes
83
+
84
+ | Expression | Meaning |
85
+ |------------|---------|
86
+ | 〜が すきです | I like ~ |
87
+ | 〜が だいすきです | I love ~ |
88
+ | 〜が きらいです | I dislike ~ |
89
+ | 〜が にがてです | I am not good with ~ / I find ~ difficult |
90
+
91
+ ## Common Food Descriptions
92
+
93
+ | Food | Typical Description |
94
+ |------|---------------------|
95
+ | すし | おいしい / うまみがある (umami-rich) |
96
+ | チョコレート | あまい (sweet) |
97
+ | わさび | からい (spicy/hot) |
98
+ | レモン | すっぱい (sour) |
99
+ | コーヒー | にがい (bitter) |
100
+ | しょうゆ | しょっぱい (salty) |
101
+
102
+ ## Sample Conversation
103
+
104
+ **A**: このラーメン、どうですか?
105
+ (How is this ramen?)
106
+
107
+ **B**: すごくおいしいです!でも、ちょっとからいです。
108
+ (It's very delicious! But it's a little spicy.)
109
+
110
+ **A**: からいのが すきじゃないんですか?
111
+ (Don't you like spicy things?)
112
+
113
+ **B**: からいのは にがてです。
114
+ (I'm not good with spicy things.)
115
+
116
+ ## Practice Exercises
117
+
118
+ :::exercise{id="ja-food-02-taste-match" type="matching" title="Match Taste to Food" skill="word-production" objectiveId="obj-ja-food-02-taste"}
119
+
120
+ **Question:** Match each food to its most common taste descriptor
121
+
122
+ - チョコレート
123
+ - わさび
124
+ - レモン
125
+ - コーヒー
126
+
127
+ **Answer:**
128
+
129
+ - チョコレート → あまい (sweet)
130
+ - わさび → からい (spicy)
131
+ - レモン → すっぱい (sour)
132
+ - コーヒー → にがい (bitter)
133
+
134
+ **Explanation:** Each taste adjective describes the dominant flavor of the food. These are the classic associations used in everyday Japanese conversation.
135
+
136
+ :::
137
+
138
+ :::exercise{id="ja-food-02-negation" type="fill-in-blank" title="Negating Adjectives" skill="pattern-application" objectiveId="obj-ja-food-02-adj-grammar"}
139
+
140
+ **Question:** Change each adjective to its negative form:
141
+
142
+ 1. あまい → ___ (not sweet)
143
+ 2. からい → ___ (not spicy)
144
+ 3. おいしい → ___ (not delicious)
145
+
146
+ **Answer:**
147
+
148
+ 1. あまい → **あまくない**
149
+ 2. からい → **からくない**
150
+ 3. おいしい → **おいしくない**
151
+
152
+ **Explanation:** い-adjectives are negated by dropping い and adding くない. This is a regular pattern that applies to all い-adjectives.
153
+
154
+ :::
155
+
156
+ :::exercise{id="ja-food-02-like-dislike" type="multiple-choice" title="Expressing Preference" skill="situational-response" objectiveId="obj-ja-food-02-opinion"}
157
+
158
+ **Question:** How do you say "I love sweet things" in Japanese?
159
+
160
+ **Options:**
161
+ - あまいのがきらいです
162
+ - あまいのがだいすきです
163
+ - あまいのがにがてです
164
+ - あまいのがまずいです
165
+
166
+ **Answer:** 2
167
+
168
+ **Explanation:** だいすき means "love" (stronger than すき). あまいの means "sweet things/stuff." Together, あまいのがだいすきです means "I love sweet things."
169
+
170
+ :::
171
+
172
+ ## What's Next
173
+
174
+ In Lesson 3, you will learn how to order food at a Japanese restaurant — from reading menus to asking for the bill.