Back to Freecodecamp

Task 22

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671a41b8576531207749bdae.md

latest1.8 KB
Original Source
<!-- (audio) Tom: Probably a few more weeks. We've been making steady progress, and I believe we're close to finalizing the major changes. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Probably a few more weeks. We've been making steady BLANK, and I believe we're close to BLANK the major changes.

--blanks--

progress

--feedback--

This word refers to improvement or development over time.


finalizing

--feedback--

This verb in -ing form means completing or finishing something.

--explanation--

Progress indicates improvement or development over time. For example:

The team has made good progress on the new feature. - The team has made advancements in developing the feature.

Finalize means to complete or finish something. For example:

We need to finalize the project details before the deadline. - You need to complete the remaining tasks to meet the deadline.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Tom",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-1.mp3",
      "startTime": 1,
      "startTimestamp": 24.82,
      "finishTimestamp": 31
    }
  },
  "commands": [
    {
      "character": "Tom",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Tom",
      "startTime": 1,
      "finishTime": 7.18,
      "dialogue": {
        "text": "Probably a few more weeks. We've been making steady progress, and I believe we're close to finalizing the major changes.",
        "align": "center"
      }
    },
    {
      "character": "Tom",
      "opacity": 0,
      "startTime": 7.68
    }
  ]
}