feat(curriculum): Add A1 Chinese Chapter 3 Module 2 Block 1 (#63078)

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
miyaliu666
2025-11-01 22:33:10 +08:00
committed by GitHub
parent 4d4cdca1e6
commit 6c440e2f78
35 changed files with 1639 additions and 124 deletions
@@ -1,58 +0,0 @@
---
id: 68fa368bcc58a1c226c1972a
title: "Dialogue 1: I'm Tom"
challengeType: 21
dashedName: dialogue-1-im-tom
---
# --description--
Watch the video below to understand the context of the upcoming lessons.
# --assignment--
Watch the video.
# --scene--
```json
{
"setup": {
"background": "chaos.png",
"characters": [
{
"character": "David",
"position": {"x":50,"y":80,"z":8},
"opacity": 0
}
],
"audio": {
"filename": "1.1-1.mp3",
"startTime": 1,
"startTimestamp": 5.7,
"finishTimestamp": 6.48
}
},
"commands": [
{
"character": "David",
"opacity": 1,
"startTime": 0
},
{
"character": "David",
"startTime": 1,
"finishTime": 0.78,
"dialogue": {
"text": "I'm Tom.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 1.28
}
]
}
```
@@ -0,0 +1,56 @@
---
id: 6904b3933a383d68ec0e5f0d
title: Task 1
challengeType: 19
dashedName: task-1
---
<!-- (Audio) Wang Hua: 你好,我是王华,请问你叫什么名字?(nǐ hǎo wǒ shì Wang Hua qǐng wèn nǐ jiào shén me míng zi) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
How does Wang Hua politely ask a question?
## --answers--
She says `我是王华 (wǒ shì Wang Hua)` to introduce herself.
### --feedback--
This is her self-introduction, not how she begins the question.
---
She says `你好 (nǐ hǎo)` to start the question.
### --feedback--
This is just a greeting, not a polite way to begin a question.
---
She says `你好 (nǐ hǎo)` to greet and then uses `请问 (qǐng wèn)` to start the question.
---
She says `什么 (shén me)` to ask the question.
### --feedback--
That is part of the question, but not how she politely begins it.
## --video-solution--
3
# --explanation--
`请问 (qǐng wèn)` means "excuse me". It's often used at the start of a question to sound polite. For example:
`请问你是刘明吗?(qǐng wèn nǐ shì Liu Ming ma)` Excuse me, are you Liu Ming?
@@ -0,0 +1,42 @@
---
id: 6904bfa12f761c705b37b377
title: Task 2
challengeType: 22
dashedName: task-2
---
<!-- (Audio) Wang Hua: 你好,我是王华,请问你叫什么名字?(nǐ hǎo wǒ shì Wang Hua qǐng wèn nǐ jiào shén me míng zi) -->
# --description--
Wang Hua asks someone a question. She uses a word to refer to the other person.
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`你好,我是王华,请问BLANK叫什么名字?(nǐ hǎo wǒ shì Wang Hua qǐng wèn BLANK jiào shén me míng zi)`
## --blanks--
`你`
### --feedback--
This word means "you" and refers to someone you are speaking to.
---
`nǐ`
# --explanation--
`你 (nǐ)` means "you". It's used to talk directly to another person. For example:
`你是刘明吗?(nǐ shì Liu Ming ma)` Are you Liu Ming?
You've learned using `我 (wǒ)` to refer to yourself. Both `我 (wǒ)` and `你 (nǐ)` are **personal pronouns**, which means they are used to refer to people.
@@ -0,0 +1,40 @@
---
id: 6904c3aaa0b7a0757ffc4d2b
title: Task 3
challengeType: 22
dashedName: task-3
---
<!-- (Audio) Wang Hua: 你好,我是王华,请问你叫什么名字?(nǐ hǎo wǒ shì Wang Hua qǐng wèn nǐ jiào shén me míng zi) -->
# --description--
Wang Hua is asking someone their name. She uses a character that means "to be called" or "to be named".
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`你好,我是王华,请问你BLANK什么名字? (nǐ hǎo wǒ shì Wang Hua qǐng wèn nǐ BLANK shén me míng zi)`
## --blanks--
`叫`
### --feedback--
This character means "to be called" or "to be named".
---
`jiào`
# --explanation--
`叫 (jiào)` means "to be called". It's often used after a subject to introduce a name. For example:
`我叫王华。(wǒ jiào Wang Hua)` I am called Wang Hua.
@@ -0,0 +1,54 @@
---
id: 6904c51ee5d1fb78335b71bf
title: Task 4
challengeType: 19
dashedName: task-4
---
<!-- (Audio) Wang Hua: 你好,我是王华,请问你叫什么名字?(nǐ hǎo wǒ shì Wang Hua qǐng wèn nǐ jiào shén me míng zi) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What is Wang Hua asking about?
## --answers--
Someone's age
### --feedback--
She isn't asking how old the person is.
---
Someone's name
---
Someone's job
### --feedback--
She isn't asking what the person does for work.
---
Someone's country
### --feedback--
She isn't asking where the person is from.
## --video-solution--
2
# --explanation--
`什么名字 (shén me míng zi)` means "what name". `你叫什么名字?(nǐ jiào shén me míng zi)` means "what is your name?". Wang Hua is asking for the other person's name.
@@ -1,58 +0,0 @@
---
id: 68fa3c8c63fbb9e98e7c4d21
title: "Dialogue 1: I'm Tom"
challengeType: 21
dashedName: dialogue-1-im-tom
---
# --description--
Watch the video below to understand the context of the upcoming lessons.
# --assignment--
Watch the video.
# --scene--
```json
{
"setup": {
"background": "chaos.png",
"characters": [
{
"character": "David",
"position": {"x":50,"y":80,"z":8},
"opacity": 0
}
],
"audio": {
"filename": "1.1-1.mp3",
"startTime": 1,
"startTimestamp": 5.7,
"finishTimestamp": 6.48
}
},
"commands": [
{
"character": "David",
"opacity": 1,
"startTime": 0
},
{
"character": "David",
"startTime": 1,
"finishTime": 0.78,
"dialogue": {
"text": "I'm Tom.",
"align": "center"
}
},
{
"character": "Tom",
"opacity": 0,
"startTime": 1.28
}
]
}
```
@@ -0,0 +1,58 @@
---
id: 68fde5aae5c365188e109f1a
title: Task 1
challengeType: 19
dashedName: task-1
---
<!-- (Audio) Wang Hua: 你好,我是王华。(nǐ hǎo wǒ shì wáng huá) -->
# --description--
Wang Hua is using a common greeting. You've learned it in previous lessons.
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What word does Wang Hua use to say "hello"?
## --answers--
`你好 (nǐ hǎo)`
---
`早上好 (zǎo shàng hǎo)`
### --feedback--
This means "good morning", but Wang Hua's greeting is not time-specific.
---
`谢谢 (xiè xie)`
### --feedback--
This means "thank you", not a greeting.
---
`您好 (nín hǎo)`
### --feedback--
This means "hello" in a more formal way, often used to show respect.
## --video-solution--
1
# --explanation--
`你好 (nǐ hǎo)` means "hello". It's a standard and polite greeting used in most situations when meeting someone.
@@ -0,0 +1,58 @@
---
id: 68fde7d178ecf21c4ca19597
title: Task 2
challengeType: 19
dashedName: task-2
---
<!-- (Audio) Wang Hua: 你好,我是王华。(nǐ hǎo wǒ shì wáng huá) -->
# --description--
Wang Hua is introducing her name. You've learned in previous lessons how to say "I am..." in Chinese.
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What phrase does Wang Hua use to introduce her name?
## --answers--
`你好 (nǐ hǎo)`
### --feedback--
This means "hello", not an introduction.
---
`我是 (wǒ shì)`
---
`请问 (qǐng wèn)`
### --feedback--
This means "may I ask", and is often used to politely ask a question.
---
`什么 (shén me)`
### --feedback--
This means "what", and is used to ask questions about things.
## --video-solution--
2
# --explanation--
The phrase `我是 (wǒ shì)` is used to introduce one's name. For example, `我是王华 (wǒ shì Wáng Huá)` means "I am Wang Hua".
@@ -0,0 +1,54 @@
---
id: 68fde9137e03cd1ea40a672b
title: Task 3
challengeType: 19
dashedName: task-3
---
<!-- (Audio) Wang Hua: 请问 (qǐng wèn) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option is the correct Pinyin for what Wang Hua says?
## --answers--
`qíng wèn`
### --feedback--
The tone of the first syllable doesn't match how Wang Hua says the word.
---
`qǐng wèn`
---
`qǐn wèn`
### --feedback--
The first syllable's final is different from what Wang Hua says.
---
`qíng wěn`
### --feedback--
Both tones sound different from what you hear in the audio.
## --video-solution--
2
# --explanation--
Wang Hua is saying `qǐng wèn`. The first syllable has a nasal final `ng` and the third tone, while the second syllable has the fourth tone.
@@ -0,0 +1,36 @@
---
id: 68fe153a6494282327edcb3a
title: Task 4
challengeType: 22
dashedName: task-4
---
<!-- (Audio) Wang Hua: 请问 (qǐng wèn) -->
# --description--
Wang Hua wants to politely ask someone's name. She uses a word before asking a question to show respect.
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`BLANK`
## --blanks--
`请问 (qǐng wèn)`
### --feedback--
This word means "excuse me", and is used to politely introduce a question.
# --explanation--
`请问 (qǐng wèn)` literally means "may I ask". It's a polite way to start a question and similar to saying "excuse me" or "please" before asking a question in English. You use it when you want to be respectful or formal. For example:
`请问,你叫什么名字?(qǐng wèn nǐ jiào shén me míng zì)` - Excuse me, what is your name?
@@ -0,0 +1,54 @@
---
id: 68fe222654ed3a27dca71523
title: Task 5
challengeType: 19
dashedName: task-5
---
<!-- (Audio) Wang Hua: 请问 (qǐng wèn) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which word does Wang Hua use to begin her question in a polite way?
## --answers--
`你好 (nǐ hǎo)`
### --feedback--
This means "hello", not a polite phrase for starting a question.
---
`请 (qǐng)`
### --feedback--
This means "please", not the word used to make the question polite.
---
`请问 (qǐng wèn)`
---
`问 (wèn)`
### --feedback--
This means "to ask", and it's the verb used in the question.
## --video-solution--
3
# --explanation--
Wang Hua uses `请问 (qǐng wèn)` to politely start her question. This word means "excuse me" and is commonly used in Chinese to show respect when asking questions.
@@ -0,0 +1,56 @@
---
id: 68fe24240970a329b3a49dcf
title: Task 6
challengeType: 19
dashedName: task-6
---
<!-- (Audio) Wang Hua: 什么 (shén me) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option shows the correct Pinyin for what Wang Hua says?
## --answers--
`shén ma`
### --feedback--
The second syllable uses the wrong final.
---
`shén mè`
### --feedback--
The second syllable here has a tone mark, which is not what Wang Hua says.
---
`sén me`
### --feedback--
The first syllable uses the wrong initial.
`shén me`
## --video-solution--
4
# --explanation--
Wang Hua is saying `shén me`.
The first syllable uses `sh` as the initial, which is pronounced by curling the tongue back slightly.
The second syllable has a neutral tone. As you learned in previous lessons, it should be pronounced lightly.
@@ -0,0 +1,36 @@
---
id: 68fe27f120a1443005dfa6ef
title: Task 7
challengeType: 22
dashedName: task-7
---
<!-- (Audio) Wang Hua: 什么 (shén me) -->
# --description--
Wang Hua is asking "what". It's often used in questions to ask for unknown information.
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`BLANK`
## --blanks--
`什么 (shén me)`
### --feedback--
This word means "what" and is used to ask questions in Chinese.
# --explanation--
`什么 (shén me)` means "what". It's commonly used to ask for unknown information, such as a name, an object, or an action. For example:
`你叫什么名字?(nǐ jiào shén me míng zì)` What's your name?
@@ -0,0 +1,55 @@
---
id: 68fe2a172c224732e94e794e
title: Task 8
challengeType: 19
dashedName: task-8
---
<!-- (Audio) Wang Hua: 什么 (shén me) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What does Wang Hua want to know?
## --answers--
How
### --feedback--
This word for "how" in Chinese is `怎么 (zěn me)`.
---
When
### --feedback--
The word for "when" in Chinese is `什么时候 (shén me shí hou)`.
---
What
---
Where
### --feedback--
The word for "where" in Chinese is `哪里 (nǎ lǐ)`.
## --video-solution--
3
# --explanation--
Wang Hua is asking "what" by saying `什么 (shén me)`. This word is used to inquire about things or information.
@@ -0,0 +1,54 @@
---
id: 68feee5abac0c3186f90b3ad
title: Task 9
challengeType: 19
dashedName: task-9
---
<!-- (Audio) Wang Hua: 名字 (míng zi) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option is the correct Pinyin for what Wang Hua says?
## --answers--
`míng zi`
---
`mǐng zi`
### --feedback--
The tone of the first syllable doesn't match what you hear in the audio.
---
`mín zi`
### --feedback--
The final of the first syllable is not what she says.
---
`míng zhī`
### --feedback--
The initial of the second syllable is different from what you hear in the audio.
## --video-solution--
1
# --explanation--
Wang Hua is saying `míng zi`. The first syllable uses a nasal final `ng` and has a rising tone. The second syllable uses the `z` initial and a neutral tone, pronounced lightly.
@@ -0,0 +1,38 @@
---
id: 68ff2a79deb01d26232dd443
title: Task 10
challengeType: 22
dashedName: task-10
---
<!-- (Audio) Wang Hua: 名字 (míng zi) -->
# --description--
Wang Hua is asking about someone's name. It refers to what a person is called.
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`BLANK`
## --blanks--
`名字 (míng zi)`
### --feedback--
This word means "name".
# --explanation--
`名字 (míng zi)` means "name". It generally refers to a person's full name, including both the family name (surname) and the given name (first name). For example:
`我的名字是刘明。(wǒ de míng zi shì Liu Ming.)` - My name is Liu Ming.
In specific contexts, `名字 (míng zi)` can refer only to the given name. This happens when it is contrasted with `姓 (xìng)` (surname), such as on a form with separate fields for `姓 (xìng)` and `名字 (míng zi)`.
@@ -0,0 +1,54 @@
---
id: 68ff2d04fb3c282dda60e058
title: Task 11
challengeType: 19
dashedName: task-11
---
<!-- (Audio) Wang Hua: 名字 (míng zi) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What is Wang Hua talking about?
## --answers--
age
### --feedback--
She is not talking about how old someone is.
---
family name
### --feedback--
It sounds similar, but she is not specifically referring to a family name.
---
name
---
time
### --feedback--
The word for time in Chinese is `时间 (shí jiān)`, which is different from what Wang Hua says.
## --video-solution--
3
# --explanation--
`名字 (míng zi)` means "name". It's used to talk about what someone is called. And it refers to the full name or given name, not a family name.
@@ -0,0 +1,54 @@
---
id: 68ff2f84ead1d3375939b4e5
title: Task 12
challengeType: 19
dashedName: task-12
---
<!-- (Audio) Liu Ming: 我叫 (wǒ jiào) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option shows the correct Pinyin for what the speaker says?
## --answers--
`wō jiào`
### --feedback--
The first syllable's tone doesn't match what you hear in the audio.
---
`wǒ jiào`
---
`wǒ jiāo`
### --feedback--
The second syllable's tone is different from what he says.
---
`wǒ zhào`
### --feedback--
The initial of the second syllable is not what you hear in the audio.
## --video-solution--
2
# --explanation--
Liu Ming is saying `wǒ jiào`. The first syllable has a falling-rising tone. The initial of the second syllable might be mistaken as `zh`, but it's actually `j`, and it has a falling tone.
@@ -0,0 +1,60 @@
---
id: 68ff3278cc6799419f5d94ac
title: Task 13
challengeType: 19
dashedName: task-13
---
<!-- (Audio) Liu Ming: 我叫 (wǒ jiào) -->
# --description--
Liu Ming is introducing his name. He uses a specific word to say how he is called.
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What word does Liu Ming use to introduce his name?
## --answers--
`我是 (wǒ shì)`
### --feedback--
This means "I am". It's a way to introduce oneself, but not the one used here.
---
`名字 (míng zi)`
### --feedback--
This means "name", which is not mentioned in this audio.
---
`我叫 (wǒ jiào)`
---
`你是 (nǐ shì)`
### --feedback--
This means "you are", which is not used by Liu Ming here.
## --video-solution--
3
# --explanation--
`我叫 (wǒ jiào)` means "I'm called...". `我 (wǒ)` means "I", and `叫 (jiào)` means "to be called". It's used when telling someone your name. For example:
`我叫刘明。(wǒ jiào Liu Ming.)` I'm called Liu Ming. Or, my name is Liu Ming.
@@ -0,0 +1,54 @@
---
id: 690326cb038d85c5ce71548b
title: Task 14
challengeType: 19
dashedName: task-14
---
<!-- (Audio) Liu Ming: 不是 (bù shì) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option is the correct Pinyin for what Liu Ming says?
## --answers--
`bú shì`
### --feedback--
The tone of the first syllable sounds like it's rising, but it actually should be falling.
---
`bù shì`
---
`bū shì`
### --feedback--
The first syllable's tone doesn't match what Liu Ming says.
---
`bù sì`
### --feedback--
The initial of the second syllable should be pronounced with tongue tip curled back.
## --video-solution--
2
# --explanation--
Liu Ming is saying `bù shì`. The first syllable sounds like it's the second tone, but it's actually the fourth tone because of the tone sandhi of `不 (bù)`.
@@ -0,0 +1,29 @@
---
id: 69032acee355bfd2ac9aaa8b
title: Task 16
challengeType: 24
dashedName: task-16
---
# --description--
## Tone Sandhi of `不 (bù)`
`不 (bù)` means "no" or "not". When it is followed by a syllable which is in the first, second or the third tone, it remains in the fourth tone.
However, when `不 (bù)` is followed by a syllable which is in the fourth tone, it changes to the second tone.
This tone change is a natural adjustment in speech to make pronunciation smoother.
### Examples
| Written | Pronounced as |
|------------|----------------|
| `bù néng` | `bù néng` |
| `bù xiǎng` | `bù xiǎng` |
| `bù shì` | `bú shì` |
| `bù huì` | `bú huì` |
# --assignment--
Listen to the audio and read the example syllables.
@@ -0,0 +1,38 @@
---
id: 69032b02d8af07d4ccb87878
title: Task 15
challengeType: 22
dashedName: task-15
---
<!-- (Audio) Liu Ming: 不是 (bù shì) -->
# --description--
Liu Ming is using a common negative word to say "is not".
# --instructions--
Listen to the audio and complete the sentence below.
# --fillInTheBlank--
## --sentence--
`BLANK`
## --blanks--
`不是 (bù shì)`
### --feedback--
This word means "is not", and is used to make a negative statement.
# --explanation--
`不是 (bù shì)` means "is not". It combines `不 (bù)` meaning "no" or "not" and `是 (shì)` meaning "to be".
It can be used to negate things like identity, existence, and classification. For example:
`我不是开发者。(wǒ bù shì kāi fā zhě.)` I am not a developer.
@@ -0,0 +1,54 @@
---
id: 6903633745955bf0ee46241e
title: Task 17
challengeType: 19
dashedName: task-17
---
<!-- (Audio) Liu Ming: 不是 (bù shì) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which word does Liu Ming use to express something negative?
## --answers--
`是 (shì)`
### --feedback--
This means "to be". Liu Ming is actually negating this word in the audio.
---
`不 (bù)`
### --feedback--
This means "not", but Liu Ming uses a two-syllable phrase to say something negative.
---
`不是 (bù shì)`
---
`没有 (méi yǒu)`
### --feedback--
This means "don't have" or "there isn't". It's a different kind of negation.
## --video-solution--
3
# --explanation--
Liu Ming is expressing something negative by using the word `不是 (bù shì)`, which means "is not".
@@ -0,0 +1,54 @@
---
id: 69036e3fe77299f6329f63b1
title: Task 18
challengeType: 19
dashedName: task-18
---
<!-- (Audio) Liu Ming: 是的 (shì de) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option is the correct Pinyin for what Liu Ming says?
## --answers--
`shì dé`
### --feedback--
The tone of the second syllable doesn't match what Liu Ming says.
---
`shì de`
---
`sì de`
### --feedback--
The initial of the first syllable should be pronounced with the tongue tip curled back.
---
`shī de`
### --feedback--
The first syllable here has a high-level tone, but Liu Ming says it with a falling tone.
## --video-solution--
2
# --explanation--
Liu Ming is saying `shì de`. The first syllable has a fourth tone, and the second syllable is in the neutral tone, making the word sound gentle and affirmative.
@@ -0,0 +1,58 @@
---
id: 69036f99ad9730fb9f52fbd7
title: Task 19
challengeType: 19
dashedName: task-19
---
<!-- (Audio) Liu Ming: 是的 (shì de) -->
# --description--
Liu Ming is confirming something. He uses a word that means "yes" or "that's right".
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which word does Liu Ming use to say "yes"?
## --answers--
`好的 (hǎo de)`
### --feedback--
This means "okay" or "alright", not exactly "yes".
---
`是的 (shì de)`
---
`没错 (méi cuò)`
### --feedback--
This means "that's right", but it's not the word Liu Ming uses here.
---
`有的 (yǒu de)`
### --feedback--
This means "there is" or "some", not an expression of agreement.
## --video-solution--
2
# --explanation--
`是的 (shì de)` means "yes" or "thats right". It's used to agree with someone or to confirm that something is true. For example, when someone ask if you're a designer, you can respond `是的 (shì de)` to mean "yes, I am".
@@ -0,0 +1,60 @@
---
id: 6903732ab781cd06bcc48e65
title: Task 20
challengeType: 19
dashedName: task-20
---
<!-- (Audio) Liu Ming: UI 设计师 (shè jì shī) -->
# --description--
Liu Ming is mentioning a profession that designs the look and layout of products to make them easy and pleasant to use.
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What profession does Liu Ming mention in the audio?
## --answers--
`工程师 (gōng chéng shī)`
### --feedback--
This means "engineer", but Liu Ming mentions a different design-related profession.
---
`分析师 (fēn xī shī)`
### --feedback--
This means "analyst", not the profession you hear in the audio.
---
`UI 设计师 (shè jì shī)` UI designer
---
`开发者 (kāi fā zhě)`
### --feedback--
This means "developer", but Liu Ming is talking about a job in design.
## --video-solution--
3
# --explanation--
`UI` stands for "user interface", which refers to the visual elements of a product that users interact with. `设计师 (shè jì shī)` means "designer". Together, `UI 设计师 (shè jì shī)` means a profession that focuses on designing user interfaces. For example:
`我是 UI 设计师。(wǒ shì UI shè jì shī.)` I am a UI designer.
@@ -0,0 +1,60 @@
---
id: 69047100b053581306cc0ea6
title: Task 21
challengeType: 19
dashedName: task-21
---
<!-- (Audio) Wang Hua: Web 开发者 (kāi fā zhě) -->
# --description--
Wang Hua is mentioning a profession that involves creating and maintaining websites.
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What profession is Wang Hua mentioning?
## --answers--
`数据分析师 (shù jù fēn xī shī)`
### --feedback--
This means "data analyst", but Wang Hua is talking about a developer role.
---
`Web 开发者 (kāi fā zhě)`
---
`软件开发者 (ruǎn jiàn kāi fā zhě)`
### --feedback--
This means "software developer", which is related but not exactly what Wang Hua says.
---
`UI 设计师 (shè jì shī)`
### --feedback--
This means "UI designer", which is a different profession from what Wang Hua mentions.
## --video-solution--
2
# --explanation--
`Web` means "world wide web", referring to websites and online applications. `开发者 (kāi fā zhě)` means "developer" or "creator". Together, `Web 开发者 (kāi fā zhě)` means a profession that focuses on building and maintaining websites or web applications. For example:
`我是 Web 开发者。(wǒ shì Web kāi fā zhě.)` I am a web developer.
@@ -0,0 +1,54 @@
---
id: 6904787b353094361fa40602
title: Task 22
challengeType: 19
dashedName: task-22
---
<!-- (Audio) Liu Ming: 高兴 (gāo xìng) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option is the correct Pinyin for what Liu Ming says?
## --answers--
`gāo xìng`
---
`gǎo xìng`
### --feedback--
The first syllable's tone should not be falling-rising.
---
`gāo xìn`
### --feedback--
The second syllable's final should not end with `n`.
---
`hāo xìng`
### --feedback--
The initial of the first syllable is not what Liu Ming says.
## --video-solution--
1
# --explanation--
Liu Ming is saying `gāo xìng`. The first syllable has a high-level tone, and the second syllable has a falling tone.
@@ -0,0 +1,60 @@
---
id: 69047aeda515f23a281c05db
title: Task 23
challengeType: 19
dashedName: task-23
---
<!-- (Audio) Liu Ming: 高兴 (gāo xìng) -->
# --description--
Liu Ming is expressing his emotion. He uses a word that means "happy" or "glad".
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What word does Liu Ming use to express he is feeling happy?
## --answers--
`开心 (kāi xīn)`
### --feedback--
This means "happy", but Liu Ming uses a different expression.
---
`生气 (shēng qì)`
### --feedback--
This means "angry", while Liu Ming is expressing a pleasant emotion.
---
`高兴 (gāo xìng)`
---
`害怕 (hài pà)`
### --feedback--
This means "afraid", but Liu Ming is talking about a positive feeling.
## --video-solution--
3
# --explanation--
`高兴 (gāo xìng)` means "happy" or "glad". It's used to express a positive emotion. For example:
`我很高兴。(wǒ hěn gāo xìng.)` I am very happy.
@@ -0,0 +1,54 @@
---
id: 690482fabc9a6a4064e7feb8
title: Task 24
challengeType: 19
dashedName: task-24
---
<!-- (Audio) Liu Ming: 认识 (rèn shi) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option is the correct Pinyin for what Liu Ming says?
## --answers--
`rēn shì`
### --feedback--
Both tones are different from what Liu Ming says.
---
`rèn shì`
### --feedback--
The second syllable's tone doesn't match the light, neutral sound you hear in the audio.
---
`rèn shi`
---
`rěn shí`
### --feedback--
Both syllables' tones are different from what Liu Ming says.
## --video-solution--
3
# --explanation--
Liu Ming is saying `rèn shi`. The first syllable has a falling tone, and the second syllable is in the neutral tone, making the word sound light and gentle.
@@ -0,0 +1,60 @@
---
id: 6904850796159a43815677a5
title: Task 25
challengeType: 19
dashedName: task-25
---
<!-- (Audio) Liu Ming: 认识 (rèn shi) -->
# --description--
Liu Ming is saying "to know someone" in Chinese.
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What word does Liu Ming use to say "to know someone"?
## --answers--
`学习 (xué xí)`
### --feedback--
This means "to study".
---
`认识 (rèn shi)`
---
`开发 (kāi fā)`
### --feedback--
This means "to develop".
---
`分析 (fēn xī)`
### --feedback--
This means "to analyze", but Liu Ming is expressing knowing someone, not analyzing them.
## --video-solution--
2
# --explanation--
`认识 (rèn shi)` means "to know someone" or "to be acquainted with". It's often used when meeting people or talking about familiarity. For example:
`很高兴认识你!(hěn gāo xìng rèn shi nǐ)` Nice to meet you!
@@ -0,0 +1,54 @@
---
id: 69048d2c2a38f645783bc897
title: Task 26
challengeType: 19
dashedName: task-26
---
<!-- (Audio) Wang Hua: 我也是 (wǒ yě shì) -->
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
Which option is the correct Pinyin for what Wang Hua says?
## --answers--
`wǒ yé shì`
### --feedback--
The tone of the second syllable doesn't match what Wang Hua says.
---
`wǒ yě shì`
---
`wǒ yě sì`
### --feedback--
The final of the third syllable is different.
---
`wǒ yè shì`
### --feedback--
The second syllable's tone doesn't match what Wang Hua says.
## --video-solution--
2
# --explanation--
Wang Hua is saying `wǒ yě shì`, The first and the second syllables have a falling-rising tone, and the third syllable has a falling tone.
@@ -0,0 +1,60 @@
---
id: 69048f15e325034acb5fe1dc
title: Task 27
challengeType: 19
dashedName: task-27
---
<!-- (Audio) Wang Hua: 我也是 (wǒ yě shì) -->
# --description--
Wang Hua is using a common phrase to express agreement or similarity with someone else. It generally means "I am also..." or "me too".
# --instructions--
Listen to the audio and answer the question below.
# --questions--
## --text--
What phrase does Wang Hua use to say "me too"?
## --answers--
`我喜欢 (wǒ xǐ huan)`
### --feedback--
This means "I like", not what Wang Hua says.
---
`我好 (wǒ hǎo)`
### --feedback--
This means "I am good", not an expression of agreement.
---
`我也是 (wǒ yě shì)`
---
`我有 (wǒ yǒu)`
### --feedback--
This means "I have", not an expression of agreement.
## --video-solution--
3
# --explanation--
`我 (wǒ)` means "I", `也 (yě)` means "also" or "too", and `是 (shì)` means "to be". Together, they form a phrase `我也是 (wǒ yě shì)` that naturally expresses agreement or similarity in conversations.
For example, when someone says "I am a designer", you can respond with `我也是 (wǒ yě shì)` to mean "I am also a designer".
@@ -5,10 +5,10 @@
"helpCategory": "English",
"blockLayout": "dialogue-grid",
"challengeOrder": [
{
"id": "68fa368bcc58a1c226c1972a",
"title": "Dialogue 1: I'm Tom"
}
{ "id": "6904b3933a383d68ec0e5f0d", "title": "Task 1" },
{ "id": "6904bfa12f761c705b37b377", "title": "Task 2" },
{ "id": "6904c3aaa0b7a0757ffc4d2b", "title": "Task 3" },
{ "id": "6904c51ee5d1fb78335b71bf", "title": "Task 4" }
],
"blockLabel": "learn"
}
@@ -5,10 +5,33 @@
"helpCategory": "English",
"blockLayout": "dialogue-grid",
"challengeOrder": [
{
"id": "68fa3c8c63fbb9e98e7c4d21",
"title": "Dialogue 1: I'm Tom"
}
{ "id": "68fde5aae5c365188e109f1a", "title": "Task 1" },
{ "id": "68fde7d178ecf21c4ca19597", "title": "Task 2" },
{ "id": "68fde9137e03cd1ea40a672b", "title": "Task 3" },
{ "id": "68fe153a6494282327edcb3a", "title": "Task 4" },
{ "id": "68fe222654ed3a27dca71523", "title": "Task 5" },
{ "id": "68fe24240970a329b3a49dcf", "title": "Task 6" },
{ "id": "68fe27f120a1443005dfa6ef", "title": "Task 7" },
{ "id": "68fe2a172c224732e94e794e", "title": "Task 8" },
{ "id": "68feee5abac0c3186f90b3ad", "title": "Task 9" },
{ "id": "68ff2a79deb01d26232dd443", "title": "Task 10" },
{ "id": "68ff2d04fb3c282dda60e058", "title": "Task 11" },
{ "id": "68ff2f84ead1d3375939b4e5", "title": "Task 12" },
{ "id": "68ff3278cc6799419f5d94ac", "title": "Task 13" },
{ "id": "690326cb038d85c5ce71548b", "title": "Task 14" },
{ "id": "69032b02d8af07d4ccb87878", "title": "Task 15" },
{ "id": "69032acee355bfd2ac9aaa8b", "title": "Task 16" },
{ "id": "6903633745955bf0ee46241e", "title": "Task 17" },
{ "id": "69036e3fe77299f6329f63b1", "title": "Task 18" },
{ "id": "69036f99ad9730fb9f52fbd7", "title": "Task 19" },
{ "id": "6903732ab781cd06bcc48e65", "title": "Task 20" },
{ "id": "69047100b053581306cc0ea6", "title": "Task 21" },
{ "id": "6904787b353094361fa40602", "title": "Task 22" },
{ "id": "69047aeda515f23a281c05db", "title": "Task 23" },
{ "id": "690482fabc9a6a4064e7feb8", "title": "Task 24" },
{ "id": "6904850796159a43815677a5", "title": "Task 25" },
{ "id": "69048d2c2a38f645783bc897", "title": "Task 26" },
{ "id": "69048f15e325034acb5fe1dc", "title": "Task 27" }
],
"blockLabel": "warm-up"
}