Back to Freecodecamp

Task 65

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

latest2.4 KB
Original Source
<!-- (audio) Alice: Absolutely. Let's work together to find a solution. We don't want our users getting frustrated, do we? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Absolutely. Let's work together to find a BLANK. We don't want our users getting BLANK, BLANK we?

--blanks--

solution

--feedback--

It refers to an answer or way to fix a problem or difficulty.


frustrated

--feedback--

It describes feeling annoyed or upset because something is not working as expected or taking too long.


do

--feedback--

It is part of a tag question and is used here after a negative main sentence to confirm or check agreement.

--explanation--

Solution means an answer or way to fix a problem. For example:

The engineers worked hard to find a solution to the network issue. - It means the engineers worked hard to resolve the network problem.

Frustrated describes a feeling of being upset or annoyed when something doesn't work or takes too long. For example:

The customers were frustrated by the long wait times. - It describes the annoyance and dissatisfaction customers felt because of delays.

Do in tag questions is used after a negative main sentence to confirm or check agreement. For example:

We don't need to leave now, do we? - The main sentence is negative, and the tag (do we?) is positive, asking for confirmation in a conversational way.

--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": 50.88,
      "finishTimestamp": 55.86
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 3.48,
      "dialogue": {
        "text": "Absolutely. Let's work together to find a solution.",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "startTime": 4.08,
      "finishTime": 5.98,
      "dialogue": {
        "text": "We don't want our users getting frustrated, do we?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 6.48
    }
  ]
}