Skip to content

Commit 8defca5

Browse files
miyaliu666Copilot
andauthored
feat(curriculum): Add A1 Chinese curriculum pinyin practice block (freeCodeCamp#64706)
Co-authored-by: Copilot <[email protected]>
1 parent c71e838 commit 8defca5

File tree

10 files changed

+917
-60
lines changed

10 files changed

+917
-60
lines changed

curriculum/challenges/english/blocks/zh-a1-practice-pinyin/6940554db3c6d9578a853ecf.md

Lines changed: 0 additions & 59 deletions
This file was deleted.
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
id: 69426c637200cb5f98ee2fdc
3+
title: Task 1
4+
challengeType: 19
5+
dashedName: task-1
6+
lang: zh-CN
7+
---
8+
9+
<!-- (Audio) Li Hong: ǖ, ě, ù -->
10+
11+
# --instructions--
12+
13+
Listen to the audio and answer the question below.
14+
15+
# --questions--
16+
17+
## --text--
18+
19+
Is it true or false: The letter `i` is in the audio.
20+
21+
## --answers--
22+
23+
True
24+
25+
### --feedback--
26+
27+
The audio only has the single finals `ü`, `e`, and `u`.
28+
29+
---
30+
31+
False
32+
33+
## --video-solution--
34+
35+
2
36+
37+
# --explanation--
38+
39+
The audio says `ǖ`, `ě`, and `ù`. None of these syllables uses the vowel `i`, so the statement is false.
40+
41+
# --scene--
42+
43+
```json
44+
{
45+
"setup": {
46+
"background": "living-room.png",
47+
"characters": [
48+
{
49+
"character": "Li Hong",
50+
"position": {
51+
"x": 50,
52+
"y": 15,
53+
"z": 1.4
54+
},
55+
"opacity": 0
56+
}
57+
],
58+
"audio": {
59+
"filename": "ZH_A1_pinyin_practice.mp3",
60+
"startTime": 1,
61+
"startTimestamp": 1.57,
62+
"finishTimestamp": 6.06
63+
}
64+
},
65+
"commands": [
66+
{
67+
"character": "Li Hong",
68+
"opacity": 1,
69+
"startTime": 0
70+
},
71+
{
72+
"character": "Li Hong",
73+
"startTime": 1,
74+
"finishTime": 1.93,
75+
"dialogue": {
76+
"text": "ǖ",
77+
"align": "center"
78+
}
79+
},
80+
{
81+
"character": "Li Hong",
82+
"startTime": 2.8,
83+
"finishTime": 3.74,
84+
"dialogue": {
85+
"text": "ě",
86+
"align": "center"
87+
}
88+
},
89+
{
90+
"character": "Li Hong",
91+
"startTime": 4.68,
92+
"finishTime": 5.49,
93+
"dialogue": {
94+
"text": "ù",
95+
"align": "center"
96+
}
97+
},
98+
{
99+
"character": "Li Hong",
100+
"opacity": 0,
101+
"startTime": 5.99
102+
}
103+
]
104+
}
105+
```
Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
---
2+
id: 69428238612067fa962eb223
3+
title: Task 2
4+
challengeType: 22
5+
dashedName: task-2
6+
lang: zh-CN
7+
inputType: pinyin-tone
8+
---
9+
10+
<!-- (Audio) Li Hong: bǐ, xǔ, zé, chù -->
11+
12+
# --instructions--
13+
14+
Listen to the audio and complete the sequence of syllables below.
15+
16+
# --fillInTheBlank--
17+
18+
## --sentence--
19+
20+
`BLANK, xǔ, zé, BLANK`
21+
22+
## --blanks--
23+
24+
``
25+
26+
### --feedback--
27+
28+
This syllable has the initial `b` and the final `i`, and uses the third tone.
29+
30+
---
31+
32+
`chù`
33+
34+
### --feedback--
35+
36+
This syllable has the initial `ch` and the final `u`, and uses the fourth tone.
37+
38+
# --explanation--
39+
40+
The missing syllables in the sequence are `` at the beginning and `chù` at the end. They're typed as `bi3` and `chu4`.
41+
42+
# --scene--
43+
44+
```json
45+
{
46+
"setup": {
47+
"background": "living-room.png",
48+
"characters": [
49+
{
50+
"character": "Li Hong",
51+
"position": {
52+
"x": 50,
53+
"y": 15,
54+
"z": 1.4
55+
},
56+
"opacity": 0
57+
}
58+
],
59+
"audio": {
60+
"filename": "ZH_A1_pinyin_practice.mp3",
61+
"startTime": 1,
62+
"startTimestamp": 11,
63+
"finishTimestamp": 17.8
64+
}
65+
},
66+
"commands": [
67+
{
68+
"character": "Li Hong",
69+
"opacity": 1,
70+
"startTime": 0
71+
},
72+
{
73+
"character": "Li Hong",
74+
"startTime": 1,
75+
"finishTime": 2.03,
76+
"dialogue": {
77+
"text": "",
78+
"align": "center"
79+
}
80+
},
81+
{
82+
"character": "Li Hong",
83+
"startTime": 2.79,
84+
"finishTime": 4.05,
85+
"dialogue": {
86+
"text": "",
87+
"align": "center"
88+
}
89+
},
90+
{
91+
"character": "Li Hong",
92+
"startTime": 5.13,
93+
"finishTime": 6.01,
94+
"dialogue": {
95+
"text": "",
96+
"align": "center"
97+
}
98+
},
99+
{
100+
"character": "Li Hong",
101+
"startTime": 7.01,
102+
"finishTime": 7.8,
103+
"dialogue": {
104+
"text": "chù",
105+
"align": "center"
106+
}
107+
},
108+
{
109+
"character": "Li Hong",
110+
"opacity": 0,
111+
"startTime": 8.3
112+
}
113+
]
114+
}
115+
```

0 commit comments

Comments
 (0)