Skip to content

Commit b23c3dc

Browse files
authored
fix(curriculum): replace the tones audio with a video in A1 Chinese simple finals block (freeCodeCamp#64821)
1 parent 2ec10fa commit b23c3dc

File tree

1 file changed

+3
-79
lines changed

1 file changed

+3
-79
lines changed

curriculum/challenges/english/blocks/zh-a1-learn-simple-finals/6cfe60a920b3b428784fe194.md

Lines changed: 3 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
id: 6cfe60a920b3b428784fe194
33
title: Task 3
44
challengeType: 24
5+
videoId: V0z6MZHmWU4
56
dashedName: task-3
67
lang: zh-CN
78
---
89

9-
<!-- (Audio) Chen Na: ā, á, ǎ, à -->
10-
11-
# --description--
10+
# --instructions--
1211

1312
The first simple final you'll learn is `a`.
1413

@@ -48,79 +47,4 @@ Let's practice pronouncing the final `a` with different tones.
4847

4948
# --assignment--
5049

51-
I've listened to the audio and practiced pronouncing this final.
52-
53-
# --scene--
54-
55-
```json
56-
{
57-
"setup": {
58-
"background": "company1-breakroom.png",
59-
"characters": [
60-
{
61-
"character": "Chen Na",
62-
"position": {
63-
"x": 50,
64-
"y": 15,
65-
"z": 1.4
66-
},
67-
"opacity": 0
68-
}
69-
],
70-
"audio": {
71-
"filename": "ZH_A1_pinyin_single_finals.mp3",
72-
"startTime": 1,
73-
"startTimestamp": 26,
74-
"finishTimestamp": 32.76
75-
}
76-
},
77-
"commands": [
78-
{
79-
"character": "Chen Na",
80-
"opacity": 1,
81-
"startTime": 0
82-
},
83-
{
84-
"character": "Chen Na",
85-
"startTime": 1,
86-
"finishTime": 1.7,
87-
"dialogue": {
88-
"text": "ā",
89-
"align": "center"
90-
}
91-
},
92-
{
93-
"character": "Chen Na",
94-
"startTime": 2.99,
95-
"finishTime": 3.72,
96-
"dialogue": {
97-
"text": "á",
98-
"align": "center"
99-
}
100-
},
101-
{
102-
"character": "Chen Na",
103-
"startTime": 5,
104-
"finishTime": 5.88,
105-
"dialogue": {
106-
"text": "ǎ",
107-
"align": "center"
108-
}
109-
},
110-
{
111-
"character": "Chen Na",
112-
"startTime": 7.38,
113-
"finishTime": 7.76,
114-
"dialogue": {
115-
"text": "à",
116-
"align": "center"
117-
}
118-
},
119-
{
120-
"character": "Chen Na",
121-
"opacity": 0,
122-
"startTime": 8.26
123-
}
124-
]
125-
}
126-
```
50+
I've watched the video and practiced pronouncing this final.

0 commit comments

Comments
 (0)