Back to Freecodecamp

Task 85

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

latest2.4 KB
Original Source
<!-- (audio) Linda: Not entirely. It's had issues connecting with our older devices, but we're working on it. The development team has been brainstorming solutions. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What is the cause of the issues Linda mentions in the audio?

--answers--

The connection problems are due to new devices being incompatible.

--feedback--

Linda mentions that the issue is with older devices, not new ones.


The issues are caused by the development team working on the wrong solutions.

--feedback--

Linda mentions the team has been brainstorming solutions, but the issue is related to older devices.


The problems are due to a lack of effort from the development team.

--feedback--

Linda says the development team is actively working on solutions.


The problems are caused by the devices being too old.

--video-solution--

4

--explanation--

In the audio, Linda is talking about connection problems with older devices. This indicates that the issues arise because the older devices are not working well with the current technology, possibly due to differences in compatibility.

--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": 31.5,
      "finishTimestamp": 38.24
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 1.82,
      "dialogue": {
        "text": "Not entirely.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 1.82,
      "finishTime": 5.44,
      "dialogue": {
        "text": "It's had issues connecting with our older devices, but we're working on it.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 5.5,
      "finishTime": 7.74,
      "dialogue": {
        "text": "The development team has been brainstorming solutions.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 8.24
    }
  ]
}