Back to Freecodecamp

Task 85

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

latest1.3 KB
Original Source
<!-- (Audio) James: Yes. Communication has been a challenge. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes. Communication has been a BLANK.

--blanks--

challenge

--feedback--

This word means a difficulty or problem that needs to be overcome.

--explanation--

A challenge refers to something that is difficult or requires effort to solve. For example:

Managing tight deadlines is a challenge for our team. - This means handling deadlines is difficult and requires effort.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 48.76,
      "finishTimestamp": 51.2
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Yes. Communication has been a challenge.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}