Back to Freecodecamp

Task 134

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6814ae5b003c5919f4f4636a.md

latest1.5 KB
Original Source
<!-- (Audio) James: Perhaps we could slightly extend our current team's hours? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Perhaps we could slightly extend the current BLANK hours?

--blanks--

team's

--feedback--

This refers to something that belongs to the team.

--explanation--

Our current team's hours uses refers to a specific group (the current team) and their existing working schedule. For example:

  • The current team's hours are already maxed out. - The team is already working as much as they can.

  • Can we adjust the current team's hours to cover the evening shift? - Someone is asking if the team's schedule can be changed to include later work.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 39.46,
      "finishTimestamp": 43.72
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 5.26,
      "dialogue": {
        "text": "Perhaps we could slightly extend our current team's hours?",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}