Back to Freecodecamp

Task 60

curriculum/challenges/english/blocks/learn-future-continuous-while-describing-actions/675d88ce781849512cd7d426.md

latest2.4 KB
Original Source
<!-- (audio) Alice: Yes, we can. That should give us more information. By the way, have the support tickets been piling up because of this? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Yes, we can. That should give us more information. By the way, have the BLANK been BLANK because of this?

--blanks--

support tickets

--feedback--

This phrase of two words refers to requests or reports submitted by users needing help or reporting issues to a support team. The second word is in the plural form.


piling up

--feedback--

This phrase of two words means accumulating or increasing in number, often to an overwhelming amount. The first word is in -ing form.

--explanation--

Support tickets are messages or requests sent by users to a support team to report problems or ask for assistance. For example:

The support team resolved over 50 support tickets this week. - It means more than 50 issues reported by users were addressed by the support team.

Piling up means accumulating or gathering in a large quantity, often more than expected or manageable. For example:

The homework assignments are piling up as the deadline approaches. - This example highlights how the number of homework assignments is growing significantly, creating a sense of urgency or pressure.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_6-2.mp3",
      "startTime": 1,
      "startTimestamp": 40.14,
      "finishTimestamp": 46.26
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.52,
      "dialogue": {
        "text": "Yes, we can. That should give us more information.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 3.78,
      "finishTime": 7.12,
      "dialogue": {
        "text": "By the way, have the support tickets been piling up because of this?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 7.62
    }
  ]
}