Back to Freecodecamp

Task 16

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/691448ba2497217f7df6e630.md

latest1.8 KB
Original Source
<!-- (Audio) Liu Ming: 我不是中国人 (wǒ bù shì zhōng guó rén),我是新加坡人 (wǒ shì xīn jiā pō rén)。你呢 (nǐ ne)? -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Liu Ming want to know?

--answers--

Where the other person is from.


What the other person's name is.

--feedback--

He doesn't ask for a name.


How old the other person is.

--feedback--

There is no mention of age in the dialogue.


If the other person speaks Chinese.

--feedback--

He doesn't talk about language.

--video-solution--

1

--explanation--

Liu Ming first answers Wang Hua's question about his nationality, and then returns a question using 你呢 (nǐ ne)?. It means "And you?"

He is asking for the nationality of Wang Hua. He wants to know where Wang Hua is from.

--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": 10.55,
      "finishTimestamp": 14.08
    }
  },
  "commands": [
    {
      "character": "Liu Ming",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Liu Ming",
      "startTime": 1,
      "finishTime": 4.53,
      "dialogue": {
        "text": "我不是中国人 (wǒ bù shì zhōng guó rén),我是新加坡人 (wǒ shì xīn jiā pō rén)。你呢 (nǐ ne)?",
        "align": "center"
      }
    },
    {
      "character": "Liu Ming",
      "opacity": 0,
      "startTime": 5.03
    }
  ]
}