Back to Freecodecamp

Task 10

curriculum/challenges/english/blocks/zh-a1-learn-understanding-greetings-and-introductions/69169a1380077105a08089a9.md

latest1.5 KB
Original Source
<!-- (Audio) Liu Ming: 您好 (nín hǎo),我是刘明 (wǒ shì liú míng)。 -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How does Liu Ming start the conversation?

--answers--

He asks for the other person's name.

--feedback--

He doesn't ask a question.


He greets politely.


He says goodbye.

--feedback--

He is greeting, not saying goodbye.


He talks about his job.

--feedback--

He doesn't mention his job.

--video-solution--

2

--explanation--

Liu Ming starts the conversation with 您好 (nín hǎo). It's a polite way to say "Hello", often used in formal or respectful situations.

--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": 0.1,
      "finishTimestamp": 2.11
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 3.01,
      "dialogue": {
        "text": "您好 (nín hǎo),我是刘明 (wǒ shì liú míng)。",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 3.51
    }
  ]
}