Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/zh-a1-warm-up-greeting-new-colleagues/68ed0e4c834864b08e1f0549.md

latest1.7 KB
Original Source
<!-- (Audio) Wang Hua: 开发者 (kāi fā zhě) -->

--description--

Wang Hua is mentioning a profession. It refers to someone who builds software or applications.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What profession is Wang Hua mentioning?

--answers--

老师 (lǎo shī)

--feedback--

This means "teacher", not what she says.


设计师 (shè jì shī)

--feedback--

This means "designer", not what Wang Hua says.


经理 (jīng lǐ)

--feedback--

This means "manager", not the profession mentioned in the audio.


开发者 (kāi fā zhě)

--video-solution--

4

--explanation--

Wang Hua is saying 开发者 (kāi fā zhě), which means "developer".

A developer is someone who creates software, builds applications, and solves technical problems using code. For example:

我是开发者 (wǒ shì kāi fā zhě)。 - I am 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_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 6.65,
      "finishTimestamp": 7.7
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.05,
      "dialogue": {
        "text": "开发者 (kāi fā zhě)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.55
    }
  ]
}