Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/zh-a1-learn-understanding-questions-and-answers/6911b57e4ecb1e6e1b38aa9e.md

latest1.7 KB
Original Source
<!-- (Audio) Wang Hua: 你是中国人吗 (nǐ shì zhōng guó rén ma)?-->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Wang Hua asking about?

--answers--

If the person is Chinese.


If the person is a developer.

--feedback--

She doesn't mention a profession.


If the person likes China.

--feedback--

She doesn't ask about opinions or feelings toward China.


If the person lives in China.

--feedback--

She is not asking where the person lives.

--video-solution--

1

--explanation--

你是中国人 (nǐ shì zhōng guó rén)。 is a declarative sentence, which means "You are Chinese". Adding 吗 (ma) at the end turns it into a question, which means "Are you Chinese?"

Wang Hua is asking about the other person's nationality.

--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": 8.37,
      "finishTimestamp": 9.73
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 2.36,
      "dialogue": {
        "text": "你是中国人吗 (nǐ shì zhōng guó rén ma)?",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.86
    }
  ]
}