Back to Freecodecamp

Task 66

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/671775bb104def063ffbdaab.md

latest1.6 KB
Original Source
<!-- (Audio) Linda: I remember there was a week when we were all working overtime. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I remember there was a week when we were all working BLANK.

--blanks--

overtime

--feedback--

This word refers to working beyond the regular hours.

--explanation--

To work overtime means to work extra hours beyond the standard schedule, often to meet deadlines or complete urgent tasks. For example:

The team had to work overtime to finish the project before the deadline. - Meaning you had to work extra hours to complete the project in order to meet the deadline.

In this sentence, Linda is recalling a specific week when everyone had to put in extra hours to meet the demands of their work.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-2.mp3",
      "startTime": 1,
      "startTimestamp": 38.78,
      "finishTimestamp": 42.16
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.38,
      "dialogue": {
        "text": "I remember there was a week when we were all working overtime.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.58
    }
  ]
}