Back to Freecodecamp

Task 92

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

latest1.5 KB
Original Source
<!-- (audio) Maria: Sure, Jim. I'm eager to hear what you think. How's it looking? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sure, Jim. I'm BLANK BLANK hear what you think. How's it looking?

--blanks--

eager

--feedback--

This word means excited or ready to do something.


to

--feedback--

This is part of the infinitive form of the verb, used to show purpose or intention.

--explanation--

Eager to is a phrase used to express a strong desire or excitement to do something. For example:

I'm eager to start the new project. - This means you are excited or looking forward to starting the new project.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-3.mp3",
      "startTime": 1,
      "startTimestamp": 6.14,
      "finishTimestamp": 8.84
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.7,
      "dialogue": {
        "text": "Sure, Jim. I'm eager to hear what you think. How's it looking?",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.2
    }
  ]
}