Back to Freecodecamp

Task 13

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

latest1.8 KB
Original Source
<!-- (Audio) Liu Ming: 我是设计师 (wǒ shì shè jì shī)。 -->

--description--

Liu Ming is introducing his profession. He uses a common and useful structure.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Liu Ming's profession?

--answers--

He is a teacher.

--feedback--

Teacher in Chinese is 老师 (lǎo shī), which Liu Ming does not say.


He is a developer.

--feedback--

Developer in Chinese is 开发者 (kāi fā zhě), but it is not mentioned in the audio.


He is a designer.


He is Singaporean.

--feedback--

Singaporean is a nationality, not a profession.

--video-solution--

3

--explanation--

我是设计师 (wǒ shì shè jì shī) uses the structure 我是 (wǒ shì) + profession to introduce one's job.

我是 (wǒ shì) means "I am…", and 设计师 (shè jì shī) means "designer". So Liu Ming is saying he is a designer.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Liu Ming",
        "position": {
          "x": 50,
          "y": 17,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_liuming.mp3",
      "startTime": 1,
      "startTimestamp": 4.02,
      "finishTimestamp": 5.1
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 2.08,
      "dialogue": {
        "text": "我是设计师 (wǒ shì shè jì shī)。",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.58
    }
  ]
}