Files
freeCodeCamp/curriculum/challenges/english/blocks/zh-a1-learn-nasal-finals/693fc412a1dc498346ca1589.md

1.9 KiB

id, title, challengeType, dashedName, lang, inputType
id title challengeType dashedName lang inputType
693fc412a1dc498346ca1589 Task 20 22 task-20 zh-CN pinyin-to-hanzi

--description--

In this word, pay attention to the nasal finals üan and iang.

When you see a list and need to choose one thing before moving on, this word is often used in that moment.

--instructions--

Listen to the audio and complete the word below. The correct syllables will be converted to Chinese characters.

--fillInTheBlank--

--sentence--

BLANK

--blanks--

选项 (xuǎn xiàng)

--feedback--

This word combines the syllables xuǎn and xiàng.

--explanation--

The first syllable combines the initial x with the final üan (the two dots of ü omitted after the initial x), and uses the third tone, which falls and then rises. The second syllable combines the initial x with the compound final iang, and uses the fourth tone, which is a falling tone.

选项 (xuǎn xiàng) is used when you are choosing between different choices, such as in a menu, a form, or a settings page.

--scene--

{
  "setup": {
    "background": "cafe.png",
    "characters": [
      {
        "character": "Li Hong",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_pinyin_nasal_finals.mp3",
      "startTime": 1,
      "startTimestamp": 303.54,
      "finishTimestamp": 305.54
    }
  },
  "commands": [
    {
      "character": "Li Hong",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Li Hong",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "选项 (xuǎn xiàng)",
        "align": "center"
      }
    },
    {
      "character": "Li Hong",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}