Back to Freecodecamp

Task 100

curriculum/challenges/english/blocks/learn-how-to-talk-about-past-activities/672bf2c58832ef79c6ae86ac.md

latest1.9 KB
Original Source
<!-- (audio) We've really come a long way since that first feedback came in. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've really BLANK BLANK BLANK since that first feedback came in.

--blanks--

come

--feedback--

This is a verb that means to reach or arrive somewhere, especially after a journey or progress.


a long

--feedback--

This includes an article and an adjective that describe the extent of progress.


way

--feedback--

This word completes the expression, indicating a metaphorical path or distance achieved.

--explanation--

To come a long way means to make significant progress or improvement over time. It often implies that someone or something has started at a simpler, less developed stage and has improved a lot since then. For example:

  • The team has come a long way since the project started. - The team has made a lot of progress.

  • She has come a long way in her coding skills. - Her coding skills have greatly improved from where they began.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_3-3.mp3",
      "startTime": 1,
      "startTimestamp": 5.72,
      "finishTimestamp": 8.6
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.88,
      "dialogue": {
        "text": "We've really come a long way since that first feedback came in.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 4.38
    }
  ]
}