Back to Freecodecamp

Task 26

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/69148ded8356911755c80f49.md

latest1.4 KB
Original Source
<!-- (Audio) Wang Hua: 我也是 (wǒ yě shì)。 -->

--description--

Wang Hua is responding to show that she feels the same way. This is a natural and friendly reply when someone says "Nice to meet you".

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK。

--blanks--

我也是 (wǒ yě shì)

--feedback--

This phrase means "likewise".

--explanation--

我也是 (wǒ yě shì) means "likewise". 也 (yě) means "also". This phrase is a short way to show that you also feel happy to meet someone just like they feel happy to meet you.

--scene--

json
{
  "setup": {
    "background": "company1-breakroom.png",
    "characters": [
      {
        "character": "Wang Hua",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_dialogue.mp3",
      "startTime": 1,
      "startTimestamp": 28.5,
      "finishTimestamp": 29.21
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.71,
      "dialogue": {
        "text": "我也是 (wǒ yě shì)。",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.21
    }
  ]
}