Back to Freecodecamp

Task 7

curriculum/challenges/english/blocks/zh-a1-warm-up-meeting-new-teammates/68fe27f120a1443005dfa6ef.md

latest1.5 KB
Original Source
<!-- (Audio) Wang Hua: 什么 (shén me) -->

--description--

Wang Hua is asking "what". It's often used in questions to ask for unknown information.

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

什么 (shén me)

--feedback--

This word means "what" and is used to ask questions in Chinese. Don't forget to type 5 at the end for neutral tone syllables.

--explanation--

什么 (shén me) means "what". It's commonly used to ask for unknown information, such as a name, an object, or an action. For example:

你叫什么名字 (nǐ jiào shén me míng zi)? – What's your name?

--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_warm_up.mp3",
      "startTime": 1,
      "startTimestamp": 28.59,
      "finishTimestamp": 29.4
    }
  },
  "commands": [
    {
      "character": "Wang Hua",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Wang Hua",
      "startTime": 1,
      "finishTime": 1.81,
      "dialogue": {
        "text": "什么 (shén me)",
        "align": "center"
      }
    },
    {
      "character": "Wang Hua",
      "opacity": 0,
      "startTime": 2.31
    }
  ]
}