Back to Freecodecamp

Task 127

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/68149a85fca3c21205db77bf.md

latest1.9 KB
Original Source
<!-- (Audio) Maria: Maybe we could allocate another two developers to them instead, to help speed up the basic development. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Maybe we could allocate BLANK developers to them instead, to help speed up BLANK.

--blanks--

another two

--feedback--

These two words show an additional amount - in this case, two more developers.


the basic development

--feedback--

This refers to a specific stage of the project. Don't forget to use an article if necessary.

--explanation--

Another two means two more in addition to those already assigned. Another can be used before numbers. For example:

  • We'll need another four developers to finish the project on time. - They need four more people to help complete the project.

  • Can you wait another three days for the update? - Someone is asking if it's okay to delay for three more days.

The basic development uses the because it refers to a specific phase of the work - the early or foundational stage already known to the team.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-3.mp3",
      "startTime": 1,
      "startTimestamp": 25.58,
      "finishTimestamp": 30.84
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.36,
      "dialogue": {
        "text": "Maybe we could allocate another two developers to them instead to help speed up the basic development.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 6.96
    }
  ]
}