Back to Freecodecamp

Task 79

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

latest2.4 KB
Original Source
<!-- (audio) Linda: A few. The system hasn't been responding well to certain accents, and it struggles with background noise. We need to improve its accuracy. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does the negative form of the Present Perfect Continuous tense (hasn't been responding) indicate in Linda's statement?

--answers--

The system has just started responding well, but it still needs improvement.

--feedback--

The negative form indicates that the system hasn't been performing well, not that it has just started working.


The system has had intermittent issues with responding, but it is working better now.

--feedback--

The negative form implies that the system has been continuously having issues, not intermittent ones.


The system has been continuously struggling and needs improvement.


The system has worked well but recently began having problems.

--feedback--

The negative form in this case describes ongoing struggles, not a recent change in performance.

--video-solution--

3

--explanation--

Linda's statement indicates that the system has consistently struggled with certain accents and background noise, showing a continuous issue. This points to the answer that highlights ongoing struggles and the need for improvement.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-3.mp3",
      "startTime": 1,
      "startTimestamp": 20.38,
      "finishTimestamp": 27.46
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 4.64,
      "dialogue": {
        "text": "A few. The system hasn't been responding well to certain accents,",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 4.64,
      "finishTime": 8.08,
      "dialogue": {
        "text": "and it struggles with background noise. We need to improve its accuracy.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 8.58
    }
  ]
}