mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
3.0 KiB
3.0 KiB
id, title, challengeType, dashedName, lang
| id | title | challengeType | dashedName | lang |
|---|---|---|---|---|
| 6b944a6697ee942b380468f6 | Task 41 | 24 | task-41 | zh-CN |
--description--
uang combines the rounded vowel u with the back nasal final ang.
It starts with u, made with rounded lips, then opens into a, and finishes with the back nasal ng, formed by lifting the back of the tongue against the soft palate.
When uang is combined with initials, you get syllables such as guang, kuang, huang, and shuang.
Let's practice pronouncing uang and the syllables, and then use huang in different tones as an example.
| Pinyin | Character |
|---|---|
huāng |
慌 |
huáng |
黄 |
huǎng |
恍 |
huàng |
晃 |
--assignment--
I've listened to the audio and practiced pronouncing the nasal final and syllables.
--scene--
{
"setup": {
"background": "cafe.png",
"characters": [
{
"character": "Li Hong",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_pinyin_nasal_finals.mp3",
"startTime": 1,
"startTimestamp": 562.77,
"finishTimestamp": 582.9
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 2.14,
"dialogue": {
"text": "uang",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 3.76,
"finishTime": 4.74,
"dialogue": {
"text": "guang",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 5.93,
"finishTime": 7.02,
"dialogue": {
"text": "kuang",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 8.18,
"finishTime": 9.2,
"dialogue": {
"text": "huang",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 10.56,
"finishTime": 11.62,
"dialogue": {
"text": "shuang",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 13.16,
"finishTime": 14.1,
"dialogue": {
"text": "huāng",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 15.08,
"finishTime": 16.12,
"dialogue": {
"text": "huáng",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 17.21,
"finishTime": 18.48,
"dialogue": {
"text": "huǎng",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 19.56,
"finishTime": 20.43,
"dialogue": {
"text": "huàng",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 20.93
}
]
}