Back to Freecodecamp

Task 44

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67af26b82eb35209466f93ae.md

latest2.2 KB
Original Source
<!-- (Audio) Linda: No problem, Bob. I'm looking forward to working on this project. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No problem, Bob. I'm BLANK BLANK BLANK working on this project.

--blanks--

looking

--feedback--

This verb is often used to describe the act of anticipating or being excited about something in the future. It ends with -ing.


forward

--feedback--

This word indicates direction toward something in the future.


to

--feedback--

This is a preposition that shows the connection between the verb and the thing being anticipated.

--explanation--

Forward refers to a direction, often toward something in the future. It shows movement or anticipation of an upcoming event. For example:

We are moving forward with the project. – This means the project is progressing or continuing.

Look forward to means to eagerly anticipate something. It is often used when expressing excitement or positive expectation for an event or action that will happen in the future. It should be followed by a noun or the -ing form of a verb. For example:

  • I'm looking forward to the meeting. – This shows your excitement about the meeting.

  • I'm looking forward to seeing you soon. – This expresses your eagerness about meeting someone in the future.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-1.mp3",
      "startTime": 1,
      "startTimestamp": 58.72,
      "finishTimestamp": 61.5
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.78,
      "dialogue": {
        "text": "No problem, Bob. I'm looking forward to working on this project.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.28
    }
  ]
}