Back to Freecodecamp

Task 153

curriculum/challenges/english/blocks/learn-how-to-use-modal-verbs/67d8493e62113fa54fab32bd.md

latest1.5 KB
Original Source
<!-- (audio) Jake: Will do. Thanks for your help, Lisa. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Will do. BLANK your help, Lisa.

--blanks--

Thanks for

--feedback--

This phrase is used to express gratitude for a specific action or support. The first letter is capitalized.

--explanation--

Thanks for is commonly used to thank someone for something they did. It is followed by a noun or a verb in the -ing form (gerund). For example:

  • Thanks for your patience while we fixed the issue. - You appreciate how patient someone was while you worked on the problem.

  • Thanks for helping me fix the bug in the code. - You appreciate someone's help in solving the problem in the code.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_14-3.mp3",
      "startTime": 1,
      "startTimestamp": 70.50,
      "finishTimestamp": 72.44
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 3.4,
      "dialogue": {
        "text": "Will do. Thanks for your help, Lisa.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 3.54
    }
  ]
}