Back to Freecodecamp

Task 139

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

latest2.2 KB
Original Source
<!-- (Audio) Maria: Sure, I can do that. But to really ease the pressure, we might need to adjust the deadline even if it's just a few days. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, I can do that. But to really ease the pressure, we might need to BLANK the deadline BLANK if it's just a few days.

--blanks--

adjust

--feedback--

This means to make small changes to something in order to improve it or make it work better.


even

--feedback--

Followed by if, this means that the statement remains true under any condition, including unexpected or unlikely ones.

--explanation--

To adjust means to make a small change to improve something or make it more suitable. For example:

She adjusted the chair to make it more comfortable. - This means she made a small change to improve the chair's position.

Even if is used to emphasize that something remains true or possible under any condition, including unexpected ones. For example:

I'll go for a run even if it's raining. - This means the person will still go running no matter what the weather is like.

--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": 51.72,
      "finishTimestamp": 57.44
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.72,
      "dialogue": {
        "text": "Sure, I can do that. But to really ease the pressure,",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 3.78,
      "finishTime": 6.72,
      "dialogue": {
        "text": "we might need to adjust the deadline even if it's just a few days.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.22
    }
  ]
}