Back to Freecodecamp

Task 38

curriculum/challenges/english/blocks/learn-how-to-express-disagreement/67af024757d74f04dc71ebd5.md

latest1.7 KB
Original Source
<!-- (Audio) Bob: Good plan. Thanks for discussing this with me, Anna. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Good plan. BLANK discussing this with me, Anna.

--blanks--

Thanks for

--feedback--

These two words together are used to express gratitude for something. The first word is a noun showing appreciation, and the second word is a preposition. The first letter is capitalized.

--explanation--

Thanks for is a polite way to show appreciation. It is usually followed by a noun or the -ing form. This phrase is commonly used in professional and casual conversations to express gratitude. For example:

  • Thanks for the helpful feedback on the UI design. - Acknowledging useful input on improving the user interface.

  • Thanks for fixing the bug so quickly. - Showing appreciation for someone resolving a coding issue fast.

--scene--

json
{
  "setup": {
    "background": "company1-boardroom.png",
    "characters": [
      {
        "character": "Bob",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_11-1.mp3",
      "startTime": 1,
      "startTimestamp": 63.74,
      "finishTimestamp": 66.64
    }
  },
  "commands": [
    {
      "character": "Bob",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Bob",
      "startTime": 1,
      "finishTime": 3.9,
      "dialogue": {
        "text": "Good plan. Thanks for discussing this with me, Anna.",
        "align": "center"
      }
    },
    {
      "character": "Bob",
      "opacity": 0,
      "startTime": 4.4
    }
  ]
}