Back to Freecodecamp

Task 82

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/673de712f2dc6db0cfe76b31.md

latest1.7 KB
Original Source
<!-- (audio) Linda: Not entirely. It's had issues connecting with our older devices, but we're working on it. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Not BLANK. It's had issues connecting with our older devices, but we're working on it.

--blanks--

entirely

--feedback--

This word means completely or fully.

--explanation--

The word entirely means completely or fully. The phrase not entirely indicates that something is not complete or perfect. For example:

I don't entirely agree with his opinion. - It means you don't fully agree with the opinion, suggesting some level of disagreement.

--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": 35.94
    }
  },
  "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",
      "opacity": 0,
      "startTime": 5.94
    }
  ]
}