Back to Freecodecamp

Task 102

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856ed5f4f2640cc36aa864b.md

latest2.1 KB
Original Source
<!-- (Audio) Jake: It's going to make a big difference in how users interact with our system securely. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Jake, what important improvement will happen?

--answers--

Users will be able to log in faster.

--feedback--

Jake isn't talking about speed.


Users will interact with the system in a safer way.


Users will need fewer updates.

--feedback--

Updates are not mentioned.


Users will stop asking questions about security.

--feedback--

He doesn't suggest that users will no longer need help.

--video-solution--

2

--explanation--

To make a difference means to cause a change or improvement in a situation. For example:

Using strong passwords can make a big difference in your online safety. – This means that the impact of strong passwords to security is significant.

Securely means in a safe and protected way. For example:

Make sure to log out securely after using a public computer. – This means you should always log out in a way that keeps your information safe.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 93.6,
      "finishTimestamp": 97.86
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 2.56,
      "dialogue": {
        "text": "It's going to make a big difference",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 2.56,
      "finishTime": 5.26,
      "dialogue": {
        "text": "in how users interact with our system securely.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.76
    }
  ]
}