Back to Freecodecamp

Task 64

curriculum/challenges/english/blocks/learn-how-to-express-agreement/67b1e32a197da650fbdcd7e8.md

latest1.6 KB
Original Source
<!-- (Audio) Mark: I find it helps when we need to make changes later on. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I find it helps when we need to BLANK BLANK later on.

--blanks--

make

--feedback--

This verb means to perform or carry out an action.


changes

--feedback--

This refers to modifications made to something, often to improve or correct it.

--explanation--

Make changes means to modify or alter something. It is commonly used in contexts where something needs to be adjusted or improved over time. For example:

We will make changes to the design based on feedback. - This means that adjustments or improvements will be made to the design according to the feedback received.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Mark",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_10-2.mp3",
      "startTime": 1,
      "startTimestamp": 18.42,
      "finishTimestamp": 21.22
    }
  },
  "commands": [
    {
      "character": "Mark",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Mark",
      "startTime": 1,
      "finishTime": 3.8,
      "dialogue": {
        "text": "I find it helps when we need to make changes later on.",
        "align": "center"
      }
    },
    {
      "character": "Mark",
      "opacity": 0,
      "startTime": 4.3
    }
  ]
}