8000 fix(curriculum): QA A1 Chinese Ch 2 blocks Nasal Sounds, Special Char… · freeCodeCamp/freeCodeCamp@cb6669f · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit cb6669f

Browse files
authored
fix(curriculum): QA A1 Chinese Ch 2 blocks Nasal Sounds, Special Characters and Practice (#64761)
1 parent b404883 commit cb6669f

File tree

3 files changed

+53
-5
lines changed

3 files changed

+53
-5
lines changed

curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/6942617d67a64918b7b856e7.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,51 @@ This syllable combines the initial `n` with the final `eng`, and uses the second
3030
# --explanation--
3131

3232
The speaker is pronouncing the syllable with the initial `n`, the final `eng`, and uses the second tone, which is rising from mid to high.
33+
34+
# --scene--
35+
36+
```json
37+
{
38+
"setup": {
39+
"background": "cafe.png",
40+
"characters": [
41+
{
42+
"character": "Li Hong",
43+
"position": {
44+
"x": 50,
45+
"y": 15,
46+
"z": 1.4
47+
},
48+
"opacity": 0
49+
}
50+
],
51+
"audio": {
52+
"filename": "ZH_A1_pinyin_nasal_finals.mp3",
53+
"startTime": 1,
54+
"startTimestamp": 432.14,
55+
"finishTimestamp": 433.75
56+
}
57+
},
58+
"commands": [
59+
{
60+
"character": "Li Hong",
61+
"opacity": 1,
62+
"startTime": 0
63+
},
64+
{
65+
"character": "Li Hong",
66+
"startTime": 1,
67+
"finishTime": 2.61,
68+
"dialogue": {
69+
"text": "néng",
70+
"align": "center"
71+
}
72+
},
73+
{
74+
"character": "Li Hong",
75+
"opacity": 0,
76+
"startTime": 3.11
77+
}
78+
]
79+
}
80+
```

curriculum/challenges/english/blocks/zh-a1-learn-special-spelling-rules/634e625d6820a4561ac3a465.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Listen to the audio and complete the word below.
3333

3434
### --feedback--
3535

36-
This word combines the syllables `zhī` and `shi`.
36+
This word combines the syllables `zhī` and `shi`. Remember to type 5 at the end for neutral tone syllables.
3737

3838
# --explanation--
3939

curriculum/challenges/english/blocks/zh-a1-practice-pinyin/6942b3b6488b904284619fb5.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ The speaker is pronouncing four syllables. Which one has a different final with
2020

2121
## --answers--
2222

23-
the first one
23+
The first one
2424

2525
### --feedback--
2626

2727
The first one ends with the final `ang`, which is the same as most of the others.
2828

2929
---
3030

31-
the second one
31+
The second one
3232

3333
### --feedback--
3434

3535
The second one ends with the final `ang`, which is the same as several others.
3636

3737
---
3838

39-
the third one
39+
The third one
4040

4141
---
4242

43-
the fourth one
43+
The fourth one
4444

4545
### --feedback--
4646

0 commit comments

Comments
 (0)
0