Back to Freecodecamp

Task 16

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

Is the team only working regular hours to complete the project?

--answers--

No, they are already working extra hours.


Yes, they are only working regular hours.

--feedback--

Maria says they are already working more than regular hours.


No, they have finished all their work early.

--feedback--

Maria does not say the work is finished.


Yes, but they plan to start working extra hours next week.

--feedback--

Maria says they are already doing this.

--video-solution--

1

--explanation--

Extra hours means working more than the usual or required time. For example:

She stayed late at the office and put in extra hours to meet the deadline. - This means she worked beyond regular hours to complete her work.

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