Back to Freecodecamp

Task 5

curriculum/challenges/english/blocks/learn-how-to-express-agreement/678030ed8973e82d5b439ff9.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: I was thinking we should aim to have the initial prototype ready in four weeks. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I was thinking we should BLANK BLANK BLANK the initial prototype ready in four weeks.

--blanks--

aim

--feedback--

This word means to set a goal or target.


to

--feedback--

This preposition connects the verb aim with the action that follows.


have

--feedback--

This word means to possess or achieve something.

--explanation--

Aim to have is a professional expression used to describe setting a goal to achieve something. It shows intention and focus on reaching a target. For example:

We aim to have the report completed by Friday. - This means the goal is to finish the report by Friday.

Using aim to have in conversation shows a clear and polite way of proposing a goal or objective.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 4.48,
      "finishTimestamp": 8.3
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 4.82,
      "dialogue": {
        "text": "I was thinking we should aim to have the initial prototype ready in four weeks.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 5.32
    }
  ]
}