Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/69144f69e6621e83cc306401.md

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

--description--

When you want to give a positive answer, you can say 是的 (shì de), which means "yes" or "that's right".

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK,我是 (wǒ shì) UI 设计师 (shè jì shī)。你呢 (nǐ ne)?

--blanks--

是的 (shì de)

--feedback--

This means "yes" or "that's right", often used to give a positive answer. Don't forget to type 5 at the end for neutral tone syllables.

--explanation--

是的 (shì de) means "yes" or "that's right". It's a common way to confirm something or give a positive response. For example:

Speaker A: 你是中国人吗 (nǐ shì zhōng guó rén ma)? – Are you Chinese?

Speaker B: 是的 (shì de)。 – Yes.

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