mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
2.1 KiB
2.1 KiB
id, title, challengeType, dashedName, lang
| id | title | challengeType | dashedName | lang |
|---|---|---|---|---|
| 6ef2571c630e3461eb6a6c54 | Task 2 | 24 | task-2 | zh-CN |
--description--
There are six simple finals in Pinyin: a, o, e, i, u, and ü. Each is a pure vowel sound pronounced with a steady mouth shape.
This audio has the sounds of simple finals. Try to pronounce them. You will learn them in more details soon.
--assignment--
I've listened to the audio and practiced pronouncing the simple finals.
--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_single_finals.mp3",
"startTime": 1,
"startTimestamp": 6.28,
"finishTimestamp": 17.16
}
},
"commands": [
{
"character": "Chen Na",
"opacity": 1,
"startTime": 0
},
{
"character": "Chen Na",
"startTime": 1,
"finishTime": 1.85,
"dialogue": {
"text": "a",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 3.1,
"finishTime": 3.87,
"dialogue": {
"text": "o",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 5.01,
"finishTime": 5.92,
"dialogue": {
"text": "e",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 7.15,
"finishTime": 8.04,
"dialogue": {
"text": "i",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 9.27,
"finishTime": 10.07,
"dialogue": {
"text": "u",
"align": "center"
}
},
{
"character": "Chen Na",
"startTime": 11.06,
"finishTime": 11.88,
"dialogue": {
"text": "ü",
"align": "center"
}
},
{
"character": "Chen Na",
"opacity": 0,
"startTime": 12.38
}
]
}