Back to Freecodecamp

Task 20

curriculum/challenges/english/blocks/zh-a1-learn-understanding-greetings-and-introductions/68f4f3777e5891af0432a911.md

latest1.8 KB
Original Source
<!-- (Audio) Chen Na: 我是数据分析师 (wǒ shì shù jù fēn xī shī)。 -->

--description--

Chen Na is introducing what her job is, using the structure 我是 (wǒ shì) + profession.

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is Chen Na's profession?

--answers--

She is a designer.

--feedback--

Designer in Chinese is 设计师 (shè jì shī), which is not mentioned in the audio.


She is a teacher.

--feedback--

Teacher in Chinese is 老师 (lǎo shī), which is not mentioned in the audio.


She is a developer.

--feedback--

Developer in Chinese is 开发者 (kāi fā zhě), not 数据分析师 (shù jù fēn xī shī).


She is a data analyst.

--video-solution--

4

--explanation--

我是 (wǒ shì) means "I am...", and 数据分析师 (shù jù fēn xī shī) means "data analyst". Chen Na is saying her profession is data analyst.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Chen Na",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "ZH_A1_greetings_and_introductions_chenna.mp3",
      "startTime": 1,
      "startTimestamp": 5.34,
      "finishTimestamp": 6.93
    }
  },
  "commands": [
    {
      "character": "Chen Na",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Chen Na",
      "startTime": 1,
      "finishTime": 2.59,
      "dialogue": {
        "text": "我是数据分析师 (wǒ shì shù jù fēn xī shī)。",
        "align": "center"
      }
    },
    {
      "character": "Chen Na",
      "opacity": 0,
      "startTime": 3.09
    }
  ]
}