Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/6914836a0e8bae0de1a02bd3.md

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which is possibly Wang Hua's task at work?

--answers--

Designing the user interface.

--feedback--

That's usually the job of a UI designer.


Writing marketing content.

--feedback--

This is the work of a content writer or marketer.


Building and maintaining websites.


Managing company finances.

--feedback--

That's part of an accountant's duties.

--video-solution--

3

--explanation--

Web means "World Wide Web", referring to websites and online applications. 开发者 (kāi fā zhě) means "developer" or "creator". Together, Web 开发者 (kāi fā zhě) means a profession that involves building and maintaining websites or web applications. For example:

我是 (wǒ shì) Web 开发者 (kāi fā zhě)。 – I am a web developer.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 23.78,
      "finishTimestamp": 25.09
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.31,
      "dialogue": {
        "text": "我是 (wǒ shì) Web 开发者 (kāi fā zhě)。",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.81
    }
  ]
}