Back to Freecodecamp

Task 21

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

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

--description--

Liu Ming is mentioning a profession. It's a common word for someone who creates visual concepts, plans layouts, and works with color and form to make things look appealing.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What profession is Liu Ming mentioning?

--answers--

经理 (jīng lǐ)

--feedback--

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


设计师 (shè jì shī)


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

--feedback--

This means "developer", not what is mentioned in the audio.


老师 (lǎo shī)

--feedback--

This means "teacher", not what he says.

--video-solution--

2

--explanation--

Liu Ming is saying 设计师 (shè jì shī), which means "designer". It refers to someone who creates appealing visual concepts through layout, color, and form. For example:

我是设计师 (wǒ shì shè jì shī)。 - I am 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_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 23.33,
      "finishTimestamp": 24.73
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 2.4,
      "dialogue": {
        "text": "设计师 (shè jì shī)",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.9
    }
  ]
}