Back to Freecodecamp

Task 108

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

latest1.9 KB
Original Source
<!-- (Audio) Maria: Sure, Bob. It's about the new deadline. The team is really worried it's too tight. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Bob. It's about the new deadline. The team is really BLANK it's too BLANK.

--blanks--

worried

--feedback--

This word means feeling anxious or concerned about something.


tight

--feedback--

This word means having very little time or flexibility.

--explanation--

Worried means feeling anxious or concerned about something uncertain or problematic. For example:

She is worried about the upcoming presentation. - This means she feels nervous or concerned about it.

Tight, in this context, means having very little time, space, or flexibility. For example:

We are working with a tight schedule to meet the deadline. - This means there is very little time available.

--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": 5.18,
      "finishTimestamp": 8.74
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Sure, Bob. It's about the new deadline.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 2.8,
      "finishTime": 4.56,
      "dialogue": {
        "text": "The team is really worried it's too tight.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.06
    }
  ]
}