Back to Freecodecamp

Task 18

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/69047aeda515f23a281c05db.md

latest1.8 KB
Original Source
<!-- (Audio) Liu Ming: 很高兴 (hěn gāo xìng) -->

--description--

Liu Ming is expressing his emotion. He uses a phrase that means "very happy" or "very glad".

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What word does Liu Ming use to express he is feeling happy?

--answers--

很开心 (hěn kāi xīn)

--feedback--

This means "very happy", but Liu Ming uses a different expression.


很生气 (hěn shēng qì)

--feedback--

This means "very angry", while Liu Ming is expressing a pleasant emotion.


很高兴 (hěn gāo xìng)


很害怕 (hěn hài pà)

--feedback--

This means "very afraid", but Liu Ming is talking about a positive feeling.

--video-solution--

3

--explanation--

很高兴 (hěn gāo xìng) means "very happy" or "very glad". It's used to express a positive emotion. For example:

我很高兴 (wǒ hěn gāo xìng)。 – I am very happy.

--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": 40.97,
      "finishTimestamp": 42.21
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 2.24,
      "dialogue": {
        "text": "很高兴 (hěn gāo xìng)",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 2.74
    }
  ]
}