Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-how-to-use-prepositions-according-to-context/68566d20bac31c2a575adeef.md

latest1.8 KB
Original Source
<!-- (Audio) Maria: I'm arranging for Sarah to step in during the second week of July until Bob returns at the end of the month. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'm arranging BLANK Sarah to BLANK during the second week of July until Bob returns at the end of the month.

--blanks--

for

--feedback--

This preposition shows who the arrangement is intended to benefit or involve.


step in

--feedback--

This two-word phrase means to temporarily take someone else's place or role.

--explanation--

For in this context shows that the arrangement is being made on behalf of or involving someone. For example:

I'm booking a meeting room for the team. – This means the booking is intended for their use.

Step in means to take over a role or responsibility, usually for a short time. For example:

He stepped in while the manager was away. – This means he temporarily filled that role.

--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": 53.3,
      "finishTimestamp": 59.08
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 6.78,
      "dialogue": {
        "text": "I'm arranging for Sarah to step in during the second week of July until Bob returns at the end of the month.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 7.28
    }
  ]
}