Back to Freecodecamp

Task 104

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/672dc928d8765dc9f923ca71.md

latest2.4 KB
Original Source
<!-- (Audio) James: We've been conducting them for about six months now. It's been a gradual process, but we've seen steady progress in our teams' understanding of accessibility. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

We've been conducting them for about six months now. It's been a BLANK, but we've seen BLANK in our teams' BLANK of accessibility.

--blanks--

gradual process

--feedback--

These two words together describe something that happens slowly, step-by-step over time.


steady progress

--feedback--

These two words together mean continuous improvement without interruptions.


understanding

--feedback--

This word refers to the knowledge or awareness people have about a specific topic.

--explanation--

A gradual process refers to something that develops slowly, over time, rather than happening quickly. For example:

Learning a new skill is often a gradual process. - This means that gaining a new skill takes time and happens step-by-step, not all at once.

Steady progress means continuous, consistent improvement without interruptions. For example:

The team has made steady progress in completing the project. - This shows that the team is moving forward regularly and effectively, without major delays.

Understanding refers to a person's knowledge or awareness about a subject. For example:

Her understanding of coding improved with practice. - It highlights how her knowledge of coding grew as she spent more time practicing.

--scene--

json
{
  "setup": {
    "background": "interview-room1.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-4.mp3",
      "startTime": 1,
      "startTimestamp": 15.22,
      "finishTimestamp": 23.64
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 9.42,
      "dialogue": {
        "text": "We've been conducting them for about six months now. It's been a gradual process, but we've seen steady progress in our team's understanding of accessibility.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 9.92
    }
  ]
}