mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): Add A1 Chinese Numbers below 100 (#65773)
Co-authored-by: Nielda Karla <90112119+nieldakarla@users.noreply.github.com> Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
@@ -8554,7 +8554,7 @@
|
||||
"zh-a1-chapter-welcome-to-a1-professional-chinese": "Welcome to A1 Professional Chinese",
|
||||
"zh-a1-chapter-pinyin": "Pinyin",
|
||||
"zh-a1-chapter-greetings-and-introductions": "Greetings and Introductions",
|
||||
"zh-a1-chapter-introducing-colleagues-and-family": "Introducing Colleagues and Family",
|
||||
"zh-a1-chapter-numbers-and-personal-information": "Numbers and Personal Information",
|
||||
"zh-a1-chapter-expressing-what-you-can-and-cant-do": "Expressing What You Can and Can't Do"
|
||||
},
|
||||
"modules": {
|
||||
@@ -8562,8 +8562,8 @@
|
||||
"zh-a1-module-initials-and-finals": "Initials and Finals",
|
||||
"zh-a1-module-greetings-and-basic-introductions": "Greetings and Basic Introductions",
|
||||
"zh-a1-module-asking-and-giving-basic-information": "Asking and Giving Basic Information",
|
||||
"zh-a1-module-introducing-others": "Introducing Others",
|
||||
"zh-a1-module-getting-to-know-the-team": "Getting to Know the Team",
|
||||
"zh-a1-module-numbers-below-100": "Numbers below 100",
|
||||
"zh-a1-module-communicating-personal-information": "Communicating Personal Information",
|
||||
"zh-a1-module-talking-about-personal-skills": "Talking about Personal Skills",
|
||||
"zh-a1-module-discussing-team-skills": "Discussing Team Skills"
|
||||
},
|
||||
@@ -8740,7 +8740,42 @@
|
||||
"title": "Special Spelling Rules",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-practice-pinyin": { "title": "Pinyin Practice", "intro": ["", ""] }
|
||||
"zh-a1-practice-pinyin": {
|
||||
"title": "Pinyin Practice",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-learn-numbers-0-to-10": {
|
||||
"title": "Numbers 0 to 10",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-practice-numbers-0-to-10": {
|
||||
"title": "Numbers 0 to 10 Practice",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-learn-numbers-11-to-19": {
|
||||
"title": "Numbers 11 to 19",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-practice-numbers-11-to-19": {
|
||||
"title": "Numbers 11 to 19 Practice",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-learn-numbers-20-to-99": {
|
||||
"title": "Numbers 20 to 99",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-practice-numbers-20-to-99": {
|
||||
"title": "Numbers 20 to 99 Practice",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-review-numbers-below-100": {
|
||||
"title": "Numbers below 100 Review",
|
||||
"intro": ["", ""]
|
||||
},
|
||||
"zh-a1-quiz-numbers-below-100": {
|
||||
"title": "Numbers below 100 Quiz",
|
||||
"intro": ["", ""]
|
||||
}
|
||||
}
|
||||
},
|
||||
"basic-html": {
|
||||
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa38129e23d8cbd33dc056
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa39a67ba382d80d68aaf4
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa37fdcc29adcad942d8ad
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+163
@@ -0,0 +1,163 @@
|
||||
---
|
||||
id: 697c26c741f3f4c452751570
|
||||
title: Task 1
|
||||
challengeType: 24
|
||||
dashedName: task-1
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 零, 一, 二, 三, 四, 五, 六, 七, 八, 九, 十 -->
|
||||
|
||||
# --description--
|
||||
|
||||
Welcome to the world of numbers in Chinese!
|
||||
|
||||
Numbers are used everywhere: in phone numbers, dates, prices, and code.
|
||||
|
||||
The Chinese numeral system follows a clear and consistent pattern. Once you grasp the basics, the rest becomes straightforward.
|
||||
|
||||
You'll start with the numbers from 0 to 10. These are the building blocks for all larger numbers.
|
||||
|
||||
Listen to their pronunciations and practice repeating them until you feel more comfortable with their sounds. In the following tasks, you'll learn more about each one.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've listened to the audio and practiced how to pronounce these numbers.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.99,
|
||||
"finishTimestamp": 21.27
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.73,
|
||||
"dialogue": {
|
||||
"text": "零 (líng)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 2.79,
|
||||
"finishTime": 3.4,
|
||||
"dialogue": {
|
||||
"text": "一 (yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 4.34,
|
||||
"finishTime": 5.01,
|
||||
"dialogue": {
|
||||
"text": "二 (èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 5.94,
|
||||
"finishTime": 6.62,
|
||||
"dialogue": {
|
||||
"text": "三 (sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 7.61,
|
||||
"finishTime": 8.38,
|
||||
"dialogue": {
|
||||
"text": "四 (sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 9.38,
|
||||
"finishTime": 10.22,
|
||||
"dialogue": {
|
||||
"text": "五 (wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 11.36,
|
||||
"finishTime": 12,
|
||||
"dialogue": {
|
||||
"text": "六 (liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 13.16,
|
||||
"finishTime": 13.95,
|
||||
"dialogue": {
|
||||
"text": "七 (qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 15.1,
|
||||
"finishTime": 15.72,
|
||||
"dialogue": {
|
||||
"text": "八 (bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 16.78,
|
||||
"finishTime": 17.75,
|
||||
"dialogue": {
|
||||
"text": "九 (jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 18.38,
|
||||
"finishTime": 19.28,
|
||||
"dialogue": {
|
||||
"text": "十 (shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 19.78
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697c7704cd4f0e480caf62da
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 零 (líng) -->
|
||||
|
||||
# --description--
|
||||
|
||||
In Chinese, the number 0 is called `零 (líng)`.
|
||||
|
||||
Practice this number's pronunciation until you feel more comfortable with its sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`零 (líng)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 0 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 2.99,
|
||||
"finishTimestamp": 3.72
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.73,
|
||||
"dialogue": {
|
||||
"text": "零 (líng)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.23
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697c7a28406ee80bc9ab8bbc
|
||||
title: Task 3
|
||||
challengeType: 22
|
||||
dashedName: task-3
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 一 (yī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
In Chinese, the number 1 is called `一 (yī)`. It's one of the simplest characters, written as a single horizontal line.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`一 (yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 1 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 4.78,
|
||||
"finishTimestamp": 5.39
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.61,
|
||||
"dialogue": {
|
||||
"text": "一 (yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.11
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 697ec6ead52c260cc55c4603
|
||||
title: Task 4
|
||||
challengeType: 22
|
||||
dashedName: task-4
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 二 (èr) -->
|
||||
|
||||
# --description--
|
||||
|
||||
In Chinese, the number 2 is called `二 (èr)`. You can think of it as the number `一 (yī)` with one more horizontal line added on top.
|
||||
|
||||
Note: Chinese has another character for 2: `两 (liǎng)`, which you'll use when counting objects. But for now, focus on `二 (èr)`.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`二 (èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 2 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.33,
|
||||
"finishTimestamp": 7
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.67,
|
||||
"dialogue": {
|
||||
"text": "二 (èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.17
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697ecb146a755d7e636c14cd
|
||||
title: Task 5
|
||||
challengeType: 22
|
||||
dashedName: task-5
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 三 (sān) -->
|
||||
|
||||
# --description--
|
||||
|
||||
As you might guess, the number 3 in Chinese is simply three horizontal lines stacked together. It's called `三 (sān)`.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`三 (sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 3 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 7.93,
|
||||
"finishTimestamp": 8.61
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.68,
|
||||
"dialogue": {
|
||||
"text": "三 (sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.18
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697ed345e506d4ff5bb76bd8
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 四 (sì) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Following the pattern, what would you expect for the number 4? Well, it breaks the pattern! The number 4 is called `四 (sì)` in Chinese.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`四 (sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 4 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 9.6,
|
||||
"finishTimestamp": 10.37
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.77,
|
||||
"dialogue": {
|
||||
"text": "四 (sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.27
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697f10d3a3db19a3c59e65f0
|
||||
title: Task 7
|
||||
challengeType: 22
|
||||
dashedName: task-7
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 五 (wǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
In Chinese, the number 5 is called `五 (wǔ)`.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`五 (wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 5 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 11.37,
|
||||
"finishTimestamp": 12.21
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.84,
|
||||
"dialogue": {
|
||||
"text": "五 (wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.34
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697f17fc9481800467ff3070
|
||||
title: Task 8
|
||||
challengeType: 22
|
||||
dashedName: task-8
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 六 (liù) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 6 is called `六 (liù)` in Chinese.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`六 (liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 6 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 13.35,
|
||||
"finishTimestamp": 13.99
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.64,
|
||||
"dialogue": {
|
||||
"text": "六 (liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.14
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697f1856c207d05ae7dc555c
|
||||
title: Task 9
|
||||
challengeType: 22
|
||||
dashedName: task-9
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 七 (qī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 7 is called `七 (qī)` in Chinese.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`七 (qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 7 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 15.15,
|
||||
"finishTimestamp": 15.94
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.79,
|
||||
"dialogue": {
|
||||
"text": "七 (qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.29
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697f18c2d93dcb335b389011
|
||||
title: Task 10
|
||||
challengeType: 22
|
||||
dashedName: task-10
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 八 (bā) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 8 is called `八 (bā)` in Chinese.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`八 (bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 8 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 17.09,
|
||||
"finishTimestamp": 17.71
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.62,
|
||||
"dialogue": {
|
||||
"text": "八 (bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.12
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+82
@@ -0,0 +1,82 @@
|
||||
---
|
||||
id: 697f18e23e07e2a9e69ba219
|
||||
title: Task 11
|
||||
challengeType: 22
|
||||
dashedName: task-11
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 九 (jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 9 is called `九 (jiǔ)` in Chinese.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`九 (jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 9 in Chinese.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 18.77,
|
||||
"finishTimestamp": 19.74
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.97,
|
||||
"dialogue": {
|
||||
"text": "九 (jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.47
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+34
@@ -0,0 +1,34 @@
|
||||
---
|
||||
id: 697f1903b81c0466fc3a7a89
|
||||
title: Task 12
|
||||
challengeType: 22
|
||||
dashedName: task-12
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 十 (shí) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 10 is called `十 (shí)` in Chinese.
|
||||
|
||||
Practice its pronunciation until you feel comfortable with the sound.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十 (shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 10 in Chinese.
|
||||
+86
@@ -0,0 +1,86 @@
|
||||
---
|
||||
id: 698083ad46a3b901f567cf7f
|
||||
title: Task 1
|
||||
challengeType: 22
|
||||
dashedName: task-1
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十一 (shí yī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
You already know the numbers 0 to 10 in Chinese. Good job! Now, you can use what you know to build bigger numbers.
|
||||
|
||||
Let's start with the number 11. It's called `十一 (shí yī)`, which literally means "ten one". It combines the number 10, called `十 (shí)`, and the number 1, called `一 (yī)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十一 (shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 11 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十一 (shí yī)`, which corresponds to the number 11. It combines `十 (shí)` for 10 and `一 (yī)` for 11.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 1.54,
|
||||
"finishTimestamp": 2.69
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.15,
|
||||
"dialogue": {
|
||||
"text": "十一 (shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.65
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981b18d3da602baaba6b00f
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十二 (shí èr) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 12 is called `十二 (shí èr)`, which literally means "ten two". It combines the number 10 in Chinese, `十 (shí)`, and the number 2 in Chinese, `二 (èr)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十二 (shí èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 12 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十二 (shí èr)`, which corresponds to the number 12. It combines `十 (shí)` for 10 and `二 (èr)` for 2.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 4.01,
|
||||
"finishTimestamp": 5.05
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.04,
|
||||
"dialogue": {
|
||||
"text": "十二 (shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.54
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981b2b5cde1d5c7bc7710be
|
||||
title: Task 3
|
||||
challengeType: 22
|
||||
dashedName: task-3
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十三 (shí sān) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 13 is called `十三 (shí sān)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十三 (shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 13 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十三 (shí sān)`, which corresponds to the number 13. It combines `十 (shí)` for 10 and `三 (sān)` for 3.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 6.55,
|
||||
"finishTimestamp": 7.55
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2,
|
||||
"dialogue": {
|
||||
"text": "十三 (shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
---
|
||||
id: 6981b337d8c78a5b7c5c6a2c
|
||||
title: Task 4
|
||||
challengeType: 19
|
||||
dashedName: task-4
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十一 (shí yī) -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`一 (yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`一 (yī)` is the number 1. Li Hong mentions a different number.
|
||||
|
||||
---
|
||||
|
||||
`十 (shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`十 (shí)` is the number 10. Li Hong mentions a different number.
|
||||
|
||||
---
|
||||
|
||||
`十一 (shí yī)`
|
||||
|
||||
---
|
||||
|
||||
`十三 (shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 13. Li Hong mentions a different number.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十一 (shí yī)`, which corresponds to the number 11.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 1.54,
|
||||
"finishTimestamp": 2.69
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.15,
|
||||
"dialogue": {
|
||||
"text": "十一 (shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.65
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981b4708c453bcd71d24f63
|
||||
title: Task 5
|
||||
challengeType: 22
|
||||
dashedName: task-5
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十四 (shí sì) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 14 is called `十四 (shí sì)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十四 (shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 14 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十四 (shí sì)`, which corresponds to the number 14. It combines `十 (shí)` for 10 and `四 (sì)` for 4.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 8.58,
|
||||
"finishTimestamp": 9.58
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2,
|
||||
"dialogue": {
|
||||
"text": "十四 (shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.5
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981b557bd1e1f1abe8d7fad
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十五 (shí wǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 15 is called `十五 (shí wǔ)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十五 (shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 15 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十五 (shí wǔ)`, which corresponds to the number 15. It combines `十 (shí)` for 10 and `五 (wǔ)` for 5.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 10.75,
|
||||
"finishTimestamp": 11.88
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.13,
|
||||
"dialogue": {
|
||||
"text": "十五 (shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.63
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981ce83bdebc9d2280ad0b3
|
||||
title: Task 7
|
||||
challengeType: 22
|
||||
dashedName: task-7
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十六 (shí liù) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 16 is called `十六 (shí liù)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十六 (shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 16 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十六 (shí liù)`, which corresponds to the number 16. It combines `十 (shí)` for 10 and `六 (liù)` for 6.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 13.08,
|
||||
"finishTimestamp": 14.11
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.03,
|
||||
"dialogue": {
|
||||
"text": "十六 (shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.53
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
---
|
||||
id: 6981ceb5acd5f491222105cb
|
||||
title: Task 8
|
||||
challengeType: 19
|
||||
dashedName: task-8
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十五 (shí wǔ) -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`十四 (shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is 14. Li Hong says a different number.
|
||||
|
||||
---
|
||||
|
||||
`十五 (shí wǔ)`
|
||||
|
||||
---
|
||||
|
||||
`十一 (shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is 11. Li Hong says a different number.
|
||||
|
||||
---
|
||||
|
||||
`十三 (shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is 13. Li Hong says a different number.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十五 (shí wǔ)`, which corresponds to the number 15.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 10.75,
|
||||
"finishTimestamp": 11.88
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.13,
|
||||
"dialogue": {
|
||||
"text": "十五 (shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.63
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981cffc3027d5ff925c220e
|
||||
title: Task 9
|
||||
challengeType: 22
|
||||
dashedName: task-9
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十七 (shí qī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 17 is called `十七 (shí qī)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十七 (shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 17 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十七 (shí qī)`, which corresponds to the number 17. It combines `十 (shí)` for 10 and `七 (qī)` for 7.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 15.33,
|
||||
"finishTimestamp": 16.41
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.08,
|
||||
"dialogue": {
|
||||
"text": "十七 (shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.58
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981d06d6505cb363e2c8178
|
||||
title: Task 10
|
||||
challengeType: 22
|
||||
dashedName: task-10
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十八 (shí bā) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 18 is called `十八 (shí bā)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十八 (shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 18 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十八 (shí bā)`, which corresponds to the number 18. It combines `十 (shí)` for 10 and `八 (bā)` for 8.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 17.55,
|
||||
"finishTimestamp": 18.62
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.07,
|
||||
"dialogue": {
|
||||
"text": "十八 (shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.57
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 6981d097372c50852ceb36ec
|
||||
title: Task 11
|
||||
challengeType: 22
|
||||
dashedName: task-11
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十九 (shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
The number 19 is called `十九 (shí jiǔ)`.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write this number in Chinese below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十九 (shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 19 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十九 (shí jiǔ)`, which corresponds to the number 19. It combines `十 (shí)` for 10 and `九 (jiǔ)` for 9.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 19.72,
|
||||
"finishTimestamp": 21.02
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.3,
|
||||
"dialogue": {
|
||||
"text": "十九 (shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.8
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
---
|
||||
id: 6981d0bba2f25c62940c6a30
|
||||
title: Task 12
|
||||
challengeType: 19
|
||||
dashedName: task-12
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十八 (shí bā) -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`十八 (shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`十七 (shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is 17. Li Hong says a different number.
|
||||
|
||||
---
|
||||
|
||||
`十五 (shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is 15. Li Hong says a different number.
|
||||
|
||||
---
|
||||
|
||||
`十四 (shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is 14. Li Hong says a different number.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十八 (shí bā)`, which corresponds to the number 18.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 17.55,
|
||||
"finishTimestamp": 18.62
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.07,
|
||||
"dialogue": {
|
||||
"text": "十八 (shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.57
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+167
@@ -0,0 +1,167 @@
|
||||
---
|
||||
id: 69870348cbfaa270501be5f8
|
||||
title: Task 1
|
||||
challengeType: 24
|
||||
dashedName: task-1
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 二十 (èr shí), 二十一 (èr shí yī), 二十二 (èr shí èr), 二十三 (èr shí sān), 二十四 (èr shí sì), 二十五 (èr shí wǔ), 二十六 (èr shí liù), 二十七 (èr shí qī), 二十八 (èr shí bā), 二十九 (èr shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Now you know that the numbers from 11 to 19 are formed by the units digit (1–9) after `十 (shí)` (10). The same logic applies to numbers from 21 to 29.
|
||||
|
||||
In Chinese, the number 20 is called `二十 (èr shí)`.
|
||||
|
||||
To form numbers from 21 to 29, you simply take `二十 (èr shí)` (20) and add the units digit (1–9) directly after it.
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 20 | `二十 (èr shí)` |
|
||||
| 21 | `二十一 (èr shí yī)` |
|
||||
| 22 | `二十二 (èr shí èr)` |
|
||||
| 23 | `二十三 (èr shí sān)` |
|
||||
| 24 | `二十四 (èr shí sì)` |
|
||||
| 25 | `二十五 (èr shí wǔ)` |
|
||||
| 26 | `二十六 (èr shí liù)` |
|
||||
| 27 | `二十七 (èr shí qī)` |
|
||||
| 28 | `二十八 (èr shí bā)` |
|
||||
| 29 | `二十九 (èr shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 20 to 29.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 3.92,
|
||||
"finishTimestamp": 27.25
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.01,
|
||||
"dialogue": {
|
||||
"text": "二十 (èr shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 2.83,
|
||||
"finishTime": 4.08,
|
||||
"dialogue": {
|
||||
"text": "二十一 (èr shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.06,
|
||||
"finishTime": 6.25,
|
||||
"dialogue": {
|
||||
"text": "二十二 (èr shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 7.35,
|
||||
"finishTime": 8.64,
|
||||
"dialogue": {
|
||||
"text": "二十三 (èr shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 9.82,
|
||||
"finishTime": 11.08,
|
||||
"dialogue": {
|
||||
"text": "二十四 (èr shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 12.33,
|
||||
"finishTime": 13.65,
|
||||
"dialogue": {
|
||||
"text": "二十五 (èr shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 15.12,
|
||||
"finishTime": 16.27,
|
||||
"dialogue": {
|
||||
"text": "二十六 (èr shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 17.61,
|
||||
"finishTime": 18.99,
|
||||
"dialogue": {
|
||||
"text": "二十七 (èr shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 20.33,
|
||||
"finishTime": 21.56,
|
||||
"dialogue": {
|
||||
"text": "二十八 (èr shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 22.84,
|
||||
"finishTime": 24.33,
|
||||
"dialogue": {
|
||||
"text": "二十九 (èr shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 24.83
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
id: 69870f1c238ffdbc99eedcda
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
You'll now practice writing a few numbers that are between 20 and 29. To complete this task, keep in mind that in Chinese, the number 20 is called `二十 (èr shí)`.
|
||||
|
||||
Also, the numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`21 - BLANK`
|
||||
|
||||
`25 - BLANK`
|
||||
|
||||
`29 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`二十一 (èr shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `一 (yī)` after `二十 (shí)`.
|
||||
|
||||
---
|
||||
|
||||
`二十五 (èr shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `五 (wǔ)` after `二十 (shí)`.
|
||||
|
||||
---
|
||||
|
||||
`二十九 (èr shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `九 (jiǔ)` after `二十 (shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The numbers are:
|
||||
|
||||
`二十一 (èr shí yī)` - 21
|
||||
|
||||
`二十五 (èr shí wǔ)` - 25
|
||||
|
||||
`二十九 (èr shí jiǔ)` - 29
|
||||
|
||||
They are formed by adding the Chinese for 1, 5 and 9 after `二十 (èr shí)` (20).
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 6987116a068edd4903b40770
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 二十三 (èr shí sān) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is practice pronouncing a number.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`二十六 (èr shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is formed by adding `三 (sān)`, not `六 (liù)`, after `二十 (èr shí)`.
|
||||
|
||||
---
|
||||
|
||||
`二十三 (èr shí sān)`
|
||||
|
||||
---
|
||||
|
||||
`二十七 (èr shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in the audio is not formed by adding `七 (qī)` after `二十 (èr shí)`.
|
||||
|
||||
---
|
||||
|
||||
`二十二 (èr shí èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in the audio is not formed by adding `二 (èr)` after `二十 (èr shí)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na pronounces `二十三 (èr shí sān)`, which corresponds to the number 23.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 10.27,
|
||||
"finishTimestamp": 11.56
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.29,
|
||||
"dialogue": {
|
||||
"text": "二十三 (èr shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.79
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+167
@@ -0,0 +1,167 @@
|
||||
---
|
||||
id: 69872efd9fc510de68e5a784
|
||||
title: Task 4
|
||||
challengeType: 24
|
||||
dashedName: task-4
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 三十 (sān shí), 三十一 (sān shí yī), 三十二 (sān shí èr), 三十三 (sān shí sān), 三十四 (sān shí sì), 三十五 (sān shí wǔ), 三十六 (sān shí liù), 三十七 (sān shí qī), 三十八 (sān shí bā), 三十九 (sān shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Let's go to the numbers in the 30s.
|
||||
|
||||
In Chinese, the number 30 is called `三十 (sān shí)`.
|
||||
|
||||
Numbers from 31 to 39 are formed by adding the Chinese for units digit (1–9) after `三十 (sān shí)` (30).
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 30 | `三十 (sān shí)` |
|
||||
| 31 | `三十一 (sān shí yī)` |
|
||||
| 32 | `三十二 (sān shí èr)` |
|
||||
| 33 | `三十三 (sān shí sān)` |
|
||||
| 34 | `三十四 (sān shí sì)` |
|
||||
| 35 | `三十五 (sān shí wǔ)` |
|
||||
| 36 | `三十六 (sān shí liù)` |
|
||||
| 37 | `三十七 (sān shí qī)` |
|
||||
| 38 | `三十八 (sān shí bā)` |
|
||||
| 39 | `三十九 (sān shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 30 to 39.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 33.99,
|
||||
"finishTimestamp": 58.23
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.04,
|
||||
"dialogue": {
|
||||
"text": "三十 (sān shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 2.95,
|
||||
"finishTime": 4.3,
|
||||
"dialogue": {
|
||||
"text": "三十一 (sān shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.52,
|
||||
"finishTime": 6.81,
|
||||
"dialogue": {
|
||||
"text": "三十二 (sān shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 7.97,
|
||||
"finishTime": 9.34,
|
||||
"dialogue": {
|
||||
"text": "三十三 (sān shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 10.64,
|
||||
"finishTime": 11.98,
|
||||
"dialogue": {
|
||||
"text": "三十四 (sān shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 13.44,
|
||||
"finishTime": 14.9,
|
||||
"dialogue": {
|
||||
"text": "三十五 (sān shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 16.18,
|
||||
"finishTime": 17.47,
|
||||
"dialogue": {
|
||||
"text": "三十六 (sān shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 18.73,
|
||||
"finishTime": 20.16,
|
||||
"dialogue": {
|
||||
"text": "三十七 (sān shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 21.35,
|
||||
"finishTime": 22.66,
|
||||
"dialogue": {
|
||||
"text": "三十八 (sān shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 23.76,
|
||||
"finishTime": 25.24,
|
||||
"dialogue": {
|
||||
"text": "三十九 (sān shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 25.74
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
id: 698731dc817325b3d0472721
|
||||
title: Task 5
|
||||
challengeType: 22
|
||||
dashedName: task-5
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Now you'll practice writing some numbers that are between 30 and 39. To complete this task, keep in mind that in Chinese, the number 30 is called `三十 (sān shí)`.
|
||||
|
||||
The numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`33 - BLANK`
|
||||
|
||||
`34 - BLANK`
|
||||
|
||||
`38 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`三十三 (sān shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `三 (sān)` after `三十 (sān shí)`.
|
||||
|
||||
---
|
||||
|
||||
`三十四 (sān shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `四 (sì)` after `三十 (sān shí)`.
|
||||
|
||||
---
|
||||
|
||||
`三十八 (sān shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `八 (bā)` after `三十 (sān shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
These numbers are:
|
||||
|
||||
`三十三 (sān shí sān)` - 33
|
||||
|
||||
`三十四 (sān shí sì)` - 34
|
||||
|
||||
`三十八 (sān shí bā)` - 38
|
||||
|
||||
They are formed by adding the Chinese for 3, 4, and 8 after `三十 (sān shí)` (30).
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 698732e17863627e37ce1956
|
||||
title: Task 6
|
||||
challengeType: 19
|
||||
dashedName: task-6
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 三十七 (sān shí qī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is practicing pronouncing a number.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
27
|
||||
|
||||
### --feedback--
|
||||
|
||||
27 corresponds to `二十七 (er shí qī)`, while the number in the audio is formed by adding `七 (qī)` after `三十 (sān shí)`.
|
||||
|
||||
---
|
||||
|
||||
73
|
||||
|
||||
### --feedback--
|
||||
|
||||
73 corresponds to `七十三 (qī shí sān)`, which is different from what you hear in the audio.
|
||||
|
||||
---
|
||||
|
||||
37
|
||||
|
||||
---
|
||||
|
||||
39
|
||||
|
||||
### --feedback--
|
||||
|
||||
39 corresponds to `三十九 (sān shí jiǔ)`, which is different from what you hear in the audio.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na is pronouncing `三十七 (sān shí qī)`, which corresponds to the number 37.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 51.72,
|
||||
"finishTimestamp": 53.15
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.43,
|
||||
"dialogue": {
|
||||
"text": "三十七 (sān shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.93
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+170
@@ -0,0 +1,170 @@
|
||||
---
|
||||
id: 698734483f9b59d7c6815583
|
||||
title: Task 7
|
||||
challengeType: 24
|
||||
dashedName: task-7
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 四十 (sì shí), 四十一 (sì shí yī), 四十二 (sì shí èr), 四十三 (sì shí sān), 四十四 (sì shí sì), 四十五 (sì shí wǔ), 四十六 (sì shí liù), 四十七 (sì shí qī), 四十八 (sì shí bā), 四十九 (sì shí jiǔ) -->
|
||||
|
||||
### type 24 — Numbers (40–49)
|
||||
|
||||
# --description--
|
||||
|
||||
Now let’s move on to the numbers in the **40s**.
|
||||
|
||||
In Chinese, the number **40** is called `四十 (sì shí)`.
|
||||
|
||||
Numbers from **41 to 49** are formed by adding the units digit (1–9) directly after
|
||||
`四十 (sì shí)` (40). The pattern is the same as with numbers in the 20s and 30s.
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 40 | `四十 (sì shí)` |
|
||||
| 41 | `四十一 (sì shí yī)` |
|
||||
| 42 | `四十二 (sì shí èr)` |
|
||||
| 43 | `四十三 (sì shí sān)` |
|
||||
| 44 | `四十四 (sì shí sì)` |
|
||||
| 45 | `四十五 (sì shí wǔ)` |
|
||||
| 46 | `四十六 (sì shí liù)` |
|
||||
| 47 | `四十七 (sì shí qī)` |
|
||||
| 48 | `四十八 (sì shí bā)` |
|
||||
| 49 | `四十九 (sì shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 40 to 49.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 64.9,
|
||||
"finishTimestamp": 88.21
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.07,
|
||||
"dialogue": {
|
||||
"text": "四十 (sì shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 3.15,
|
||||
"finishTime": 4.36,
|
||||
"dialogue": {
|
||||
"text": "四十一 (sì shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.63,
|
||||
"finishTime": 6.81,
|
||||
"dialogue": {
|
||||
"text": "四十二 (sì shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 8.26,
|
||||
"finishTime": 9.48,
|
||||
"dialogue": {
|
||||
"text": "四十三 (sì shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 10.8,
|
||||
"finishTime": 12.02,
|
||||
"dialogue": {
|
||||
"text": "四十四 (sì shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 13.29,
|
||||
"finishTime": 14.63,
|
||||
"dialogue": {
|
||||
"text": "四十五 (sì shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 15.79,
|
||||
"finishTime": 16.95,
|
||||
"dialogue": {
|
||||
"text": "四十六 (sì shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 18.14,
|
||||
"finishTime": 19.54,
|
||||
"dialogue": {
|
||||
"text": "四十七 (sì shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 20.67,
|
||||
"finishTime": 21.84,
|
||||
"dialogue": {
|
||||
"text": "四十八 (sì shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 22.94,
|
||||
"finishTime": 24.31,
|
||||
"dialogue": {
|
||||
"text": "四十九 (sì shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 24.81
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
id: 6987350cce40b856ab2cebda
|
||||
title: Task 8
|
||||
challengeType: 22
|
||||
dashedName: task-8
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Now you'll practice writing a few numbers that are between 40 and 49. To complete this task, keep in mind that in Chinese, the number 40 is called `四十 (sì shí)`.
|
||||
|
||||
The numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`43 - BLANK`
|
||||
|
||||
`45 - BLANK`
|
||||
|
||||
`47 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`四十三 (sì shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `三 (sān)` after `四十 (sì shí)`.
|
||||
|
||||
---
|
||||
|
||||
`四十五 (sì shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `五 (wǔ)` after `四十 (sì shí)`.
|
||||
|
||||
---
|
||||
|
||||
`四十七 (sì shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `七 (qī)` after `四十 (sì shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
These numbers are:
|
||||
|
||||
`四十三 (sì shí sān)` - 43
|
||||
|
||||
`四十五 (sì shí wǔ)` - 45
|
||||
|
||||
`四十七 (sì shí qī)` - 47
|
||||
|
||||
They are formed by adding the Chinese for 3, 5, and 7 after `四十 (sì shí)` (40).
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 6987faf694d57f0e8f250021
|
||||
title: Task 9
|
||||
challengeType: 19
|
||||
dashedName: task-9
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 四十一 (sì shí yī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na continues to practice pronouncing numbers.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`四十七 (sì shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is formed by adding `一 (yī)`, not `七 (qī)`, after `四十 (sì shí)`.
|
||||
|
||||
---
|
||||
|
||||
`四十三 (sì shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is formed by adding `一 (yī)`, not `三 (sān)`, after `四十 (sì shí)`.
|
||||
|
||||
---
|
||||
|
||||
`四十一 (sì shí yī)`
|
||||
|
||||
---
|
||||
|
||||
`四十九 (sì shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The units digit is different from that in the audio.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na is pronouncing `四十一 (sì shí yī)`, which corresponds to the number 41.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 67.05,
|
||||
"finishTimestamp": 68.26
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.21,
|
||||
"dialogue": {
|
||||
"text": "四十一 (sì shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.71
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+167
@@ -0,0 +1,167 @@
|
||||
---
|
||||
id: 6987fc6473bb670057ba1617
|
||||
title: Task 10
|
||||
challengeType: 24
|
||||
dashedName: task-10
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 五十 (wǔ shí), 五十一 (wǔ shí yī), 五十二 (wǔ shí èr), 五十三 (wǔ shí sān), 五十四 (wǔ shí sì), 五十五 (wǔ shí wǔ), 五十六 (wǔ shí liù), 五十七 (wǔ shí qī), 五十八 (wǔ shí bā), 五十九 (wǔ shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Now it's time to learn the numbers in the 50s.
|
||||
|
||||
In Chinese, the number 50 is called `五十 (wǔ shí)`.
|
||||
|
||||
Numbers from 51 to 59 are formed by adding the units digit (1–9) after `五十 (wǔ shí)` (50).
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 50 | `五十 (wǔ shí)` |
|
||||
| 51 | `五十一 (wǔ shí yī)` |
|
||||
| 52 | `五十二 (wǔ shí èr)` |
|
||||
| 53 | `五十三 (wǔ shí sān)` |
|
||||
| 54 | `五十四 (wǔ shí sì)` |
|
||||
| 55 | `五十五 (wǔ shí wǔ)` |
|
||||
| 56 | `五十六 (wǔ shí liù)` |
|
||||
| 57 | `五十七 (wǔ shí qī)` |
|
||||
| 58 | `五十八 (wǔ shí bā)` |
|
||||
| 59 | `五十九 (wǔ shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 50 to 59.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 97.28,
|
||||
"finishTimestamp": 121.29
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.98,
|
||||
"dialogue": {
|
||||
"text": "五十 (wǔ shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 3.07,
|
||||
"finishTime": 4.24,
|
||||
"dialogue": {
|
||||
"text": "五十一 (wǔ shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.51,
|
||||
"finishTime": 6.6,
|
||||
"dialogue": {
|
||||
"text": "五十二 (wǔ shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 7.85,
|
||||
"finishTime": 8.98,
|
||||
"dialogue": {
|
||||
"text": "五十三 (wǔ shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 10.25,
|
||||
"finishTime": 11.37,
|
||||
"dialogue": {
|
||||
"text": "五十四 (wǔ shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 12.84,
|
||||
"finishTime": 14.07,
|
||||
"dialogue": {
|
||||
"text": "五十五 (wǔ shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 15.5,
|
||||
"finishTime": 16.65,
|
||||
"dialogue": {
|
||||
"text": "五十六 (wǔ shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 18.08,
|
||||
"finishTime": 19.33,
|
||||
"dialogue": {
|
||||
"text": "五十七 (wǔ shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 20.8,
|
||||
"finishTime": 22.03,
|
||||
"dialogue": {
|
||||
"text": "五十八 (wǔ shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 23.57,
|
||||
"finishTime": 25.01,
|
||||
"dialogue": {
|
||||
"text": "五十九 (wǔ shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 25.51
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
id: 698803b0254ccb32e24a6fdd
|
||||
title: Task 11
|
||||
challengeType: 22
|
||||
dashedName: task-11
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Let's practice writing some numbers that are between 50 and 59. To complete this task, keep in mind that in Chinese, the number 50 is called `五十 (wǔ shí)`.
|
||||
|
||||
The numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`52 - BLANK`
|
||||
|
||||
`55 - BLANK`
|
||||
|
||||
`59 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`五十二 (wǔ shí èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `二 (èr)` after `五十 (wǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`五十五 (wǔ shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `五 (wǔ)` after `五十 (wǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`五十九 (wǔ shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `九 (jiǔ)` after `五十 (wǔ shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
These numbers are:
|
||||
|
||||
`五十二 (wǔ shí èr)` - 52
|
||||
|
||||
`五十五 (wǔ shí wǔ)` - 55
|
||||
|
||||
`五十九 (wǔ shí jiǔ)` - 59
|
||||
|
||||
They are formed by adding the Chinese for 2, 5, and 9 after `五十 (wǔ shí)` (50).
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 69880643323541375effea00
|
||||
title: Task 12
|
||||
challengeType: 19
|
||||
dashedName: task-12
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na:五十六 (wǔ shí liù) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is pronouncing a number.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`五十三 (wǔ shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is formed by adding `六 (liù)`, not `三 (sān)`, after `五十 (wǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`五十六 (wǔ shí liù)`
|
||||
|
||||
---
|
||||
|
||||
`五十九 (wǔ shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is not formed by adding `九 (jiǔ)` after `五十 (wǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`五十七 (wǔ shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is not formed by adding `七 (qī)` after `五十 (wǔ shí)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na is pronouncing `五十六 (wǔ shí liù)`, which corresponds to the number 56.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 111.78,
|
||||
"finishTimestamp": 112.93
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.15,
|
||||
"dialogue": {
|
||||
"text": "五十六 (wǔ shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.65
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+167
@@ -0,0 +1,167 @@
|
||||
---
|
||||
id: 69880c2ac885fb98bfa42c8f
|
||||
title: Task 13
|
||||
challengeType: 24
|
||||
dashedName: task-13
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 六十 (liù shí), 六十一 (liù shí yī), 六十二 (liù shí èr), 六十三 (liù shí sān), 六十四 (liù shí sì), 六十五 (liù shí wǔ), 六十六 (liù shí liù), 六十七 (liù shí qī), 六十八 (liù shí bā), 六十九 (liù shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Let's move on to the numbers in the 60s.
|
||||
|
||||
In Chinese, the number 60 is called `六十 (liù shí)`.
|
||||
|
||||
Numbers from 61 to 69 are formed by adding the Chinese for units digit (1–9) after `六十 (liù shí)` (60).
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 60 | `六十 (liù shí)` |
|
||||
| 61 | `六十一 (liù shí yī)` |
|
||||
| 62 | `六十二 (liù shí èr)` |
|
||||
| 63 | `六十三 (liù shí sān)` |
|
||||
| 64 | `六十四 (liù shí sì)` |
|
||||
| 65 | `六十五 (liù shí wǔ)` |
|
||||
| 66 | `六十六 (liù shí liù)` |
|
||||
| 67 | `六十七 (liù shí qī)` |
|
||||
| 68 | `六十八 (liù shí bā)` |
|
||||
| 69 | `六十九 (liù shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 60 to 69.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 124.45,
|
||||
"finishTimestamp": 146.35
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.97,
|
||||
"dialogue": {
|
||||
"text": "六十 (liù shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 3.08,
|
||||
"finishTime": 4.16,
|
||||
"dialogue": {
|
||||
"text": "六十一 (liù shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.35,
|
||||
"finishTime": 6.46,
|
||||
"dialogue": {
|
||||
"text": "六十二 (liù shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 7.63,
|
||||
"finishTime": 8.78,
|
||||
"dialogue": {
|
||||
"text": "六十三 (liù shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 9.82,
|
||||
"finishTime": 10.94,
|
||||
"dialogue": {
|
||||
"text": "六十四 (liù shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 12.14,
|
||||
"finishTime": 13.36,
|
||||
"dialogue": {
|
||||
"text": "六十五 (liù shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 14.58,
|
||||
"finishTime": 15.68,
|
||||
"dialogue": {
|
||||
"text": "六十六 (liù shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 16.92,
|
||||
"finishTime": 18.13,
|
||||
"dialogue": {
|
||||
"text": "六十七 (liù shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 19.08,
|
||||
"finishTime": 20.2,
|
||||
"dialogue": {
|
||||
"text": "六十八 (liù shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 21.48,
|
||||
"finishTime": 22.9,
|
||||
"dialogue": {
|
||||
"text": "六十九 (liù shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 23.4
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
id: 698844c87626df6a968f00f6
|
||||
title: Task 14
|
||||
challengeType: 22
|
||||
dashedName: task-14
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Now you'll practice writing some numbers that are between 60 and 69. To complete this task, keep in mind that in Chinese, the number 60 is called `六十 (liù shí)`.
|
||||
|
||||
The numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`63 - BLANK`
|
||||
|
||||
`66 - BLANK`
|
||||
|
||||
`69 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`六十三 (liù shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `三 (sān)` after `六十 (liù shí)`.
|
||||
|
||||
---
|
||||
|
||||
`六十六 (liù shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `六 (liù)` after `六十 (liù shí)`.
|
||||
|
||||
---
|
||||
|
||||
`六十九 (liù shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `九 (jiǔ)` after `六十 (liù shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
These numbers are:
|
||||
|
||||
`六十三 (liù shí sān)` - 63
|
||||
|
||||
`六十六 (liù shí liù)` - 66
|
||||
|
||||
`六十九 (liù shí jiǔ)` - 69
|
||||
|
||||
They are formed by adding the Chinese for 3, 6, and 9 after `六十 (liù shí)` (60).
|
||||
+165
@@ -0,0 +1,165 @@
|
||||
---
|
||||
id: 698845bad55ee8ef11cc3ba8
|
||||
title: Task 16
|
||||
challengeType: 24
|
||||
dashedName: task-16
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 七十 (qī shí), 七十一 (qī shí yī), 七十二 (qī shí èr), 七十三 (qī shí sān), 七十四 (qī shí sì), 七十五 (qī shí wǔ), 七十六 (qī shí liù), 七十七 (qī shí qī), 七十八 (qī shí bā), 七十九 (qī shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
In Chinese, the number 70 is called `七十 (qī shí)`.
|
||||
|
||||
Numbers from 71 to 79 are formed by adding the units digit (1–9) after `七十 (qī shí)` (70).
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 70 | `七十 (qī shí)` |
|
||||
| 71 | `七十一 (qī shí yī)` |
|
||||
| 72 | `七十二 (qī shí èr)` |
|
||||
| 73 | `七十三 (qī shí sān)` |
|
||||
| 74 | `七十四 (qī shí sì)` |
|
||||
| 75 | `七十五 (qī shí wǔ)` |
|
||||
| 76 | `七十六 (qī shí liù)` |
|
||||
| 77 | `七十七 (qī shí qī)` |
|
||||
| 78 | `七十八 (qī shí bā)` |
|
||||
| 79 | `七十九 (qī shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 70 to 79.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 149.77,
|
||||
"finishTimestamp": 173.58
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.12,
|
||||
"dialogue": {
|
||||
"text": "七十 (qī shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 3.11,
|
||||
"finishTime": 4.41,
|
||||
"dialogue": {
|
||||
"text": "七十一 (qī shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.64,
|
||||
"finishTime": 6.89,
|
||||
"dialogue": {
|
||||
"text": "七十二 (qī shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 8.2,
|
||||
"finishTime": 9.52,
|
||||
"dialogue": {
|
||||
"text": "七十三 (qī shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 11.01,
|
||||
"finishTime": 12.31,
|
||||
"dialogue": {
|
||||
"text": "七十四 (qī shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 13.58,
|
||||
"finishTime": 15.04,
|
||||
"dialogue": {
|
||||
"text": "七十五 (qī shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 16.19,
|
||||
"finishTime": 17.33,
|
||||
"dialogue": {
|
||||
"text": "七十六 (qī shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 18.51,
|
||||
"finishTime": 19.85,
|
||||
"dialogue": {
|
||||
"text": "七十七 (qī shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 21.08,
|
||||
"finishTime": 22.31,
|
||||
"dialogue": {
|
||||
"text": "七十八 (qī shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 23.44,
|
||||
"finishTime": 24.81,
|
||||
"dialogue": {
|
||||
"text": "七十九 (qī shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 25.31
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+76
@@ -0,0 +1,76 @@
|
||||
---
|
||||
id: 69884da53311674ed527537f
|
||||
title: Task 17
|
||||
challengeType: 22
|
||||
dashedName: task-17
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Let's practice writing some numbers that are between 70 and 79. To complete this task, keep in mind that in Chinese, the number 70 is called `七十 (qī shí)`.
|
||||
|
||||
The numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`72 - BLANK`
|
||||
|
||||
`77 - BLANK`
|
||||
|
||||
`79 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`七十二 (qī shí èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `二 (èr)` after `七十 (qī shí)`.
|
||||
|
||||
---
|
||||
|
||||
`七十七 (qī shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `七 (qī)` after `七十 (qī shí)`.
|
||||
|
||||
---
|
||||
|
||||
`七十九 (qī shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `九 (jiǔ)` after `七十 (qī shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
These numbers are:
|
||||
|
||||
`七十二 (qī shí èr)` - 72
|
||||
|
||||
`七十七 (qī shí qī)` - 77
|
||||
|
||||
`七十九 (qī shí jiǔ)` - 79
|
||||
|
||||
They are formed by adding the Chinese for 2, 7, and 9 after `七十 (qī shí)` (70).
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 69884df8a8a3184900ca1e96
|
||||
title: Task 18
|
||||
challengeType: 19
|
||||
dashedName: task-18
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 七十五 (qī shí wǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na continues to practice pronouncing numbers.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`五十七 (wǔ shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Compared to the audio, the tens digit and the units digit are reversed.
|
||||
|
||||
---
|
||||
|
||||
`七十五 (qī shí wǔ)`
|
||||
|
||||
---
|
||||
|
||||
`七十 (qī shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is formed by adding `五 (wǔ)` after `七十 (qī shí)`.
|
||||
|
||||
---
|
||||
|
||||
`七十六 (qī shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is not formed by adding `六 (liù)` after `七十 (qī shí)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na says `七十五 (qī shí wǔ)`, which corresponds to the number 75.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 162.35,
|
||||
"finishTimestamp": 163.81
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.46,
|
||||
"dialogue": {
|
||||
"text": "七十五 (qī shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.96
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+165
@@ -0,0 +1,165 @@
|
||||
---
|
||||
id: 69885178b95af4ec796b96ea
|
||||
title: Task 19
|
||||
challengeType: 24
|
||||
dashedName: task-19
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 八十 (bā shí), 八十一 (bā shí yī), 八十二 (bā shí èr), 八十三 (bā shí sān), 八十四 (bā shí sì), 八十五 (bā shí wǔ), 八十六 (bā shí liù), 八十七 (bā shí qī), 八十八 (bā shí bā), 八十九 (bā shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
In Chinese, the number 80 is called `八十 (bā shí)`.
|
||||
|
||||
Numbers from 81 to 89 are formed by adding the units digit (1–9) after `八十 (bā shí)` (80).
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 80 | `八十 (bā shí)` |
|
||||
| 81 | `八十一 (bā shí yī)` |
|
||||
| 82 | `八十二 (bā shí èr)` |
|
||||
| 83 | `八十三 (bā shí sān)` |
|
||||
| 84 | `八十四 (bā shí sì)` |
|
||||
| 85 | `八十五 (bā shí wǔ)` |
|
||||
| 86 | `八十六 (bā shí liù)` |
|
||||
| 87 | `八十七 (bā shí qī)` |
|
||||
| 88 | `八十八 (bā shí bā)` |
|
||||
| 89 | `八十九 (bā shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 80 to 89.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 176.47,
|
||||
"finishTimestamp": 199.62
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.9,
|
||||
"dialogue": {
|
||||
"text": "八十 (bā shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 2.86,
|
||||
"finishTime": 3.88,
|
||||
"dialogue": {
|
||||
"text": "八十一 (bā shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.07,
|
||||
"finishTime": 6.11,
|
||||
"dialogue": {
|
||||
"text": "八十二 (bā shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 7.5,
|
||||
"finishTime": 8.6,
|
||||
"dialogue": {
|
||||
"text": "八十三 (bā shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 10.07,
|
||||
"finishTime": 11.21,
|
||||
"dialogue": {
|
||||
"text": "八十四 (bā shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 12.86,
|
||||
"finishTime": 14.08,
|
||||
"dialogue": {
|
||||
"text": "八十五 (bā shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 15.46,
|
||||
"finishTime": 16.5,
|
||||
"dialogue": {
|
||||
"text": "八十六 (bā shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 17.77,
|
||||
"finishTime": 18.96,
|
||||
"dialogue": {
|
||||
"text": "八十七 (bā shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 20.45,
|
||||
"finishTime": 21.55,
|
||||
"dialogue": {
|
||||
"text": "八十八 (bā shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 22.92,
|
||||
"finishTime": 24.15,
|
||||
"dialogue": {
|
||||
"text": "八十九 (bā shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 24.65
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
id: 698851925b24e74066bb96e3
|
||||
title: Task 20
|
||||
challengeType: 22
|
||||
dashedName: task-20
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Let's practice writing some numbers that are between 80 and 89. To complete this task, keep in mind that in Chinese, the number 80 is called `八十 (bā shí)`.
|
||||
|
||||
The numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`83 - BLANK`
|
||||
|
||||
`85 - BLANK`
|
||||
|
||||
`89 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`八十三 (bā shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `三 (sān)` after `八十 (bā shí)`.
|
||||
|
||||
---
|
||||
|
||||
`八十五 (bā shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `五 (wǔ)` after `八十 (bā shí)`.
|
||||
|
||||
---
|
||||
|
||||
`八十九 (bā shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `九 (jiǔ)` after `八十 (bā shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
These numbers are:
|
||||
|
||||
`八十三 (bā shí sān)` - 83
|
||||
|
||||
`八十五 (bā shí wǔ)` - 85
|
||||
|
||||
`八十九 (bā shí jiǔ)` - 89
|
||||
|
||||
They are formed by adding the Chinese for 3, 5, and 9 after `八十 (bā shí)` (80).
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 6988523880e03b91f4d16e3f
|
||||
title: Task 21
|
||||
challengeType: 19
|
||||
dashedName: task-21
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 八十七 (bā shí qī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is pronouncing a number in the 80s.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`七十八 (qī shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The tens digit and the units digit are reversed compared to the audio.
|
||||
|
||||
---
|
||||
|
||||
`八十八 (bā shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio doesn't end with `八 (bā)`.
|
||||
|
||||
---
|
||||
|
||||
`八十七 (bā shí qī)`
|
||||
|
||||
---
|
||||
|
||||
`八十一 (bā shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number you hear is formed by adding `七 (qī)`, not `一 (yī)`, after `八十 (bā shí)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
The audio says `八十七 (bā shí qī)`, which corresponds to the number 87.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 192.74,
|
||||
"finishTimestamp": 194.43
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.19,
|
||||
"dialogue": {
|
||||
"text": "八十七 (bā shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.69
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+167
@@ -0,0 +1,167 @@
|
||||
---
|
||||
id: 6988538c0aa5b2f76042aedb
|
||||
title: Task 22
|
||||
challengeType: 24
|
||||
dashedName: task-22
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 九十 (jiǔ shí), 九十一 (jiǔ shí yī), 九十二 (jiǔ shí èr), 九十三 (jiǔ shí sān), 九十四 (jiǔ shí sì), 九十五 (jiǔ shí wǔ), 九十六 (jiǔ shí liù), 九十七 (jiǔ shí qī), 九十八 (jiǔ shí bā), 九十九 (jiǔ shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
This is the last group of numbers below 100.
|
||||
|
||||
In Chinese, the number 90 is called `九十 (jiǔ shí)`.
|
||||
|
||||
Numbers from 91 to 99 are formed by adding the units digit (1–9) after `九十 (jiǔ shí)` (90).
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 90 | `九十 (jiǔ shí)` |
|
||||
| 91 | `九十一 (jiǔ shí yī)` |
|
||||
| 92 | `九十二 (jiǔ shí èr)` |
|
||||
| 93 | `九十三 (jiǔ shí sān)` |
|
||||
| 94 | `九十四 (jiǔ shí sì)` |
|
||||
| 95 | `九十五 (jiǔ shí wǔ)` |
|
||||
| 96 | `九十六 (jiǔ shí liù)` |
|
||||
| 97 | `九十七 (jiǔ shí qī)` |
|
||||
| 98 | `九十八 (jiǔ shí bā)` |
|
||||
| 99 | `九十九 (jiǔ shí jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and practice pronouncing these numbers.
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've practiced pronouncing the numbers from 90 to 99.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 202.09,
|
||||
"finishTimestamp": 225
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.08,
|
||||
"dialogue": {
|
||||
"text": "九十 (jiǔ shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 3.09,
|
||||
"finishTime": 4.39,
|
||||
"dialogue": {
|
||||
"text": "九十一 (jiǔ shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.6,
|
||||
"finishTime": 6.79,
|
||||
"dialogue": {
|
||||
"text": "九十二 (jiǔ shí èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 8.11,
|
||||
"finishTime": 9.33,
|
||||
"dialogue": {
|
||||
"text": "九十三 (jiǔ shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 10.42,
|
||||
"finishTime": 11.66,
|
||||
"dialogue": {
|
||||
"text": "九十四 (jiǔ shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 12.96,
|
||||
"finishTime": 14.31,
|
||||
"dialogue": {
|
||||
"text": "九十五 (jiǔ shí wǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 15.6,
|
||||
"finishTime": 16.73,
|
||||
"dialogue": {
|
||||
"text": "九十六 (jiǔ shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 17.95,
|
||||
"finishTime": 19.16,
|
||||
"dialogue": {
|
||||
"text": "九十七 (jiǔ shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 20.29,
|
||||
"finishTime": 21.45,
|
||||
"dialogue": {
|
||||
"text": "九十八 (jiǔ shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 22.55,
|
||||
"finishTime": 23.91,
|
||||
"dialogue": {
|
||||
"text": "九十九 (jiǔ shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 24.41
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+77
@@ -0,0 +1,77 @@
|
||||
---
|
||||
id: 698853e62253c3b78a830679
|
||||
title: Task 23
|
||||
challengeType: 22
|
||||
dashedName: task-23
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Let's practice writing some numbers that are between 90 and 99. To complete this task, keep in mind that in Chinese, the number 90 is called `九十 (jiǔ shí)`.
|
||||
|
||||
The numbers from 0 to 9 are:
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`93 - BLANK`
|
||||
|
||||
`94 - BLANK`
|
||||
|
||||
`95 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`九十三 (jiǔ shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `三 (sān)` after `九十 (jiǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`九十四 (jiǔ shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `四 (sì)` after `九十 (jiǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`九十五 (jiǔ shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number in Chinese is formed by adding `五 (wǔ)` after `九十 (jiǔ shí)`.
|
||||
|
||||
# --explanation--
|
||||
|
||||
These numbers are:
|
||||
|
||||
`九十三 (jiǔ shí sān)` - 93
|
||||
|
||||
`九十四 (jiǔ shí sì)` - 94
|
||||
|
||||
`九十五 (jiǔ shí wǔ)` - 95
|
||||
|
||||
They are formed by adding the Chinese for 3, 4, and 5 after `九十 (jiǔ shí)` (90).
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 698854147468e3335ba2c6aa
|
||||
title: Task 24
|
||||
challengeType: 19
|
||||
dashedName: task-24
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 九十九 (jiǔ shí jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is pronouncing a number in the 90s.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`九十一 (jiǔ shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number you hear is formed by adding `九 (jiǔ)`, not `一 (yī)`, after `九十 (jiǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`九十四 (jiǔ shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is not formed by adding `四 (sì)` after `九十 (jiǔ shí)`.
|
||||
|
||||
---
|
||||
|
||||
`九十九 (jiǔ shí jiǔ)`
|
||||
|
||||
---
|
||||
|
||||
`九十八 (jiǔ shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is not formed by adding `八 (bā)` after `九十 (jiǔ shí)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na says `九十九 (jiǔ shí jiǔ)`, corresponding to the number 99.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 223.04,
|
||||
"finishTimestamp": 225
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.36,
|
||||
"dialogue": {
|
||||
"text": "九十九 (jiǔ shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.86
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 69885647a9b27ab6ac37bbbd
|
||||
title: Task 15
|
||||
challengeType: 19
|
||||
dashedName: task-15
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 六十八 (liù shí bā) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is pronouncing a number in the 60s.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`六十八 (liù shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`五十八 (wǔ shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number you hear starts with `六 (liù)`, not `五 (wǔ)`.
|
||||
|
||||
---
|
||||
|
||||
`六十六 (liù shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is formed by adding `八 (bā)`, not `六 (liù)`, after `六十 (liù shí)`.
|
||||
|
||||
---
|
||||
|
||||
`六十九 (liù shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The number in the audio is formed by adding `八 (bā)` after `六十 (liù shí)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na says `六十八 (liù shí bā)`, which corresponds to the number 68.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 142.03,
|
||||
"finishTimestamp": 143.65
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.12,
|
||||
"dialogue": {
|
||||
"text": "六十八 (liù shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.62
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa397a93b71fd5e3a3023d
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 697f3c984293704873d23595
|
||||
title: Task 1
|
||||
challengeType: 19
|
||||
dashedName: task-1
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 三 (sān) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Wang Hua is pronouncing a number in Chinese.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`二 (èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The audio doesn't mention the number `二 (èr)`.
|
||||
|
||||
---
|
||||
|
||||
`四 (sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The audio doesn't mention the number `四 (sì)`.
|
||||
|
||||
---
|
||||
|
||||
`三 (sān)`
|
||||
|
||||
---
|
||||
|
||||
`五 (wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The audio doesn't mention the number `五 (wǔ)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
Wang Hua says `三 (sān)`, which corresponds to the number 3.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 7.93,
|
||||
"finishTimestamp": 8.61
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.68,
|
||||
"dialogue": {
|
||||
"text": "三 (sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.18
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+102
@@ -0,0 +1,102 @@
|
||||
---
|
||||
id: 697f3dc11540a2c63a72f949
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 二 (èr),六 (liù),八 (bā) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Wang Hua mentions a sequence of numbers in Chinese.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Complete the sequence of numbers based on the audio.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK, 六 (liù),八 (bā)`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`二 (èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 2 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Wang Hua mentions the sequence `二 (èr),六 (liù),八 (bā)`.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 28.29,
|
||||
"finishTimestamp": 31.65
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.48,
|
||||
"dialogue": {
|
||||
"text": "二 (èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 2.32,
|
||||
"finishTime": 2.89,
|
||||
"dialogue": {
|
||||
"text": "六 (liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 3.86,
|
||||
"finishTime": 4.36,
|
||||
"dialogue": {
|
||||
"text": "八 (bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 4.86
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+107
@@ -0,0 +1,107 @@
|
||||
---
|
||||
id: 697f448d81f541e6af994687
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 九 (jiǔ) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Wang Hua is pronouncing a number in Chinese.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`九 (jiǔ)`
|
||||
|
||||
---
|
||||
|
||||
`六 (liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Wang Hua doesn't mention the number `六 (liù)`.
|
||||
|
||||
---
|
||||
|
||||
`十 (shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Wang Hua doesn't mention the number `十 (shí)`.
|
||||
|
||||
---
|
||||
|
||||
`零 (líng)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Wang Hua doesn't mention the number `零 (líng)`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
Wang Hua says `九 (jiǔ)`, which corresponds to the number 9.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 18.87,
|
||||
"finishTimestamp": 19.74
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.97,
|
||||
"dialogue": {
|
||||
"text": "九",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.47
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 697f4517a8274849376c898e
|
||||
title: Task 4
|
||||
challengeType: 19
|
||||
dashedName: task-4
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which option contains numbers in **ascending** order?
|
||||
|
||||
## --answers--
|
||||
|
||||
`三 (sān) - 五 (wǔ) - 四 (sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
These numbers are not in ascending order. They are `3 - 5 - 4`.
|
||||
|
||||
---
|
||||
|
||||
`二 (èr) - 三 (sān) - 四 (sì)`
|
||||
|
||||
---
|
||||
|
||||
`九 (jiǔ) - 八 (bā) - 七 (qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
These numbers are in descending order. They are `9 - 8 - 7`.
|
||||
|
||||
---
|
||||
|
||||
`六 (liù) - 十 (shí) - 八 (bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
These numbers are not in ascending order. They are `6 - 10 - 8`.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
The question asks for numbers in ascending order, which means from smallest to largest. The correct sequence is `二 (èr) - 三 (sān) - 四 (sì)`, which corresponds to `2 - 3 - 4`.
|
||||
+84
@@ -0,0 +1,84 @@
|
||||
---
|
||||
id: 697f47d15cec8665fbecb34c
|
||||
title: Task 5
|
||||
challengeType: 22
|
||||
dashedName: task-5
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 七 (qī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Wang Hua says a number in Chinese.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Write the number that you hear in the audio below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`七 (qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 7 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Wang Hua says `七 (qī)`. It corresponds to the number 7.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 15.15,
|
||||
"finishTimestamp": 15.94
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.79,
|
||||
"dialogue": {
|
||||
"text": "七 (qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 2.29
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 697f489ecbd301695b9169db
|
||||
title: Task 6
|
||||
challengeType: 19
|
||||
dashedName: task-6
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Choose the option that matches the number to its correct Chinese character.
|
||||
|
||||
## --answers--
|
||||
|
||||
0 - `四 (sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The Chinese for the number 0 is `零 (líng)`.
|
||||
|
||||
---
|
||||
|
||||
7 - `十 (shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The Chinese for the number 7 is `七 (qī)`.
|
||||
|
||||
---
|
||||
|
||||
6 - `六 (liù) `
|
||||
|
||||
---
|
||||
|
||||
2 - `一 (yī) `
|
||||
|
||||
### --feedback--
|
||||
|
||||
The Chinese for the number 2 is `二 (èr) `.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
The only correct match is 6 - `六 (liù) `.
|
||||
+102
@@ -0,0 +1,102 @@
|
||||
---
|
||||
id: 697f4a3ae314386d90060966
|
||||
title: Task 7
|
||||
challengeType: 22
|
||||
dashedName: task-7
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 三 (sān), 六 (liù), 二 (èr) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Wang Hua mentions a sequence of numbers in Chinese.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Complete the sequence of numbers based on the audio.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`三 (sān), BLANK, 二 (èr)`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`六 (liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 6 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Wang Hua mentions the sequence `三 (sān), 六 (liù), 二 (èr)`, corresponding to the numbers 3, 6, and 2.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 42.58,
|
||||
"finishTimestamp": 46.18
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 1.67,
|
||||
"dialogue": {
|
||||
"text": "三 (sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 2.62,
|
||||
"finishTime": 3.18,
|
||||
"dialogue": {
|
||||
"text": "六 (liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 4.08,
|
||||
"finishTime": 4.6,
|
||||
"dialogue": {
|
||||
"text": "二 (èr)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 5.1
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+125
@@ -0,0 +1,125 @@
|
||||
---
|
||||
id: 697f4baa3475817639736dc2
|
||||
title: Task 9
|
||||
challengeType: 22
|
||||
dashedName: task-9
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Wang Hua: 四是四 (sì shì sì),十是十 (shí shì shí) 。-->
|
||||
|
||||
# --description--
|
||||
|
||||
Wang Hua is reading a Chinese tongue twister, which many people find tricky because the pronunciations of characters are similar.
|
||||
|
||||
This full tongue twister has four sentences. Using what you've learned, complete the first two sentences. You will complete another two sentences in later lessons.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentences below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK 是 (shì) BLANK , BLANK 是 (shì) BLANK。`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`四 (sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 4 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`四 (sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This repeats the number 4 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`十 (shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 10 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`十 (shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This repeats the number 10 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Wang Hua is saying:
|
||||
|
||||
`四是四 (sì shì sì)`,`十是十 (shí shì shí)`.
|
||||
|
||||
This sentence means "4 is 4, 10 is 10".
|
||||
|
||||
This is a common Chinese tongue twister to help you practice the pronunciation of similar-sounding numbers like `四 (sì)` and `十 (shí)` with the character `是 (shì)`.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company3-reception.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_0_10.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 50.4,
|
||||
"finishTimestamp": 55.58
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 1,
|
||||
"finishTime": 3.07,
|
||||
"dialogue": {
|
||||
"text": "四是四",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"startTime": 3.99,
|
||||
"finishTime": 6.18,
|
||||
"dialogue": {
|
||||
"text": "十是十",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"opacity": 0,
|
||||
"startTime": 6.68
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+156
@@ -0,0 +1,156 @@
|
||||
---
|
||||
id: 697f50a5c4df2cbcb9c1144b
|
||||
title: Task 10
|
||||
challengeType: 22
|
||||
dashedName: task-10
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task has no audio.
|
||||
|
||||
To finish this practice block, you're going to review how to write all numbers from 0 to 10.
|
||||
|
||||
Complete the sequence by filling in the missing Chinese number words.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`0 - BLANK`
|
||||
|
||||
`1 - BLANK`
|
||||
|
||||
`2 - BLANK`
|
||||
|
||||
`3 - BLANK`
|
||||
|
||||
`4 - BLANK`
|
||||
|
||||
`5 - BLANK`
|
||||
|
||||
`6 - BLANK`
|
||||
|
||||
`7 - BLANK`
|
||||
|
||||
`8 - BLANK`
|
||||
|
||||
`9 - BLANK`
|
||||
|
||||
`10 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`零 (líng)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 0.
|
||||
|
||||
---
|
||||
|
||||
`一 (yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 1.
|
||||
|
||||
---
|
||||
|
||||
`二 (èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 2.
|
||||
|
||||
---
|
||||
|
||||
`三 (sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 3.
|
||||
|
||||
---
|
||||
|
||||
`四 (sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 4.
|
||||
|
||||
---
|
||||
|
||||
`五 (wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 5.
|
||||
|
||||
---
|
||||
|
||||
`六 (liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 6.
|
||||
|
||||
---
|
||||
|
||||
`七 (qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 7.
|
||||
|
||||
---
|
||||
|
||||
`八 (bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 8.
|
||||
|
||||
---
|
||||
|
||||
`九 (jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 9.
|
||||
|
||||
---
|
||||
|
||||
`十 (shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 10.
|
||||
|
||||
# --explanation--
|
||||
|
||||
This task checks your knowledge of the first numbers in Chinese. These are the correct pairs.
|
||||
|
||||
**0** - `零 (líng)`
|
||||
|
||||
**1** - `一 (yī)`
|
||||
|
||||
**2** - `二 (èr)`
|
||||
|
||||
**3** - `三 (sān)`
|
||||
|
||||
**4** - `四 (sì)`
|
||||
|
||||
**5** - `五 (wǔ)`
|
||||
|
||||
**6** - `六 (liù)`
|
||||
|
||||
**7** - `七 (qī)`
|
||||
|
||||
**8** - `八 (bā)`
|
||||
|
||||
**9** - `九 (jiǔ)`
|
||||
|
||||
**10** - `十 (shí)`
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: 698ddc6952805df7921ac90b
|
||||
title: Task 8
|
||||
challengeType: 19
|
||||
dashedName: task-8
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- SPEAKING -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which number is larger?
|
||||
|
||||
## --answers--
|
||||
|
||||
`五 (wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`五 (wǔ)` corresponds to the number 5. Think if it's really larger than the other option.
|
||||
|
||||
---
|
||||
|
||||
`六 (liù)`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
`五 (wǔ)` corresponds to the number 5. `六 (liù)` corresponds to the number 6. Since 6 is larger than 5, the correct answer is `六 (liù)`.
|
||||
+89
@@ -0,0 +1,89 @@
|
||||
---
|
||||
id: 69845062d1fa07b76441548d
|
||||
title: Task 1
|
||||
challengeType: 19
|
||||
dashedName: task-1
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十九 (shí jiǔ) -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Is it true: the number that you can hear in the audio is 15.
|
||||
|
||||
## --answers--
|
||||
|
||||
True
|
||||
|
||||
### --feedback--
|
||||
|
||||
The audio clearly says a different number.
|
||||
|
||||
---
|
||||
|
||||
False
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十九 (shí jiǔ)`, which corresponds to the number 19.
|
||||
|
||||
In Chinese, `十五 (shí wǔ)` corresponds to the number 15.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 19.72,
|
||||
"finishTimestamp": 21.02
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.3,
|
||||
"dialogue": {
|
||||
"text": "十九 (shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.8
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+118
@@ -0,0 +1,118 @@
|
||||
---
|
||||
id: 6984866899c416e45e17c4f6
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十一 (shí yī),十九 (shí jiǔ),十六 (shí liù) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Li Hong is pronouncing a sequence of numbers.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sequence below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`BLANK, BLANK, BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十一 (shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 11 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`十九 (shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 19 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`十六 (shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 16 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong says `十一 (shí yī),十九 (shí jiǔ),十六 (shí liù)`, which corresponds to the numbers 11, 19, and 16.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 27.85,
|
||||
"finishTimestamp": 33.01
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.11,
|
||||
"dialogue": {
|
||||
"text": "十一 (shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 2.95,
|
||||
"finishTime": 4.26,
|
||||
"dialogue": {
|
||||
"text": "十九 (shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 5.12,
|
||||
"finishTime": 6.16,
|
||||
"dialogue": {
|
||||
"text": "十六 (shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 6.66
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+123
@@ -0,0 +1,123 @@
|
||||
---
|
||||
id: 698488e4b4b920ab0caf2df4
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十三 (shí sān),十一 (shí yī),十七 (shí qī) -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Listen to the audio and complete the sequence of numbers below:
|
||||
|
||||
`____, 十一 (shí yī),十七 (shí qī)`
|
||||
|
||||
## --answers--
|
||||
|
||||
`十二 (shí èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is not the number you hear first.
|
||||
|
||||
---
|
||||
|
||||
`十四 (shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This does not match the first number in the audio.
|
||||
|
||||
---
|
||||
|
||||
`十八 (shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is not part of the sequence.
|
||||
|
||||
---
|
||||
|
||||
`十三 (shí sān)`
|
||||
|
||||
## --video-solution--
|
||||
|
||||
4
|
||||
|
||||
# --explanation--
|
||||
|
||||
The sequence Li Hong says is `十三 (shí sān),十一 (shí yī),十七 (shí qī)`, corresponding to the numbers 13, 11, and 17.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 40.61,
|
||||
"finishTimestamp": 46.03
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.16,
|
||||
"dialogue": {
|
||||
"text": "十三 (shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 3.13,
|
||||
"finishTime": 4.32,
|
||||
"dialogue": {
|
||||
"text": "十一 (shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 5.18,
|
||||
"finishTime": 6.42,
|
||||
"dialogue": {
|
||||
"text": "十七 (shí qī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 6.92
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 69849170d28256b050e6bb23
|
||||
title: Task 4
|
||||
challengeType: 19
|
||||
dashedName: task-4
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which option contains numbers in **ascending** order?
|
||||
|
||||
## --answers--
|
||||
|
||||
`十一 (shí yī),十 (shí),十五 (shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
These numbers are 11, 10, and 15. They are not in ascending order because 10 is smaller than 11.
|
||||
|
||||
---
|
||||
|
||||
`十六 (shí liù),十七 (shí qī),十八 (shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`十四 (shí sì),十三 (shí sān),十二 (shí èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
These numbers are 14, 13, and 12. They are in descending order, not ascending.
|
||||
|
||||
---
|
||||
|
||||
`十九 (shí jiǔ),十七 (shí qī),十五 (shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
These numbers are 19, 17, and 15. They are in descending order, not ascending.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
The question asks for numbers in ascending order, which means from smallest to largest. The correct sequence is `十六 (shí liù),十七 (shí qī),十八 (shí bā)`, which corresponds to 16, 17, and 18.
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 698493cab6b9163b155f871f
|
||||
title: Task 6
|
||||
challengeType: 19
|
||||
dashedName: task-6
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Choose the option that matches the number to its correct Chinese.
|
||||
|
||||
## --answers--
|
||||
|
||||
19 – `十七 (shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`十七 (shí qī)` corresponds to the number 17.
|
||||
|
||||
---
|
||||
|
||||
16 – `十六 (shí liù)`
|
||||
|
||||
---
|
||||
|
||||
14 – `十五 (shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`十五 (shí wǔ)` corresponds to the number 15.
|
||||
|
||||
---
|
||||
|
||||
17 – `十九 (shí jiǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`十九 (shí jiǔ)` corresponds to the number 19.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
The correct match is 16 – `十六 (shí liù)`.
|
||||
+103
@@ -0,0 +1,103 @@
|
||||
---
|
||||
id: 698496fe375d5dd4b3848506
|
||||
title: Task 7
|
||||
challengeType: 19
|
||||
dashedName: task-7
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 十八 (shí bā) -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
What number do you hear in the audio?
|
||||
|
||||
## --answers--
|
||||
|
||||
`十一 (shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is not the number spoken in the audio.
|
||||
|
||||
---
|
||||
|
||||
`十四 (shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
It does not match the audio.
|
||||
|
||||
---
|
||||
|
||||
`十八 (shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`十七 (shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is different from what you hear.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
3
|
||||
|
||||
# --explanation--
|
||||
|
||||
In the audio, Li Hong clearly says `十八 (shí bā)`, which is the number 18.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 17.55,
|
||||
"finishTimestamp": 18.62
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.07,
|
||||
"dialogue": {
|
||||
"text": "十八 (shí bā)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 2.57
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+114
@@ -0,0 +1,114 @@
|
||||
---
|
||||
id: 69849e4520f7448b8c4074aa
|
||||
title: Task 8
|
||||
challengeType: 22
|
||||
dashedName: task-8
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Li Hong: 四是四 (sì shì sì),十是十 (shí shì shí),十四是十四 (shí sì shì shí sì)。-->
|
||||
|
||||
# --description--
|
||||
|
||||
Let's continue the tongue twister. You've already completed two sentences. Now you'll complete the third sentence.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentences below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`四是四 (sì shì sì),十是十 (shí shì shí),BLANK 是 (shì) BLANK。`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`十四 (shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 14 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`十四 (shí sì)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This repeats the number 14 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Li Hong is saying:
|
||||
|
||||
`四是四 (sì shì sì),十是十 (shí shì shí),十四是十四 (shí sì shì shí sì)`.
|
||||
|
||||
This sentence means "4 is 4, 10 is 10, and 14 is 14".
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "cafe.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_11_19.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 52.63,
|
||||
"finishTimestamp": 60.05
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.61,
|
||||
"dialogue": {
|
||||
"text": "四是四",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 3.42,
|
||||
"finishTime": 5.2,
|
||||
"dialogue": {
|
||||
"text": "十是十",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"startTime": 6.06,
|
||||
"finishTime": 8.42,
|
||||
"dialogue": {
|
||||
"text": "十四是十四",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Li Hong",
|
||||
"opacity": 0,
|
||||
"startTime": 8.92
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+39
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: 698dd9e71bf4ca8fab582c15
|
||||
title: Task 5
|
||||
challengeType: 19
|
||||
dashedName: task-5
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- SPEAKING -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which option is the correct Chinese for the number 18?
|
||||
|
||||
## --answers--
|
||||
|
||||
`十八 (shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`十五 (shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This corresponds to the number 15.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
The correct Chinese for the number 18 is `十八 (shí bā)`.
|
||||
+134
@@ -0,0 +1,134 @@
|
||||
---
|
||||
id: 69885f4022b8bf74b4e15dad
|
||||
title: Task 1
|
||||
challengeType: 22
|
||||
dashedName: task-1
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Now you will practice numbers by tens. Use the table for the numbers from 0 to 10 as a reference. You won't use all of them.
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
| 10 | `十 (shí)` |
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task has no audio. Fill in the blanks with the corresponding numbers in Chinese.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`20 - BLANK`
|
||||
|
||||
`30 - BLANK`
|
||||
|
||||
`40 - BLANK`
|
||||
|
||||
`50 - BLANK`
|
||||
|
||||
`60 - BLANK`
|
||||
|
||||
`70 - BLANK`
|
||||
|
||||
`80 - BLANK`
|
||||
|
||||
`90 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`二十 (èr shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 20 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`三十 (sān shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 30 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`四十 (sì shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 40 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`五十 (wǔ shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 50 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`六十 (liù shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the Chinese number for 60.
|
||||
|
||||
---
|
||||
|
||||
`七十 (qī shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 70 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`八十 (bā shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the Chinese number for 80.
|
||||
|
||||
---
|
||||
|
||||
`九十 (jiǔ shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 90 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The Chinese for the tens are:
|
||||
|
||||
`二十 (èr shí)` - 20
|
||||
|
||||
`三十 (sān shí)` - 30
|
||||
|
||||
`四十 (sì shí)` - 40
|
||||
|
||||
`五十 (wǔ shí)` - 50
|
||||
|
||||
`六十 (liù shí)` - 60
|
||||
|
||||
`七十 (qī shí)` - 70
|
||||
|
||||
`八十 (bā shí)` - 80
|
||||
|
||||
`九十 (jiǔ shí)` - 90
|
||||
+123
@@ -0,0 +1,123 @@
|
||||
---
|
||||
id: 698880b3876a03850d90f304
|
||||
title: Task 2
|
||||
challengeType: 22
|
||||
dashedName: task-2
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 四是四 (sì shì sì),十是十 (shí shì shí),十四是十四 (shí sì shì shí sì),四十是四十 (sì shí shì sì shí)。-->
|
||||
|
||||
# --description--
|
||||
|
||||
Excellent work so far! You are now completing the final line of your first Chinese tongue twister. It helps you practice distinguishing the `si` and `shi` sounds in different tones, as well as the pronunciation of single-digit and double-digit numbers.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sentences below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`四是四 (sì shì sì),十是十 (shí shì shí),十四是十四 (shí sì shì shí sì),BLANK 是 (shì) BLANK。`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`四十 (sì shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 40 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`四十 (sì shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This repeats the number 40 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na is saying:
|
||||
|
||||
`四是四 (sì shì sì),十是十 (shí shì shí),十四是十四 (shí sì shì shí sì),四十是四十 (sì shí shì sì shí)`.
|
||||
|
||||
This sentence means "4 is 4, 10 is 10, 14 is 14, and 40 is 40".
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 227,
|
||||
"finishTimestamp": 237.71
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.6,
|
||||
"dialogue": {
|
||||
"text": "四是四 (sì shì sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 3.09,
|
||||
"finishTime": 4.81,
|
||||
"dialogue": {
|
||||
"text": "十是十 (shí shì shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.45,
|
||||
"finishTime": 7.89,
|
||||
"dialogue": {
|
||||
"text": "十四是十四 (shí sì shì shí sì)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 8.53,
|
||||
"finishTime": 11.21,
|
||||
"dialogue": {
|
||||
"text": "四十是四十 (sì shí shì sì shí)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 11.71
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+91
@@ -0,0 +1,91 @@
|
||||
---
|
||||
id: 698889b0d4adc30ad148b955
|
||||
title: Task 3
|
||||
challengeType: 19
|
||||
dashedName: task-3
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 四十一 (sì shí yī) -->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is pronouncing a number in the 40s.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and answer the question below.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Is it true or false: The number that you can hear in the audio is 47.
|
||||
|
||||
## --answers--
|
||||
|
||||
True
|
||||
|
||||
### --feedback--
|
||||
|
||||
47 in Chinese would be `四十七 (sì shí qī)`, which sounds different from what you hear in the audio.
|
||||
|
||||
---
|
||||
|
||||
False
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
Chen Na says `四十一 (sì shí yī)`, which corresponds to the number 41.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 66.85,
|
||||
"finishTimestamp": 68.26
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.21,
|
||||
"dialogue": {
|
||||
"text": "四十一 (sì shí yī)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 2.71
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 69888aa5042155a35449feca
|
||||
title: Task 4
|
||||
challengeType: 19
|
||||
dashedName: task-4
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which of the following correctly matches the numbers to their names?
|
||||
|
||||
## --answers--
|
||||
|
||||
`三十八 (sān shí bā)` - 38
|
||||
|
||||
---
|
||||
|
||||
`四十五 (sì shí wǔ)` - 54
|
||||
|
||||
### --feedback--
|
||||
|
||||
`四十五 (sì shí wǔ)` corresponds to 45.
|
||||
|
||||
---
|
||||
|
||||
`六十九 (liù shí jiǔ)` - 79
|
||||
|
||||
### --feedback--
|
||||
|
||||
`六十九 (liù shí jiǔ)` corresponds to 69.
|
||||
|
||||
---
|
||||
|
||||
`七十二 (qī shí èr)` - 27
|
||||
|
||||
### --feedback--
|
||||
|
||||
`七十二 (qī shí èr)` corresponds to 72.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
The only correct match is `三十八 (sān shí bā)` - 38.
|
||||
+68
@@ -0,0 +1,68 @@
|
||||
---
|
||||
id: 69888f1cf1a1ee23ce86b39d
|
||||
title: Task 5
|
||||
challengeType: 22
|
||||
dashedName: task-5
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Complete the blanks below with Chinese for the numbers.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`90 - BLANK`
|
||||
|
||||
`83 - BLANK`
|
||||
|
||||
`67 - BLANK`
|
||||
|
||||
`45 - BLANK`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`九十 (jiǔ shí)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 90 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`八十三 (bā shí sān)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 83 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`六十七 (liù shí qī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 67 in Chinese.
|
||||
|
||||
---
|
||||
|
||||
`四十五 (sì shí wǔ)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This is the number 45 in Chinese.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The matches are:
|
||||
|
||||
`90 - 九十 (jiǔ shí)`
|
||||
|
||||
`83 - 八十三 (bā shí sān)`
|
||||
|
||||
`67 - 六十七 (liù shí qī)`
|
||||
|
||||
`45 - 四十五 (sì shí wǔ)`
|
||||
+102
@@ -0,0 +1,102 @@
|
||||
---
|
||||
id: 698943136bbd381bbe8d10ef
|
||||
title: Task 6
|
||||
challengeType: 22
|
||||
dashedName: task-6
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
<!-- (Audio) Chen Na: 二十九 (èr shí jiǔ), 七十六 (qī shí liù), 三十三 (sān shí sān)-->
|
||||
|
||||
# --description--
|
||||
|
||||
Chen Na is pronouncing a sequence of numbers.
|
||||
|
||||
# --instructions--
|
||||
|
||||
Listen to the audio and complete the sequence of numbers below.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`二十九 (èr shí jiǔ),BLANK,三十三 (sān shí sān)`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`七十六 (qī shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number is formed by adding `六 (liù)` to `七十 (qī shí)`. It corresponds to 76.
|
||||
|
||||
# --explanation--
|
||||
|
||||
The sequence of numbers is `二十九 (èr shí jiǔ),七十六 (qī shí liù),三十三 (sān shí sān)`, corresponding to 29, 76, and 33.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "company1-breakroom.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"position": {
|
||||
"x": 50,
|
||||
"y": 15,
|
||||
"z": 1.4
|
||||
},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 245.08,
|
||||
"finishTimestamp": 252.09
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 1,
|
||||
"finishTime": 2.61,
|
||||
"dialogue": {
|
||||
"text": "二十九 (èr shí jiǔ)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 3.35,
|
||||
"finishTime": 4.88,
|
||||
"dialogue": {
|
||||
"text": "七十六 (qī shí liù)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"startTime": 5.9,
|
||||
"finishTime": 7.41,
|
||||
"dialogue": {
|
||||
"text": "三十三 (sān shí sān)",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Chen Na",
|
||||
"opacity": 0,
|
||||
"startTime": 7.91
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 698949d1f654bbaa579600ab
|
||||
title: Task 7
|
||||
challengeType: 19
|
||||
dashedName: task-7
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
The first number is `五十一 (wǔ shí yī)` and the third number is `七十九 (qī shí jiǔ)`. Which number should be placed in the middle as the second number to form an ascending sequence?
|
||||
|
||||
## --answers--
|
||||
|
||||
`六十五 (liù shí wǔ)`
|
||||
|
||||
---
|
||||
|
||||
`八十二 (bā shí èr)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`八十二 (bā shí èr)` (82) is larger than `七十九 (qī shí jiǔ)` (79), so it cannot be in the middle.
|
||||
|
||||
---
|
||||
|
||||
`四十六 (sì shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`四十六 (sì shí liù)` (46) is smaller than `五十一 (wǔ shí yī)` (51), so it cannot be in the middle.
|
||||
|
||||
---
|
||||
|
||||
`九十六 (jiǔ shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
`九十六 (jiǔ shí liù)` (96) is larger than than `七十九 (qī shí jiǔ)` (79), so it can be in the middle.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
1
|
||||
|
||||
# --explanation--
|
||||
|
||||
The middle number must be greater than `五十一 (wǔ shí yī)` (51) and smaller than `七十九 (qī shí jiǔ)` (79). `六十五 (liù shí wǔ)` (65) fits correctly in ascending order.
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
---
|
||||
id: 69894c6bf8fc379beb7db7de
|
||||
title: Task 8
|
||||
challengeType: 22
|
||||
dashedName: task-8
|
||||
lang: zh-CN
|
||||
inputType: pinyin-to-hanzi
|
||||
---
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task doesn't have audio. Fill in the next number according to the pattern.
|
||||
|
||||
# --fillInTheBlank--
|
||||
|
||||
## --sentence--
|
||||
|
||||
`五十一 (wǔ shí yī),六十一 (liù shí èr),BLANK, 八十一 (bā shí yī)`
|
||||
|
||||
## --blanks--
|
||||
|
||||
`七十一 (qī shí yī)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
The first, second and fourth number are 51, 61, and 81. The sequence goes up by 10 each time, so the third number is `七十一 (qī shí yī)` (71).
|
||||
|
||||
# --explanation--
|
||||
|
||||
`五十一 (wǔ shí yī)` is 51, `六十一 (liù shí yī)` is 61, and `八十一 (bā shí yī)` is 81. The whole sequence is formed by each number going up by 10, so the third number is `七十一 (qī shí yī)` (71).
|
||||
+53
@@ -0,0 +1,53 @@
|
||||
---
|
||||
id: 69894da754bf3ff872274e3f
|
||||
title: Task 9
|
||||
challengeType: 19
|
||||
dashedName: task-9
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
<!-- SPEAKING -->
|
||||
|
||||
# --instructions--
|
||||
|
||||
This task has no audio. Read the question below and select the correct answer.
|
||||
|
||||
# --questions--
|
||||
|
||||
## --text--
|
||||
|
||||
Which number is the largest: `七十八 (qī shí bā)`, `八十六 (bā shí liù)` or `八十七 (bā shí qī)`?
|
||||
|
||||
## --answers--
|
||||
|
||||
`七十八 (qī shí bā)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
Compare the tens: `七 (qī)` is smaller than `八 (bā)`.
|
||||
|
||||
---
|
||||
|
||||
`八十七 (bā shí qī)`
|
||||
|
||||
---
|
||||
|
||||
`八十六 (bā shí liù)`
|
||||
|
||||
### --feedback--
|
||||
|
||||
This number has the same tens as `八十七 (bā shí qī)` but a smaller ones digit.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
2
|
||||
|
||||
# --explanation--
|
||||
|
||||
First, compare the tens:
|
||||
|
||||
`七十八 (qī shí bā)` has `七十 (qī shí)` (70). `八十六 (bā shí liù)` and `八十七 (bā shí qī)` have `八十 (bā shí)` (80). 80 is larger than 70.
|
||||
|
||||
Next, compare the ones:
|
||||
|
||||
`八十七 (bā shí qī)` has 7. `八十六 (bā shí liù)` has 6. 7 is larger than 6, so `八十七 (bā shí qī)` is the largest number.
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa39f4de9f52d8fdee4c7d
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa38c9cc3f26d19bc97772
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+271
@@ -0,0 +1,271 @@
|
||||
---
|
||||
id: 697adc426b8d5ed66d1e8b97
|
||||
title: Numbers below 100 Quiz
|
||||
challengeType: 8
|
||||
dashedName: zh-a1-quiz-numbers-below-100
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
To pass the quiz, you must correctly answer at least 9 of the 10 questions below.
|
||||
|
||||
# --quizzes--
|
||||
|
||||
## --quiz--
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which option shows the correct Chinese for 15?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`十六 (shí liù)`
|
||||
|
||||
---
|
||||
|
||||
`二十五 (èr shí wǔ)`
|
||||
|
||||
---
|
||||
|
||||
`十九 (shí jiǔ)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`十五 (shí wǔ)`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What is the base word in Chinese for numbers in the 60s?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`五十 (wǔ shí)`
|
||||
|
||||
---
|
||||
|
||||
`三十 (sān shí)`
|
||||
|
||||
---
|
||||
|
||||
`十六 (shí liù)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`六十 (shí li)`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
What is the Chinese for the number pronounced in the audio?
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTimestamp": 182.37,
|
||||
"finishTimestamp": 184.07
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"text": "八十三 (bā shí sān)"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`八十二 (bā shí èr)`
|
||||
|
||||
---
|
||||
|
||||
`三十八 (sān shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`九十三 (jiǔ shí sān)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`八十三 (bā shí sān)`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which number comes right before `三十七 (sān shí qī)`?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`三十五 (sān shí wǔ)`
|
||||
|
||||
---
|
||||
|
||||
`三十八 (sān shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`三十四 (sān shí sì)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`三十六 (sān shí liù)`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Is it true or false: `七十九 (qī shí jiǔ)` corresponds to 76?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
True
|
||||
|
||||
---
|
||||
|
||||
Sometimes
|
||||
|
||||
---
|
||||
|
||||
Not sure
|
||||
|
||||
#### --answer--
|
||||
|
||||
False
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
You want to tell your colleague you're 27 years old. What word will you use?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`三十七 (sān shí qī)`
|
||||
|
||||
---
|
||||
|
||||
`二十六 (èr shí liù)`
|
||||
|
||||
---
|
||||
|
||||
`十七 (shí qī)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`二十七 (èr shí qī)`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which match is correct?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`二十八 (èr shí bā)` - 29
|
||||
|
||||
---
|
||||
|
||||
`四十一 (sì shí yī)` - 45
|
||||
|
||||
---
|
||||
|
||||
`三十五 (sān shí wǔ)` - 36
|
||||
|
||||
#### --answer--
|
||||
|
||||
`七十七 (qī shí qī)` - 77
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which number is the largest?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`五十六 (wǔ shí liù)`
|
||||
|
||||
---
|
||||
|
||||
`五十八 (wǔ shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`六十六 (liù shí liù)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`六十八 (liù shí bā)`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which sequence is NOT ascending?
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`十九 (shí jiǔ), 二十二 (èr shí èr), 二十七 (èr shí qī)`
|
||||
|
||||
---
|
||||
|
||||
`三十五 (sān shí wǔ), 三十八 (sān shí bā), 六十 (liù shí)`
|
||||
|
||||
---
|
||||
|
||||
`四十七 (sì shí qī), 四十九 (sì shí jiǔ), 五十六 (wǔ shí)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`五十四 (wǔ shí sì), 五十七 (wǔ shí qī), 五十五 (wǔ shí wǔ)`
|
||||
|
||||
### --question--
|
||||
|
||||
#### --text--
|
||||
|
||||
Which number is right after the number pronounced in the audio?
|
||||
|
||||
#### --audio--
|
||||
|
||||
```json
|
||||
{
|
||||
"audio": {
|
||||
"filename": "ZH_A1_numbers_and_personal_information_numbers_20_99.mp3",
|
||||
"startTimestamp": 114.06,
|
||||
"finishTimestamp": 115.61
|
||||
},
|
||||
"transcript": [
|
||||
{
|
||||
"character": "Wang Hua",
|
||||
"text": "五十七 (wǔ shí qī)"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
#### --distractors--
|
||||
|
||||
`五十六 (wǔ shí liù)`
|
||||
|
||||
---
|
||||
|
||||
`九十八 (jiǔ shí bā)`
|
||||
|
||||
---
|
||||
|
||||
`五十七 (wǔ shí qī)`
|
||||
|
||||
#### --answer--
|
||||
|
||||
`五十八 (wǔ shí bā)`
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa3a185c66aadc3525bcb2
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa393a2a3cd1d42a7b8131
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
+150
@@ -0,0 +1,150 @@
|
||||
---
|
||||
id: 698ddf00d4e94f1583535909
|
||||
title: Numbers from 0 to 99 General Review
|
||||
challengeType: 24
|
||||
dashedName: numbers-below-100-general-review
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Take a moment to review the numbers you have learned so far.
|
||||
|
||||
## Numbers from 0 to 99
|
||||
|
||||
| Number | Chinese |
|
||||
| :--- | :--- |
|
||||
| 0 | `零 (líng)` |
|
||||
| 1 | `一 (yī)` |
|
||||
| 2 | `二 (èr)` |
|
||||
| 3 | `三 (sān)` |
|
||||
| 4 | `四 (sì)` |
|
||||
| 5 | `五 (wǔ)` |
|
||||
| 6 | `六 (liù)` |
|
||||
| 7 | `七 (qī)` |
|
||||
| 8 | `八 (bā)` |
|
||||
| 9 | `九 (jiǔ)` |
|
||||
| 10 | `十 (shí)` |
|
||||
| 11 | `十一 (shí yī)` |
|
||||
| 12 | `十二 (shí èr)` |
|
||||
| 13 | `十三 (shí sān)` |
|
||||
| 14 | `十四 (shí sì)` |
|
||||
| 15 | `十五 (shí wǔ)` |
|
||||
| 16 | `十六 (shí liù)` |
|
||||
| 17 | `十七 (shí qī)` |
|
||||
| 18 | `十八 (shí bā)` |
|
||||
| 19 | `十九 (shí jiǔ)` |
|
||||
| 20 | `二十 (èr shí)` |
|
||||
| 21 | `二十一 (èr shí yī)` |
|
||||
| 22 | `二十二 (èr shí èr)` |
|
||||
| 23 | `二十三 (èr shí sān)` |
|
||||
| 24 | `二十四 (èr shí sì)` |
|
||||
| 25 | `二十五 (èr shí wǔ)` |
|
||||
| 26 | `二十六 (èr shí liù)` |
|
||||
| 27 | `二十七 (èr shí qī)` |
|
||||
| 28 | `二十八 (èr shí bā)` |
|
||||
| 29 | `二十九 (èr shí jiǔ)` |
|
||||
| 30 | `三十 (sān shí)` |
|
||||
| 31 | `三十一 (sān shí yī)` |
|
||||
| 32 | `三十二 (sān shí èr)` |
|
||||
| 33 | `三十三 (sān shí sān)` |
|
||||
| 34 | `三十四 (sān shí sì)` |
|
||||
| 35 | `三十五 (sān shí wǔ)` |
|
||||
| 36 | `三十六 (sān shí liù)` |
|
||||
| 37 | `三十七 (sān shí qī)` |
|
||||
| 38 | `三十八 (sān shí bā)` |
|
||||
| 39 | `三十九 (sān shí jiǔ)` |
|
||||
| 40 | `四十 (sì shí)` |
|
||||
| 41 | `四十一 (sì shí yī)` |
|
||||
| 42 | `四十二 (sì shí èr)` |
|
||||
| 43 | `四十三 (sì shí sān)` |
|
||||
| 44 | `四十四 (sì shí sì)` |
|
||||
| 45 | `四十五 (sì shí wǔ)` |
|
||||
| 46 | `四十六 (sì shí liù)` |
|
||||
| 47 | `四十七 (sì shí qī)` |
|
||||
| 48 | `四十八 (sì shí bā)` |
|
||||
| 49 | `四十九 (sì shí jiǔ)` |
|
||||
| 50 | `五十 (wǔ shí)` |
|
||||
| 51 | `五十一 (wǔ shí yī)` |
|
||||
| 52 | `五十二 (wǔ shí èr)` |
|
||||
| 53 | `五十三 (wǔ shí sān)` |
|
||||
| 54 | `五十四 (wǔ shí sì)` |
|
||||
| 55 | `五十五 (wǔ shí wǔ)` |
|
||||
| 56 | `五十六 (wǔ shí liù)` |
|
||||
| 57 | `五十七 (wǔ shí qī)` |
|
||||
| 58 | `五十八 (wǔ shí bā)` |
|
||||
| 59 | `五十九 (wǔ shí jiǔ)` |
|
||||
| 60 | `六十 (liù shí)` |
|
||||
| 61 | `六十一 (liù shí yī)` |
|
||||
| 62 | `六十二 (liù shí èr)` |
|
||||
| 63 | `六十三 (liù shí sān)` |
|
||||
| 64 | `六十四 (liù shí sì)` |
|
||||
| 65 | `六十五 (liù shí wǔ)` |
|
||||
| 66 | `六十六 (liù shí liù)` |
|
||||
| 67 | `六十七 (liù shí qī)` |
|
||||
| 68 | `六十八 (liù shí bā)` |
|
||||
| 69 | `六十九 (liù shí jiǔ)` |
|
||||
| 70 | `七十 (qī shí)` |
|
||||
| 71 | `七十一 (qī shí yī)` |
|
||||
| 72 | `七十二 (qī shí èr)` |
|
||||
| 73 | `七十三 (qī shí sān)` |
|
||||
| 74 | `七十四 (qī shí sì)` |
|
||||
| 75 | `七十五 (qī shí wǔ)` |
|
||||
| 76 | `七十六 (qī shí liù)` |
|
||||
| 77 | `七十七 (qī shí qī)` |
|
||||
| 78 | `七十八 (qī shí bā)` |
|
||||
| 79 | `七十九 (qī shí jiǔ)` |
|
||||
| 80 | `八十 (bā shí)` |
|
||||
| 81 | `八十一 (bā shí yī)` |
|
||||
| 82 | `八十二 (bā shí èr)` |
|
||||
| 83 | `八十三 (bā shí sān)` |
|
||||
| 84 | `八十四 (bā shí sì)` |
|
||||
| 85 | `八十五 (bā shí wǔ)` |
|
||||
| 86 | `八十六 (bā shí liù)` |
|
||||
| 87 | `八十七 (bā shí qī)` |
|
||||
| 88 | `八十八 (bā shí bā)` |
|
||||
| 89 | `八十九 (bā shí jiǔ)` |
|
||||
| 90 | `九十 (jiǔ shí)` |
|
||||
| 91 | `九十一 (jiǔ shí yī)` |
|
||||
| 92 | `九十二 (jiǔ shí èr)` |
|
||||
| 93 | `九十三 (jiǔ shí sān)` |
|
||||
| 94 | `九十四 (jiǔ shí sì)` |
|
||||
| 95 | `九十五 (jiǔ shí wǔ)` |
|
||||
| 96 | `九十六 (jiǔ shí liù)` |
|
||||
| 97 | `九十七 (jiǔ shí qī)` |
|
||||
| 98 | `九十八 (jiǔ shí bā)` |
|
||||
| 99 | `九十九 (jiǔ shí jiǔ)` |
|
||||
|
||||
<br>
|
||||
|
||||
## Basic Structure
|
||||
|
||||
- 0 to 9 have unique words.
|
||||
|
||||
- 10 is `十 (shí)`.
|
||||
|
||||
- 11 to 19 use `十 (shí)` + the units digit. For example, 16 is `十六 (shí liù)`.
|
||||
|
||||
- Exact tens use the tens digit + `十 (shí)`. For example, 20 is `二十 (èr shí)`.
|
||||
|
||||
- Other numbers from 20 to 99 use tens digit + `十 (shí)` + units digit. For example, 56 is `五十六 (wǔ shí liù)`.
|
||||
|
||||
<br>
|
||||
|
||||
## Tens base words
|
||||
|
||||
| Range | Tens base | Example | Chinese |
|
||||
| :--- | :--- | :--- | :--- |
|
||||
| **10s** | `十 (shí)` | 16 | `十六 (shí liù)` |
|
||||
| **20s** | `二十 (èr shí)` | 26 | `二十六 (èr shí liù)` |
|
||||
| **30s** | `三十 (sān shí)` | 36 | `三十六 (sān shí liù)` |
|
||||
| **40s** | `四十 (sì shí)` | 46 | `四十六 (sì shí liù)` |
|
||||
| **50s** | `五十 (wǔ shí)` | 56 | `五十六 (wǔ shí liù)` |
|
||||
| **60s** | `六十 (liù shí)` | 66 | `六十六 (liù shí liù)` |
|
||||
| **70s** | `七十 (qī shí)` | 76 | `七十六 (qī shí liù)` |
|
||||
| **80s** | `八十 (bā shí)` | 86 | `八十六 (bā shí liù)` |
|
||||
| **90s** | `九十 (jiǔ shí)` | 96 | `九十六 (jiǔ shí liù)` |
|
||||
|
||||
# --assignment--
|
||||
|
||||
I've read this review of the numbers from 0 to 99.
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa37d7eda33cc9fd579ca1
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
-59
@@ -1,59 +0,0 @@
|
||||
---
|
||||
id: 68fa39946fe847d6f462f730
|
||||
title: "Dialogue 1: I'm Tom"
|
||||
challengeType: 21
|
||||
dashedName: dialogue-1-im-tom
|
||||
lang: zh-CN
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
Watch the video below to understand the context of the upcoming lessons.
|
||||
|
||||
# --assignment--
|
||||
|
||||
Watch the video.
|
||||
|
||||
# --scene--
|
||||
|
||||
```json
|
||||
{
|
||||
"setup": {
|
||||
"background": "chaos.png",
|
||||
"characters": [
|
||||
{
|
||||
"character": "David",
|
||||
"position": {"x":50,"y":80,"z":8},
|
||||
"opacity": 0
|
||||
}
|
||||
],
|
||||
"audio": {
|
||||
"filename": "1.1-1.mp3",
|
||||
"startTime": 1,
|
||||
"startTimestamp": 5.7,
|
||||
"finishTimestamp": 6.48
|
||||
}
|
||||
},
|
||||
"commands": [
|
||||
{
|
||||
"character": "David",
|
||||
"opacity": 1,
|
||||
"startTime": 0
|
||||
},
|
||||
{
|
||||
"character": "David",
|
||||
"startTime": 1,
|
||||
"finishTime": 0.78,
|
||||
"dialogue": {
|
||||
"text": "I'm Tom.",
|
||||
"align": "center"
|
||||
}
|
||||
},
|
||||
{
|
||||
"character": "Tom",
|
||||
"opacity": 0,
|
||||
"startTime": 1.28
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-a-new-colleague",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "68fa38129e23d8cbd33dc056",
|
||||
"title": "Dialogue 1: I'm Tom"
|
||||
}
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-asking-about-the-team",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "68fa39a67ba382d80d68aaf4",
|
||||
"title": "Dialogue 1: I'm Tom"
|
||||
}
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-meeting-the-team",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{ "id": "68fa37fdcc29adcad942d8ad", "title": "Dialogue 1: I'm Tom" }
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-my-family",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "68fa38240f44a6ccd0e07037",
|
||||
"title": "Dialogue 1: I'm Tom"
|
||||
}
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-numbers-0-to-10",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{ "id": "697c26c741f3f4c452751570", "title": "Task 1" },
|
||||
{ "id": "697c7704cd4f0e480caf62da", "title": "Task 2" },
|
||||
{ "id": "697c7a28406ee80bc9ab8bbc", "title": "Task 3" },
|
||||
{ "id": "697ec6ead52c260cc55c4603", "title": "Task 4" },
|
||||
{ "id": "697ecb146a755d7e636c14cd", "title": "Task 5" },
|
||||
{ "id": "697ed345e506d4ff5bb76bd8", "title": "Task 6" },
|
||||
{ "id": "697f10d3a3db19a3c59e65f0", "title": "Task 7" },
|
||||
{ "id": "697f17fc9481800467ff3070", "title": "Task 8" },
|
||||
{ "id": "697f1856c207d05ae7dc555c", "title": "Task 9" },
|
||||
{ "id": "697f18c2d93dcb335b389011", "title": "Task 10" },
|
||||
{ "id": "697f18e23e07e2a9e69ba219", "title": "Task 11" },
|
||||
{ "id": "697f1903b81c0466fc3a7a89", "title": "Task 12" }
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-numbers-11-to-19",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{ "id": "698083ad46a3b901f567cf7f", "title": "Task 1" },
|
||||
{ "id": "6981b18d3da602baaba6b00f", "title": "Task 2" },
|
||||
{ "id": "6981b2b5cde1d5c7bc7710be", "title": "Task 3" },
|
||||
{ "id": "6981b337d8c78a5b7c5c6a2c", "title": "Task 4" },
|
||||
{ "id": "6981b4708c453bcd71d24f63", "title": "Task 5" },
|
||||
{ "id": "6981b557bd1e1f1abe8d7fad", "title": "Task 6" },
|
||||
{ "id": "6981ce83bdebc9d2280ad0b3", "title": "Task 7" },
|
||||
{ "id": "6981ceb5acd5f491222105cb", "title": "Task 8" },
|
||||
{ "id": "6981cffc3027d5ff925c220e", "title": "Task 9" },
|
||||
{ "id": "6981d06d6505cb363e2c8178", "title": "Task 10" },
|
||||
{ "id": "6981d097372c50852ceb36ec", "title": "Task 11" },
|
||||
{ "id": "6981d0bba2f25c62940c6a30", "title": "Task 12" }
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-learn-numbers-20-to-99",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{ "id": "69870348cbfaa270501be5f8", "title": "Task 1" },
|
||||
{ "id": "69870f1c238ffdbc99eedcda", "title": "Task 2" },
|
||||
{ "id": "6987116a068edd4903b40770", "title": "Task 3" },
|
||||
{ "id": "69872efd9fc510de68e5a784", "title": "Task 4" },
|
||||
{ "id": "698731dc817325b3d0472721", "title": "Task 5" },
|
||||
{ "id": "698732e17863627e37ce1956", "title": "Task 6" },
|
||||
{ "id": "698734483f9b59d7c6815583", "title": "Task 7" },
|
||||
{ "id": "6987350cce40b856ab2cebda", "title": "Task 8" },
|
||||
{ "id": "6987faf694d57f0e8f250021", "title": "Task 9" },
|
||||
{ "id": "6987fc6473bb670057ba1617", "title": "Task 10" },
|
||||
{ "id": "698803b0254ccb32e24a6fdd", "title": "Task 11" },
|
||||
{ "id": "69880643323541375effea00", "title": "Task 12" },
|
||||
{ "id": "69880c2ac885fb98bfa42c8f", "title": "Task 13" },
|
||||
{ "id": "698844c87626df6a968f00f6", "title": "Task 14" },
|
||||
{ "id": "69885647a9b27ab6ac37bbbd", "title": "Task 15" },
|
||||
{ "id": "698845bad55ee8ef11cc3ba8", "title": "Task 16" },
|
||||
{ "id": "69884da53311674ed527537f", "title": "Task 17" },
|
||||
{ "id": "69884df8a8a3184900ca1e96", "title": "Task 18" },
|
||||
{ "id": "69885178b95af4ec796b96ea", "title": "Task 19" },
|
||||
{ "id": "698851925b24e74066bb96e3", "title": "Task 20" },
|
||||
{ "id": "6988523880e03b91f4d16e3f", "title": "Task 21" },
|
||||
{ "id": "6988538c0aa5b2f76042aedb", "title": "Task 22" },
|
||||
{ "id": "698853e62253c3b78a830679", "title": "Task 23" },
|
||||
{ "id": "698854147468e3335ba2c6aa", "title": "Task 24" }
|
||||
],
|
||||
"blockLabel": "learn"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-practice-introducing-others",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "68fa397a93b71fd5e3a3023d",
|
||||
"title": "Dialogue 1: I'm Tom"
|
||||
}
|
||||
],
|
||||
"blockLabel": "practice"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-practice-numbers-0-to-10",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{ "id": "697f3c984293704873d23595", "title": "Task 1" },
|
||||
{ "id": "697f3dc11540a2c63a72f949", "title": "Task 2" },
|
||||
{ "id": "697f448d81f541e6af994687", "title": "Task 3" },
|
||||
{ "id": "697f4517a8274849376c898e", "title": "Task 4" },
|
||||
{ "id": "697f47d15cec8665fbecb34c", "title": "Task 5" },
|
||||
{ "id": "697f489ecbd301695b9169db", "title": "Task 6" },
|
||||
{ "id": "697f4a3ae314386d90060966", "title": "Task 7" },
|
||||
{ "id": "698ddc6952805df7921ac90b", "title": "Task 8" },
|
||||
{ "id": "697f4baa3475817639736dc2", "title": "Task 9" },
|
||||
{ "id": "697f50a5c4df2cbcb9c1144b", "title": "Task 10" }
|
||||
],
|
||||
"blockLabel": "practice"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-practice-numbers-11-to-19",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{ "id": "69845062d1fa07b76441548d", "title": "Task 1" },
|
||||
{ "id": "6984866899c416e45e17c4f6", "title": "Task 2" },
|
||||
{ "id": "698488e4b4b920ab0caf2df4", "title": "Task 3" },
|
||||
{ "id": "69849170d28256b050e6bb23", "title": "Task 4" },
|
||||
{ "id": "698dd9e71bf4ca8fab582c15", "title": "Task 5" },
|
||||
{ "id": "698493cab6b9163b155f871f", "title": "Task 6" },
|
||||
{ "id": "698496fe375d5dd4b3848506", "title": "Task 7" },
|
||||
{ "id": "69849e4520f7448b8c4074aa", "title": "Task 8" }
|
||||
],
|
||||
"blockLabel": "practice"
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-practice-numbers-20-to-99",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{ "id": "69885f4022b8bf74b4e15dad", "title": "Task 1" },
|
||||
{ "id": "698880b3876a03850d90f304", "title": "Task 2" },
|
||||
{ "id": "698889b0d4adc30ad148b955", "title": "Task 3" },
|
||||
{ "id": "69888aa5042155a35449feca", "title": "Task 4" },
|
||||
{ "id": "69888f1cf1a1ee23ce86b39d", "title": "Task 5" },
|
||||
{ "id": "698943136bbd381bbe8d10ef", "title": "Task 6" },
|
||||
{ "id": "698949d1f654bbaa579600ab", "title": "Task 7" },
|
||||
{ "id": "69894c6bf8fc379beb7db7de", "title": "Task 8" },
|
||||
{ "id": "69894da754bf3ff872274e3f", "title": "Task 9" }
|
||||
],
|
||||
"blockLabel": "practice"
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"isUpcomingChange": true,
|
||||
"dashedName": "zh-a1-practice-talking-about-others",
|
||||
"helpCategory": "Chinese Curriculum",
|
||||
"blockLayout": "challenge-grid",
|
||||
"challengeOrder": [
|
||||
{
|
||||
"id": "68fa39f4de9f52d8fdee4c7d",
|
||||
"title": "Dialogue 1: I'm Tom"
|
||||
}
|
||||
],
|
||||
"blockLabel": "practice"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user