Back to Freecodecamp

Task 7

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

latest1.8 KB
Original Source
<!-- (Audio) Wang Hua: 我是开发者 (wǒ shì kāi fā zhě)。 -->

--description--

When you want to introduce your profession in Chinese, this structure is very useful:

我是 (wǒ shì) + profession.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Wang Hua's profession?

--answers--

She is a teacher.

--feedback--

Teacher in Chinese is 老师 (lǎo shī), but Wang Hua is not saying that.


She is a designer.

--feedback--

Designer in Chinese is 设计师 (shè jì shī), not what Wang Hua says.


She is a developer.


She is a student.

--feedback--

Student in Chinese is 学生 (xué shēng), which is not mentioned in the audio.

--video-solution--

3

--explanation--

我是开发者 (wǒ shì kāi fā zhě) uses the structure 我是 (wǒ shì) + profession to introduce one's job.

我是 (wǒ shì) means "I am…", and 开发者 (kāi fā zhě) means "developer". So Wang Hua is saying she is a developer.

--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": 5.76,
      "finishTimestamp": 6.88
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.12,
      "dialogue": {
        "text": "我是开发者 (wǒ shì kāi fā zhě)。",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.62
    }
  ]
}