mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
3.2 KiB
3.2 KiB
id, title, challengeType, dashedName, lang
| id | title | challengeType | dashedName | lang |
|---|---|---|---|---|
| 6b3e7ce5182a247a1bd4841d | Task 7 | 24 | task-7 | zh-CN |
--description--
The nasal final in is a front nasal ending with the n sound, like an and en.
To pronounce in, start with the vowel i, where the tongue is high and close to the roof of the mouth. Then move into the nasal n sound by touching the tongue tip behind your top teeth.
When in is combined with the initials, it can form syllables like bin, pin, min, nin, and lin.
Let's practice pronouncing in and the syllables, and then use lin in different tones as an example.
| Pinyin | Character |
|---|---|
līn |
拎 |
lín |
林 |
lǐn |
凛 |
lìn |
吝 |
--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": 134.55,
"finishTimestamp": 157.62
}
},
"commands": [
{
"character": "Li Hong",
"opacity": 1,
"startTime": 0
},
{
"character": "Li Hong",
"startTime": 1,
"finishTime": 1.79,
"dialogue": {
"text": "in",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 3.35,
"finishTime": 4.05,
"dialogue": {
"text": "bin",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 5.61,
"finishTime": 6.45,
"dialogue": {
"text": "pin",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 9.12,
"finishTime": 9.9,
"dialogue": {
"text": "min",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 11.47,
"finishTime": 12.26,
"dialogue": {
"text": "nin",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 14.21,
"finishTime": 15,
"dialogue": {
"text": "lin",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 17.51,
"finishTime": 18.29,
"dialogue": {
"text": "līn",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 19.5,
"finishTime": 20.29,
"dialogue": {
"text": "lín",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 21.25,
"finishTime": 22.26,
"dialogue": {
"text": "lǐn",
"align": "center"
}
},
{
"character": "Li Hong",
"startTime": 23.48,
"finishTime": 24.07,
"dialogue": {
"text": "lìn",
"align": "center"
}
},
{
"character": "Li Hong",
"opacity": 0,
"startTime": 24.57
}
]
}