Back to Freecodecamp

Task 105

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

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

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is James' attitude toward the progress of the training sessions?

--answers--

He is frustrated that progress has been slow.

--feedback--

James doesn't express frustration; he acknowledges the gradual nature of the process positively.


He feels the progress is too small to notice.

--feedback--

James mentions steady progress, showing he sees noticeable improvements over time.


He is optimistic about the team's improvement.


He is uncertain if the sessions are making any difference.

--feedback--

James describes the progress as steady, indicating confidence in the sessions' impact.

--video-solution--

3

--explanation--

James's statement reflects a positive and optimistic attitude toward the training sessions. Although he notes that it's been a gradual process, he also observes steady progress, showing that he believes in the effectiveness of the sessions and appreciates the ongoing improvements in his team's understanding.

--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": 17.72,
      "finishTimestamp": 23.74
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 2.56,
      "dialogue": {
        "text": "It's been a gradual process,",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 2.56,
      "finishTime": 4.54,
      "dialogue": {
        "text": "but we've seen steady progress in",
        "align": "center"
      }
    },
    {
      "character": "James",
      "startTime": 4.54,
      "finishTime": 7.02,
      "dialogue": {
        "text": "our team's understanding of accessibility.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 7.52
    }
  ]
}