Back to Freecodecamp

Task 68

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

latest1.7 KB
Original Source
<!-- (Audio) James: It's like there's always more to do. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to James, how does the team feel about the situation?

--answers--

They feel confident about the workload.

--feedback--

James suggests the team is not confident.


They feel like the work never ends.


They think the project is getting easier.

--feedback--

James describes an ongoing struggle.


They are excited about the new deadline.

--feedback--

James does not imply excitement.

--video-solution--

2

--explanation--

There's always is often used to talk about something negative that happens repeatedly or never seems to stop - no matter what you do, it seems the negative event keeps happening. For example:

There's always another problem to fix. - This means problems keep appearing, making the situation feel endless.

--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": 21.5,
      "finishTimestamp": 23.78
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "It's like there's always more to do.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 3.78
    }
  ]
}