mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
2.9 KiB
2.9 KiB
id, title, challengeType, dashedName, lang
| id | title | challengeType | dashedName | lang |
|---|---|---|---|---|
| 663bc54ed81cf4ff1b4af8a3 | Task 49 | 24 | task-49 | zh-CN |
--description--
To pronounce ch, place your tongue in the same curled-back position as for zh, with the tip lifted toward the hard palate. Build up a small amount of air pressure behind the tongue. Release the air with a noticeable burst, creating an aspirated sound that begins with a clear puff of air and then continues briefly with friction.
When ch combines with the finals a, e, and u, you get the syllables: cha, che, and chu.
Let's practice pronouncing these syllables, and then use cha in different tones as an example.
| Pinyin | Character |
|---|---|
chā |
插 |
chá |
茶 |
chǎ |
叉 |
chà |
刹 |
--assignment--
I've listened to the audio and practiced pronouncing the initial and syllables.
--scene--
{
"setup": {
"background": "company3-reception.png",
"characters": [
{
"character": "Wang Hua",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_pinyin_initials.mp3",
"startTime": 1,
"startTimestamp": 708.78,
"finishTimestamp": 724.7
}
},
"commands": [
{
"character": "Wang Hua",
"opacity": 1,
"startTime": 0
},
{
"character": "Wang Hua",
"startTime": 1,
"finishTime": 1.54,
"dialogue": {
"text": "ch",
"align": "center"
}
},
{
"character": "Wang Hua",
"startTime": 2.54,
"finishTime": 3.34,
"dialogue": {
"text": "cha",
"align": "center"
}
},
{
"character": "Wang Hua",
"startTime": 4.95,
"finishTime": 5.81,
"dialogue": {
"text": "che",
"align": "center"
}
},
{
"character": "Wang Hua",
"startTime": 6.81,
"finishTime": 7.58,
"dialogue": {
"text": "chu",
"align": "center"
}
},
{
"character": "Wang Hua",
"startTime": 9.12,
"finishTime": 10.04,
"dialogue": {
"text": "chā",
"align": "center"
}
},
{
"character": "Wang Hua",
"startTime": 11.08,
"finishTime": 12.07,
"dialogue": {
"text": "chá",
"align": "center"
}
},
{
"character": "Wang Hua",
"startTime": 13.57,
"finishTime": 14.44,
"dialogue": {
"text": "chǎ",
"align": "center"
}
},
{
"character": "Wang Hua",
"startTime": 15.66,
"finishTime": 16.42,
"dialogue": {
"text": "chà",
"align": "center"
}
},
{
"character": "Wang Hua",
"opacity": 0,
"startTime": 16.92
}
]
}