Back to Freecodecamp

Task 62

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

latest1.9 KB
Original Source
<!-- (audio) Mark: Unfortunately, yes. We need to resolve this quickly, don't we? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Unfortunately, yes. We need to BLANK this quickly, BLANK we?

--blanks--

resolve

--feedback--

This word means to find a solution to a problem or deal with an issue effectively.


don't

--feedback--

It is part of a tag question, used to confirm or check agreement after a positive main sentence.

--explanation--

Resolve means to solve or fix a problem or situation. It implies taking action to address and settle an issue. For example:

The team worked hard to resolve the customer complaints. - It indicates that the team took steps to solve the issues raised by customers.

Don't in tag questions is used after a positive main sentence to seek agreement or confirmation in a polite or conversational way. For example:

We need to leave now, don't we? - The main sentence is positive, and the tag question (don't we?) is used to confirm or check agreement about the urgency to leave.

--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": 46.7,
      "finishTimestamp": 50.86
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.86,
      "dialogue": {
        "text": "Unfortunately, yes. We need to resolve this quickly, don't we?",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.36
    }
  ]
}