Back to Freecodecamp

Task 10

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

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

--description--

You can add the particle 吗 (ma) to the end of a declarative sentence to make it a question.

Note that 吗 (ma) has a neutral tone.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

你是中国人 (nǐ shì zhōng guó rén) BLANK?

--blanks--

吗 (ma)

--feedback--

This is a question particle used at the end of a sentence. Don't forget to type 5 at the end for neutral tone syllables.

--explanation--

吗 (ma) indicates an interrogative mood. It's used at the end of a declarative sentence to change a statement into a question. For example:

你是开发者 (nǐ shì kāi fā zhě)。 is a statement meaning "You are a developer". Adding 吗 (ma) at the end transforms it into a question: 你是开发者吗 (nǐ shì kāi fā zhě ma)?, which means "Are you a developer?"

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