Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/69036f99ad9730fb9f52fbd7.md

latest1.7 KB
Original Source
<!-- (Audio) Liu Ming: 是的 (shì de) -->

--description--

Liu Ming is confirming something. He uses a word that means "yes" or "that's right".

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Which word does Liu Ming use to say "yes"?

--answers--

好的 (hǎo de)

--feedback--

This means "okay" or "alright", not exactly "yes".


是的 (shì de)


没错 (méi cuò)

--feedback--

This means "that's right", but it's not the word Liu Ming uses here.


有的 (yǒu de)

--feedback--

This means "there is" or "some", not an expression of agreement.

--video-solution--

2

--explanation--

是的 (shì de) means "yes" or "that's right". It's used to agree with someone or to confirm that something is true. For example, when someone asks if you're a designer, you can respond 是的 (shì de) to mean "Yes, I am".

--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_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 38.37,
      "finishTimestamp": 39.32
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 1.95,
      "dialogue": {
        "text": "是的 (shì de)",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.45
    }
  ]
}