Back to Freecodecamp

Task 15

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

latest1.3 KB
Original Source
<!-- (Audio) Maria: They're already putting in extra hours. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They're already BLANK in extra hours.

--blanks--

putting

--feedback--

This means dedicating effort or time to something. Use the verb in the -ing form.

--explanation--

To put in with time expressions means to spend or dedicate time and effort to a task. For example:

She put in five hours of work to finish the report. - This means she spent five hours working on it.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-1.mp3",
      "startTime": 1,
      "startTimestamp": 23.94,
      "finishTimestamp": 25.42
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 2.48,
      "dialogue": {
        "text": "They're already putting in extra hours.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 2.98
    }
  ]
}