Back to Freecodecamp

Task 85

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

latest1.5 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 BLANK to have it ready to roll out by the end of the week.

--blanks--

aiming

--feedback--

This word indicates the goal or intention of completing something. It ends in -ing.

--explanation--

To aim means to have a goal or an objective that you are trying to achieve. It shows what someone is focusing on or working toward. For example:

  • She aims to become a developer. - Her goal is to become a developer.

  • We aim to finish the project by Friday. - The goal is to complete the project by Friday.

--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
    }
  ]
}