Back to Freecodecamp

Task 86

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to James, what has been difficult to deal with?

--answers--

Time management

--feedback--

James does not mention time management.


Task prioritization

--feedback--

James does not talk about prioritization.


Communication


Technical problems

--feedback--

James does not mention technical problems.

--video-solution--

3

--explanation--

James uses the Present Perfect tense (has been) because he is describing an issue that started in the past and is still ongoing. If he had said Communication was a challenge, it would suggest that the problem is completely in the past. Compare the following sentences:

  • The new software has been difficult to use. - It started being difficult in the past and it still is.

  • The new software was difficult to use. - It was difficult before, but may not be anymore.

--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
    }
  ]
}