Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67adb0939f36f607b961fccd.md

latest1.8 KB
Original Source
<!-- (Audio) Anna: That makes sense. Let's see how we can adjust the stipend to cover both technology and office furniture. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

That makes sense. Let's see how we can adjust the stipend to BLANK BLANK technology and office furniture.

--blanks--

cover

--feedback--

This verb means to include or provide for something.


both

--feedback--

This word refers to two things together.

--explanation--

Cover both means to provide for two things at the same time. For example:

This course will cover both front-end and back-end development. - The course includes topics on both client-side and server-side programming.

Anna wants to ensure that the stipend includes both technology and office furniture instead of just one, so employees have everything they need for a comfortable and efficient work setup.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Anna",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 58.44,
      "finishTimestamp": 63.52
    }
  },
  "commands": [
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Anna",
      "startTime": 1,
      "finishTime": 6.08,
      "dialogue": {
        "text": "That makes sense. Let's see how we can adjust the stipend to cover both technology and office furniture.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}