Back to Freecodecamp

Task 113

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68147b22f407ab04b550fe41.md

latest2.1 KB
Original Source
<!-- (Audio) Maria: As we look at the quarter ahead, we need to distribute our resources carefully. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

As we look at BLANK ahead, we need to distribute BLANK carefully.

--blanks--

the quarter

--feedback--

This refers to a known period of three months ahead in the business calendar. Don't forget to use an article if necessary.


our resources

--feedback--

This refers to things that are needed to complete work. Don't forget to use a possessive determiner that shows the resources belong to Maria's team.

--explanation--

Quarter means one-fourth of a year (three months), often used in business planning. Here, it uses the because it refers to a specific, known period of time. Another example:

We need to finish the project by the end of the quarter. - The deadline is the end of the current three-month period.

Resources are things like money, time, tools, or people that are needed to complete work. Here, it uses our because Maria is talking about resources owned or managed by her team. Another example:

We need to manage our resources more efficiently. - They should use their time, money, or people in a smarter way.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 0,
      "finishTimestamp": 4.12
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 5.12,
      "dialogue": {
        "text": "As we look at the quarter ahead, we need to distribute our resources carefully.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 5.62
    }
  ]
}