Back to Freecodecamp

Task 21

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/691481a46546fd0be8b01c24.md

latest2.0 KB
Original Source
<!-- (Audio) Liu Ming: 是的 (shì de),我是 (wǒ shì) UI 设计师 (shè jì shī),你呢 (nǐ ne)? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is possibly Liu Ming's task at work?

--answers--

Designing the layout of a mobile app.


Writing back-end code for a server.

--feedback--

That's usually the job of a back-end developer.


Managing company finances.

--feedback--

That would be the responsibility of an accountant or financial officer.


Teaching Chinese to foreign students.

--feedback--

This job is related to education.

--video-solution--

1

--explanation--

UI stands for user interface, which refers to the visual elements of a product that users interact with. 设计师 (shè jì shī) means "designer".

Together, UI 设计师 (shè jì shī) means a profession that focuses on designing the look and layout of products to make them easy and pleasant to use. It's a very common term in tech companies, and people directly use UI without translating it into Chinese. For example:

我是 (wǒ shì) UI 设计师 (shè jì shī)。 – I am a UI designer.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Liu Ming",
        "position": {
          "x": 50,
          "y": 17,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 19.43,
      "finishTimestamp": 22.31
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "是的 (shì de),我是 (wǒ shì) UI 设计师 (shè jì shī)。你呢 (nǐ ne)?",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}