Back to Freecodecamp

Task 63

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68123c4a67ab581d8deab272.md

latest1.9 KB
Original Source
<!-- (Audio) Bob: Each developer will have their own tasks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK developer will have BLANK own BLANK.

--blanks--

Each

--feedback--

This determiner is used to talk about every single person individually. The first letter is capitalized.


their

--feedback--

This possessive determiner shows that the tasks belong to each developer.


tasks

--feedback--

This word means pieces of work that need to be completed. Use the plural form.

--explanation--

Each is used to talk about every single member of a group separately. For example:

Each team member has a different role. - Every person in the team does something different.

Their is a possessive determiner that matches plural meaning without showing gender (his/her). For example:

They updated their software yesterday. - The software that belongs to them was updated.

Tasks are specific jobs or pieces of work assigned to someone. For example:

I finished my daily tasks before lunch. - You completed the things you needed to do today before lunchtime.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 4.82,
      "finishTimestamp": 7.26
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "Each developer will have their own tasks.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}