Back to Freecodecamp

Task 58

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c70c2ac733e5c1d5da0bbf.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: I need to understand how the team feels about the new project deadline. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I need to understand BLANK the team BLANK about the new project deadline.

--blanks--

how

--feedback--

This refers to the way or manner in which something happens.


feels

--feedback--

This describes a person's emotions or opinions about something.

--explanation--

How someone feels about something has to do with people's emotions, thoughts, or opinions regarding a situation. For example:

I want to know how she feels about the new office policies. - This means the speaker wants to understand her opinion on the changes.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 3.28,
      "finishTimestamp": 6.32
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4.04,
      "dialogue": {
        "text": "I need to understand how the team feels about the new project deadline.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.54
    }
  ]
}