Back to Freecodecamp

Task 19

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/69147bede8101708ef0cac97.md

latest1.9 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--

How does Liu Ming respond and continue the conversation?

--answers--

He says he is not a designer.

--feedback--

He actually says he is a UI designer.


He asks where the other person is from.

--feedback--

He doesn't talk about nationality.


He confirms his job and asks about the other person.


He says he likes design.

--feedback--

He confirms his job, but doesn't mention whether he likes it or not.

--video-solution--

3

--explanation--

Liu Ming says 是的 (shì de), which means "yes", to give a positive answer, and then says 我是 (wǒ shì) UI 设计师 (shè jì shī), which means "I am a UI designer" to confirm his profession.

Then, he asks 你呢 (nǐ ne)?, which means "And you?". This is asking about Wang Hua's profession and keeping the conversation going.

--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
    }
  ]
}