Back to Freecodecamp

Task 39

curriculum/challenges/english/blocks/learn-determiners-and-advanced-use-of-articles/6810fa42a097fb2c1da00c4b.md

latest1.5 KB
Original Source
<!-- (Audio) Jake: I'll arrange for a test project within the next month. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll BLANK a test project within the next month.

--blanks--

arrange for

--feedback--

This phrasal verb means to organize or plan something. Use two words.

--explanation--

Arrange for is a phrasal verb meaning to plan or organize something that will happen later. For example:

  • The team will arrange for a demo of the new software. - They will plan and schedule a software demonstration.

  • We need to arrange for extra technical support during the launch. - They're making preparations to have more help ready when the launch happens.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_20-1.mp3",
      "startTime": 1,
      "startTimestamp": 61.42,
      "finishTimestamp": 64.7
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.28,
      "dialogue": {
        "text": "I'll arrange for a test project within the next month.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.78
    }
  ]
}