Back to Freecodecamp

Task 104

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

latest2.0 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 BLANK of BLANK for each part of the project to help us assign tasks correctly.

--blanks--

a list

--feedback--

This refers to an organized group of items or names. Don't forget to use an article if necessary.


technical requirements

--feedback--

This two-word phrase refers to specific needs a project must meet. The second word is in the plural form.

--explanation--

A list uses a because it introduces something new - one list, mentioned for the first time.

Technical requirements are specific needs a system or project must meet (like software functions, speed, storage, etc.). They describe what the technology must be able to do. For example:

  • The software didn't meet the technical requirements. - The program didn't follow the needed technical standards.

  • Can you list all the technical requirements for the new app? - Someone is asking to name all the tech needs the app must follow.

--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
    }
  ]
}