Back to Freecodecamp

Task 136

curriculum/challenges/english/blocks/learn-how-to-plan-future-events/67633077c55c0f38b9166323.md

latest1.8 KB
Original Source
<!-- (audio) Maria: Great. I think this is going to make a big difference in our security. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Great. I think this is going to BLANK BLANK BLANK BLANK in our security.

--blanks--

make

--feedback--

This word means to create or cause something to happen.


a

--feedback--

This is an article used before singular nouns.


big

--feedback--

This word means large or significant.


difference

--feedback--

This word means a change or effect on something.

--explanation--

Make means to cause something to happen or exist.

A big difference means a significant or noticeable change or improvement.

Together, make a big difference means to cause something to improve or become better in an important way. For example:

Updating our software will make a big difference in system performance. - This means the update will improve how the system works.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Maria",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.5
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_5-3.mp3",
      "startTime": 1,
      "startTimestamp": 45.58,
      "finishTimestamp": 48.34
    }
  },
  "commands": [
    {
      "character": "Maria",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Maria",
      "startTime": 1,
      "finishTime": 3.76,
      "dialogue": {
        "text": "Great. I think this is going to make a big difference in our security.",
        "align": "center"
      }
    },
    {
      "character": "Maria",
      "opacity": 0,
      "startTime": 4.26
    }
  ]
}