Back to Freecodecamp

Task 68

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

latest1.7 KB
Original Source
<!-- (audio) Mark: No, we don't. Okay, let's get to work and see if we can sort this out. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

No, we don't. Okay, let's get to work and see if we can BLANK.

--blanks--

sort this out

--feedback--

This phrase of three words means to solve a problem or deal with a difficult situation.

--explanation--

Sort this out means to solve or fix a specific problem. It is a casual way of saying figure out a solution or resolve an issue. The general phrase sort out can also be used more broadly for organizing or dealing with problems. For example:

We need to sort out the issues with the payment system before launch. - It means you need to fix or resolve the problems with the payment system to ensure everything works correctly before launching it.

--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": 56.08,
      "finishTimestamp": 60.02
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 4.94,
      "dialogue": {
        "text": "No, we don't. Okay, let's get to work and see if we can sort this out.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 5.44
    }
  ]
}