Back to Freecodecamp

Task 115

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

latest1.4 KB
Original Source
<!-- (Audio) Maria: Yes, they said they're already putting in extra hours. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, they said they're BLANK putting in extra hours.

--blanks--

already

--feedback--

This means something has happened or started before now or earlier than expected.

--explanation--

Already is used to show that something has happened before now or earlier than expected. For example:

She already finished the report. - This means the report was completed before the current moment or sooner than expected.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-3.mp3",
      "startTime": 1,
      "startTimestamp": 15.1,
      "finishTimestamp": 17.78
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.68,
      "dialogue": {
        "text": "Yes, they said they're already putting in extra hours.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.18
    }
  ]
}