Back to Freecodecamp

Task 95

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c8d6f726fbf51919ccefdc.md

latest1.4 KB
Original Source
<!-- (Audio) James: Yes, that would be great. Thanks for listening, Maria. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, that would be great. Thanks for BLANK, Maria.

--blanks--

listening

--feedback--

This means to pay attention to what someone is saying using your ears. Use the -ing form as it follows a preposition.

--explanation--

When a verb follows a preposition (such as for), it must be in the -ing form. For example:

She apologized for being late. - Here, being follows the preposition for, so it takes the -ing form.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 62.4,
      "finishTimestamp": 65.36
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.96,
      "dialogue": {
        "text": "Yes, that would be great. Thanks for listening, Maria.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.46
    }
  ]
}