Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/6853d788bf58e18146ccbe59.md

latest1.7 KB
Original Source
<!-- (Audio) Maria: We have ten developers on the team at the moment. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We have BLANK BLANK at the moment.

--blanks--

ten developers

--feedback--

This two-word phrase uses a number to show the current size of the development team.


on the team

--feedback--

This three-word phrase shows they are part of a group working together.

--explanation--

Ten developers is a way to report how many people are currently working on a project. Using numbers helps clearly show available resources. For example:

We have five designers and ten developers for this release. – This means the team includes those people now.

On the team means being part of a group that works together on a project. For example:

She is on the team responsible for testing the app. – This means she belongs to that working group.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_22-2.mp3",
      "startTime": 1,
      "startTimestamp": 13,
      "finishTimestamp": 15.44
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.44,
      "dialogue": {
        "text": "We have ten developers on the team at the moment.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 3.94
    }
  ]
}