Back to Freecodecamp

Task 43

curriculum/challenges/english/blocks/learn-present-perfect-while-talking-about-accessibility/671f8ab3f5add66eb16be177.md

latest1.7 KB
Original Source
<!-- (Audio) Alice: Exactly. Do you know if it's been affecting all the videos or just a few? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

BLANK. Do you know if it's been BLANK all the videos or just a few?

--blanks--

Exactly

--feedback--

This word is used to express strong agreement or confirmation. The first letter is capitalized.


affecting

--feedback--

This verb describes having an impact or influence on something. It's in -ing form.

--explanation--

Exactly is used to confirm or agree with a statement completely. For example:

That's exactly what I was thinking. - It emphasizes full agreement with someone else's idea.

Affecting means having an impact or influence on something. For example:

The new policy is affecting employee productivity. - It shows that the policy is influencing how productive employees are.

--scene--

json
{
  "setup": {
    "background": "interview-room3.png",
    "characters": [
      {
        "character": "Alice",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_4-2.mp3",
      "startTime": 1,
      "startTimestamp": 12.64,
      "finishTimestamp": 16.26
    }
  },
  "commands": [
    {
      "character": "Alice",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Alice",
      "startTime": 1,
      "finishTime": 4.52,
      "dialogue": {
        "text": "Exactly. Do you know if it's been affecting all the videos or just a few?",
        "align": "center"
      }
    },
    {
      "character": "Alice",
      "opacity": 0,
      "startTime": 5.02
    }
  ]
}