Back to Freecodecamp

Task 35

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-experiences/674612ab7e6b0ab83408262a.md

latest1.6 KB
Original Source
<!-- (Audio) Lisa: Thanks for handling it, James. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for BLANK it, James.

--blanks--

handling

--feedback--

This word means taking care of or managing something. Use it in the -ing form.

--explanation--

Handle in this context means to take care of or manage a task, issue, or responsibility. For example:

He handled the situation professionally. - Meaning he took care of the problem as a professional.

When a verb follows a preposition, like for, it is used in the -ing form. For example:

She apologized for being late. - The preposition for is followed by being in the -ing form.

In the sentence, Lisa is thanking James for managing or solving the problem.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Lisa",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_2-1.mp3",
      "startTime": 1,
      "startTimestamp": 43.04,
      "finishTimestamp": 44.58
    }
  },
  "commands": [
    {
      "character": "Lisa",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Lisa",
      "startTime": 1,
      "finishTime": 2.54,
      "dialogue": {
        "text": "Thanks for handling it, James.",
        "align": "center"
      }
    },
    {
      "character": "Lisa",
      "opacity": 0,
      "startTime": 3.04
    }
  ]
}