mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
3.7 KiB
3.7 KiB
id, title, challengeType, dashedName, lang
| id | title | challengeType | dashedName | lang |
|---|---|---|---|---|
| 6e3283825c63e4458a4bcfe5 | Task 1 | 24 | task-1 | zh-CN |
--description--
Sometimes you see y and w at the start of a syllable. They are not initials. Think of them as special spelling symbols that clarify syllable boundaries and make syllables easier to read.
The rules for y are:
-
If
iis used as a syllable, addyin front of it:i→yi. -
If a syllable starts with
i, change it toy. Examples:ia→ya,ie→ye,iao→yao,iou→you,iang→yang. -
If
üis used as a syllable, addyin front of it and remove the dots:ü→yu.
Let's practice pronouncing the the syllables and then use yang in different tones as an example.
| Pinyin | Character |
|---|---|
yāng |
央 |
yáng |
羊 |
yǎng |
养 |
yàng |
样 |
--assignment--
Listen to the audio and pronounce the spelling symbol and syllables.
--scene--
{
"setup": {
"background": "company1-breakroom.png",
"characters": [
{
"character": "Chen Na",
"position": {
"x": 50,
"y": 15,
"z": 1.4
},
"opacity": 0
}
],
"audio": {
"filename": "ZH_A1_pinyin_special_spelling_rules.mp3",
"startTime": 1,
"startTimestamp": 4.13,
"finishTimestamp": 29.86
}
},
"commands": [
{
"character": "Chen Na",
"opacity": 1,
"startTime": 0
},
{
"character": "Chen Na",
"startTime": 1,
"finishTime": 1.86,
"dialogue": {
"text": "y",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 3.91,
"finishTime": 4.71,
"dialogue": {
"text": "ya",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 5.7,
"finishTime": 6.58,
"dialogue": {
"text": "ye",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 7.72,
"finishTime": 8.55,
"dialogue": {
"text": "yi",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 9.97,
"finishTime": 10.8,
"dialogue": {
"text": "yao",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 11.8,
"finishTime": 12.75,
"dialogue": {
"text": "you",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 14.02,
"finishTime": 14.91,
"dialogue": {
"text": "yang",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 16.32,
"finishTime": 17.25,
"dialogue": {
"text": "yu",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 20.03,
"finishTime": 20.88,
"dialogue": {
"text": "yāng",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 21.78,
"finishTime": 22.67,
"dialogue": {
"text": "yáng",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 23.72,
"finishTime": 24.83,
"dialogue": {
"text": "yǎng",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 25.91,
"finishTime": 26.73,
"dialogue": {
"text": "yàng",
"align": "center"
}
},
{
"character": "Chen Na",
"opacity": 0,
"startTime": 27.23
}
]
}