Back to Freecodecamp

Task 87

curriculum/challenges/english/blocks/learn-how-to-express-concerns/67c89e9e8d46b394c3e6ae9f.md

latest1.4 KB
Original Source
<!-- (Audio) James: Sometimes we get updates too late and it affects our work. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Sometimes we get updates too late and it BLANK our work.

--blanks--

affects

--feedback--

This means to have an influence on or cause a change in something.

--explanation--

To affect means to influence or cause a change in something. For example:

The weather can affect our travel plans. - This means the weather can influence or change how we travel.

--scene--

json
{
  "setup": {
    "background": "company2-boardroom.png",
    "characters": [
      {
        "character": "James",
        "position": {
          "x": 50,
          "y": 15,
          "z": 1.2
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_12-2.mp3",
      "startTime": 1,
      "startTimestamp": 51.48,
      "finishTimestamp": 54.42
    }
  },
  "commands": [
    {
      "character": "James",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "James",
      "startTime": 1,
      "finishTime": 3.94,
      "dialogue": {
        "text": "Sometimes we get updates too late and it affects our work.",
        "align": "center"
      }
    },
    {
      "character": "James",
      "opacity": 0,
      "startTime": 4.44
    }
  ]
}