Back to Freecodecamp

Task 54

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/685575bda705647feb8307fb.md

latest1.9 KB
Original Source
<!-- (Audio) Jake: Absolutely. A clear interface can significantly reduce user errors that lead to security issues. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Jake, what can a clear interface do?

--answers--

Make the system look more modern.

--feedback--

Jake isn't focused on the interface's appearance.


Help prevent users from making mistakes.


Add more features for users.

--feedback--

Jake doesn't mention adding new features.


Allow users to skip security steps.

--feedback--

Jake doesn't talk about avoiding security steps.

--video-solution--

2

--explanation--

To reduce means to make something smaller in amount, size, or number. For example:

Using shortcuts can reduce the time needed to complete tasks. – This means shortcuts help people finish work faster.

--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": 8.72,
      "finishTimestamp": 15.02
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.54,
      "dialogue": {
        "text": "Absolutely. A clear interface can significantly reduce",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 4.54,
      "finishTime": 7.3,
      "dialogue": {
        "text": "user errors that lead to security issues.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.8
    }
  ]
}