Back to Freecodecamp

Task 40

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675966e572894133e1b3b275.md

latest1.5 KB
Original Source
<!-- (audio) Mark: Yes, we have. Some users are complaining that they can't log in. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, we have. Some users are BLANK that they can't log in.

--blanks--

complaining

--feedback--

This word in the -ing form means saying someone is unhappy or upset about something.

--explanation--

The word complaining is the Present Participle form of the verb complain. It means to express dissatisfaction, annoyance, or a problem about something. For example:

The customer is complaining about the delay in service. - It means that the customer is expressing unhappiness about the late service.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 5.2,
      "finishTimestamp": 8.96
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.76,
      "dialogue": {
        "text": "Yes, we have. Some users are complaining that they can't log in.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.26
    }
  ]
}