Back to Freecodecamp

Task 102

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68134dab4642fc0f6e7969bd.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Let's make sure everyone knows their responsibilities by the end of this week. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Let's make sure everyone knows BLANK responsibilities by BLANK end of BLANK week.

--blanks--

their

--feedback--

This possessive determiner shows that the responsibilities belong to each team member.


the

--feedback--

This article is used because end is specific - it's a known point in time.


this

--feedback--

This demonstrative determiner refers to the current week.

--explanation--

Their responsibilities uses their to show that the responsibilities belong to each person individually.

The end uses the because it refers to a specific moment (the end of the week).

This week uses this to refer to the current week they are in right now.

--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": 73,
      "finishTimestamp": 76.76
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Let's make sure everyone knows their responsibilities by the end of this week.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}