Back to Freecodecamp

Task 96

curriculum/challenges/english/blocks/learn-how-to-manage-a-conversation/67efe27a1ed40f53c48f51d3.md

latest2.2 KB
Original Source
<!-- (Audio) Sarah: Some parts of the project are taking longer than expected. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What challenges does the team seem to be facing?

--answers--

The team is facing delays in the project.


The team is having trouble with communication.

--feedback--

Sarah doesn't mention communication issues.


The team is dealing with unexpected technical problems.

--feedback--

Sarah doesn't mention any technical issues.


The team is ahead of schedule.

--feedback--

Sarah says some tasks are taking more time than what they originally anticipated, so they might not be ahead of schedule.

--video-solution--

1

--explanation--

To take long means that something requires more time than was initially planned or expected. It's used to talk about the duration of something. When you say something is longer than expected, you emphasize that something is taking more time than anticipated. The comparative form of long (longer) is used to compare the actual time taken with what was expected or planned. For example:

  • The delivery took longer than planned. – This means the delivery required more time than originally expected.

  • The journey took longer than expected due to traffic. – This means the journey lasted more time than they thought it would.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_15-3.mp3",
      "startTime": 1,
      "startTimestamp": 11.36,
      "finishTimestamp": 13.96
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 3.6,
      "dialogue": {
        "text": "Some parts of the project are taking longer than expected.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 4.1
    }
  ]
}