Back to Freecodecamp

Task 4

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

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

--description--

When you want to introduce your nationality in Chinese, this structure is very commonly used:

我是 (wǒ shì) + nationality.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Wang Hua's nationality?

--answers--

She is Japanese.

--feedback--

Japanese in Chinese is 日本人 (rì běn rén), which is not mentioned in the audio.


She is American.

--feedback--

American in Chinese is 美国人 (měi guó rén), which is not mentioned in the audio.


She is Chinese.


She is a teacher.

--feedback--

Teacher is a profession, not a nationality.

--video-solution--

3

--explanation--

我是中国人 (wǒ shì zhōng guó rén) uses the structure 我是 (wǒ shì) + nationality to state where someone is from.

我是 (wǒ shì) means "I am...". A nationality is formed by adding 人 (rén), meaning "person", to the country name.

中国 (zhōng guó) means "China", so 中国人 (zhōng guó rén) means a person from China.

Therefore, Wang Hua is saying she is 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
    }
  ]
}