Back to Freecodecamp

Task 105

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6813542913e941128fdd919d.md

latest1.7 KB
Original Source
<!-- (Audio) Alice: I'll get started on a list of technical requirements for each part of the project to help us assign tasks correctly. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll get started on a list of technical requirements for BLANK part of BLANK project to help us assign tasks correctly.

--blanks--

each

--feedback--

This determiner is used to talk about individual items one by one.


the

--feedback--

This article is used because it refers to the specific project the team is already working on.

--explanation--

Each part uses each because Alice is talking about every part individually, not as a group.

The project uses the because it refers to their known project - the one they are building together.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-2.mp3",
      "startTime": 1,
      "startTimestamp": 77.24,
      "finishTimestamp": 82.32
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 6.08,
      "dialogue": {
        "text": "I'll get started on a list of technical requirements for each part of the project to help us assign tasks correctly.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.58
    }
  ]
}