Back to Freecodecamp

Task 101

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67f04b61b3261cc69dad85aa.md

latest1.5 KB
Original Source
<!-- (Audio) Brian: We might get some support, but they're still deciding. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We might get some BLANK, but they're still deciding.

--blanks--

support

--feedback--

This means help or assistance, especially with work or resources.

--explanation--

Support refers to help, assistance, or resources that make it easier to do something. It is an uncountable noun, so you use some to express a small amount. For example:

The team received some support from another department to finish the task. – This means the team got help to complete their work.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.32,
      "finishTimestamp": 22.58
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 3.26,
      "dialogue": {
        "text": "We might get some support, but they're still deciding.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 3.76
    }
  ]
}