Back to Freecodecamp

Task 43

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

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

--description--

How long...? is frequently used to ask about the duration or time of an event or activity. It helps you know the amount of time something takes. For example:

  • How long is the meeting? - This means you want to know the length of the meeting, such as 30 minutes or 1 hour.

  • How long does it take to get to work? - This asks about the time needed to travel to work.

--questions--

--text--

What is Tom asking with How long are our workdays?

--answers--

The start time of the workday.

--feedback--

How long refers to length in time, not specific start times.


The duration of the workday.


The activities during the workday.

--feedback--

The question focuses on time duration, not specific activities.


The location of the workday.

--feedback--

Location is not related to the how long question.

--video-solution--

2

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