Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/zh-a1-learn-understanding-greetings-and-introductions/68f45290ace3c0137aa128bf.md

latest1.4 KB
Original Source
<!-- (Audio) Wang Hua: 我是中国人 (wǒ shì zhōng guó rén)。 -->

--description--

Wang Hua is introducing herself and saying her nationality.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

我是 (wǒ shì) BLANK 人 (rén)。

--blanks--

中国 (zhōng guó)

--feedback--

This word means "China", which is a country in East Asia.

--explanation--

中国 (zhōng guó) means "China", and 人 (rén) means "person". Together, they form 中国人 (zhōng guó rén), which is a nationality meaning "Chinese".

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_wanghua.mp3",
      "startTime": 1,
      "startTimestamp": 4.04,
      "finishTimestamp": 5.23
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.19,
      "dialogue": {
        "text": "我是中国人 (wǒ shì zhōng guó rén)。",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.69
    }
  ]
}