Back to Freecodecamp

Task 123

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

latest1.3 KB
Original Source
<!-- (Audio) Maria: First, they really need more support. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

First, they really need more BLANK.

--blanks--

support

--feedback--

This means help, assistance, or resources provided to someone.

--explanation--

Support as a noun means help, assistance, or resources provided to someone in need. For example:

The team needs more support to meet the deadline. - This means they require help to complete their work on time.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.26,
      "finishTimestamp": 26.92
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.66,
      "dialogue": {
        "text": "First, they really need more support.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.16
    }
  ]
}