Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-talk-about-a-typical-workday-and-tasks/657e312bc450e802af97847d.md

latest2.3 KB
Original Source
<!-- (audio) Tom: How long are our workdays? Anna: We typically finish at about 5, but that depends on project deadlines. -->

--description--

To depend on shows that something can change when another factor influences it. It's a common way to explain that the result is not always the same and may vary. For example:

Our trip depends on the weather. - This means the plan can change if the weather is bad.

In the dialogue, the usual ending time is 5 o'clock, but if there is an important project deadline, the team might need to stay longer.

--questions--

--text--

What does Anna mean by that depends on project deadlines?

--answers--

Workday length can change based on project needs.


Work always finishes exactly at 5.

--feedback--

Depends on suggests variability, not a fixed time.


Projects are only done after 5.

--feedback--

The statement is about workday duration, not specific project timing.


Deadlines are not important for project completion.

--feedback--

The statement implies deadlines are significant for determining workday length.

--video-solution--

1

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Tom",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      },
      {
        "character": "Anna",
        "position": {"x":50,"y":15,"z":1.2},
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "2.1-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.62,
      "finishTimestamp": 46.88
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.82,
      "dialogue": {
        "text": "How long are our workdays?",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.82
    },
    {
      "character": "Anna",
      "opacity": 1,
      "startTime": 2.82
    },
    {
      "character": "Anna",
      "startTime": 3.62,
      "finishTime": 7.26,
      "dialogue": {
        "text": "We typically finish at about 5, but that depends on project deadlines.",
        "align": "center"
      }
    },
    {
      "character": "Anna",
      "opacity": 0,
      "startTime": 7.76
    }
  ]
}