Back to Freecodecamp

Task 25

curriculum/challenges/english/blocks/learn-how-to-use-code-related-concepts-and-terms/663301c3812e2e89c08dcc31.md

latest1.6 KB
Original Source
<!-- (Audio) Tom: Thanks for explaining, Sarah. -->

--description--

The expression thanks for is used to show gratitude for specific actions or help received. The structure is commonly followed by an -ing form of a verb (a gerund) or a noun to specify what the thanks are for.

Examples:

Thanks for helping me with my homework.

Thanks for the advice.

--fillInTheBlank--

--sentence--

BLANK BLANK BLANK, Sarah.

--blanks--

Thanks

--feedback--

This word is used to express gratitude. It's often used in social and professional settings to show appreciation.


for

--feedback--

This preposition is used to indicate the reason for the gratitude.


explaining

--feedback--

This is the -ing form of a verb that means to make something clear or easy to understand by describing or giving information about it.

--scene--

json
{
  "setup": {
    "background": "company2-roof.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "5.2-2.mp3",
      "startTime": 1,
      "startTimestamp": 8.28,
      "finishTimestamp": 9.56
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 2.28,
      "dialogue": {
        "text": "Thanks for explaining, Sarah.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 2.78
    }
  ]
}