Back to Freecodecamp

Task 88

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68556528ef6bb4ea62e570ab.md

latest1.6 KB
Original Source
<!-- (Audio) Maria: I suggest we double our testing team from four to eight around mid-quarter to ensure thorough coverage. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I suggest we double our testing team BLANK four BLANK eight around mid-quarter to ensure thorough coverage.

--blanks--

from

--feedback--

This preposition introduces the starting point of a change.


to

--feedback--

This preposition shows the result or end point of that change.

--explanation--

From ... to ... is used to describe a movement or change between two points. It can show a shift in quantity, state, or location. For example:

She moved from engineering to product management. – This means her role changed from one area to another.

--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": 38.4,
      "finishTimestamp": 43.94
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.54,
      "dialogue": {
        "text": "I suggest we double our testing team from four to eight around mid-quarter to ensure thorough coverage.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}