Back to Freecodecamp

Task 86

curriculum/challenges/english/blocks/learn-how-to-describe-places-and-events/66b56f3394f2c3214671c311.md

latest1.9 KB
Original Source
<!-- (Audio) Brian: I'm aiming to have it ready to roll out by the end of the week. -->

--instructions--

Listen to the audio to complete the sentence below.

--fillInTheBlank--

--sentence--

I'm aiming to have it ready to BLANK BLANK the week.

--blanks--

roll out

--feedback--

These two words together mean to launch or introduce something, like a new product or project.


by the end of

--feedback--

These four words are used together to indicate a deadline or the time by which something should be done.

--explanation--

To roll out means to launch or introduce something new, such as a product, service, or project. It is often used in business and technology contexts. For example:

  • The company plans to roll out a new software update next month. - The company will launch the update next month.

By the end of is used to set a deadline or specify a time by which something should be completed. For example:

  • I need to finish this report by the end of the day. - The report should be completed before the day is over.

--scene--

json
{
  "setup": {
    "background": "company2-breakroom.png",
    "characters": [
      {
        "character": "Brian",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_1-2.mp3",
      "startTime": 1,
      "startTimestamp": 49.2,
      "finishTimestamp": 52.5
    }
  },
  "commands": [
    {
      "character": "Brian",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Brian",
      "startTime": 1,
      "finishTime": 4.3,
      "dialogue": {
        "text": "I'm aiming to have it ready to roll out by the end of the week.",
        "align": "center"
      }
    },
    {
      "character": "Brian",
      "opacity": 0,
      "startTime": 4.8
    }
  ]
}