Back to Freecodecamp

Task 23

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

latest1.9 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 answer the question below.

--questions--

--text--

What is Tom trying to convey about the team's current progress and timeline?

--answers--

The team has just started working on the changes.

--feedback--

Tom mentions that they are nearing the completion of the changes, not just starting them.


The team has been making consistent progress, but they still need a few more weeks to finish.


The team is making good progress and expects to finish very soon.

--feedback--

While they are progressing well, Tom indicates that it will still take a few more weeks.


The team will need several months to complete the changes.

--feedback--

Tom estimates that they will need only a few more weeks, not several months.

--video-solution--

2

--explanation--

Tom's statement indicates that the team has been working consistently and expects to complete the changes in a few more weeks.

--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
    }
  ]
}