Back to Freecodecamp

Task 146

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

latest1.7 KB
Original Source
<!-- (Audio) James: Let's also ensure that any changes in task distribution are communicated clearly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's also ensure that any changes in BLANK are communicated clearly.

--blanks--

task distribution

--feedback--

This two-word phrase means how something is shared or spread across different people or areas.

--explanation--

Task distribution means how tasks are shared or assigned among team members. For example:

  • Task distribution was not fair during the last project. - Some team members had too much work, others had too little.

  • Good task distribution helps everyone work faster. - When tasks are shared well, the team can be more productive.

In this dialogue, task distribution is abstract - you don't use an article before it when referring to it in general.

--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": 58.52,
      "finishTimestamp": 63.78
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 6.26,
      "dialogue": {
        "text": "Let's also ensure that any changes in task distribution are communicated clearly.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 6.76
    }
  ]
}