Back to Freecodecamp

Task 141

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

latest2.0 KB
Original Source
<!-- (Audio) Maria: Why don't we consider using either part-time contractors or spreading tasks among existing projects? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Why don't we consider using BLANK part-time BLANK or spreading tasks among existing projects?

--blanks--

either

--feedback--

This word is used to show a choice between two options.


contractors

--feedback--

This noun refers to people who work for a company for a limited time or on a specific task. Use the plural form.

--explanation--

Either is used to introduce a choice between two options. In this case, using contractors or spreading the work.

Contractors are temporary or freelance workers, often hired for a specific job. For example:

We hired contractors to help with the new app design. - External workers are helping with designing the app.

In this dialogue, you don't use an article before part-time contractors because it's a general category, not a specific group.

--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": 51.3,
      "finishTimestamp": 57.7
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 4,
      "dialogue": {
        "text": "Why don't we consider using either part-time contractors",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "startTime": 4,
      "finishTime": 7.4,
      "dialogue": {
        "text": "or spreading tasks among existing projects?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.9
    }
  ]
}