Back to Freecodecamp

Task 50

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68556972b49966381caac929.md

latest2.1 KB
Original Source
<!-- (Audio) Linda: Hi, Jake. I've been looking at our current interface and thinking we could really improve how it guides users on security. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Linda think the team could make the software interface do better?

--answers--

Give users access to more settings.

--feedback--

Linda isn't talking about adding more options.


Make the design more colorful and modern.

--feedback--

Linda's focus is not on visual design.


Let users skip the login process.

--feedback--

That would actually reduce security.


Help users understand how to stay safe.

--video-solution--

4

--explanation--

To improve means to make something better. For example:

We improved the loading time of the app by optimizing the images. – This means they made the app faster.

To guide means to lead or show someone how to do something. For example:

The tutorial will guide new users through the setup process. – This means the tutorial helps users understand how to start using the app.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Linda",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_24-2.mp3",
      "startTime": 1,
      "startTimestamp": 0.4,
      "finishTimestamp": 5.94
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.54,
      "dialogue": {
        "text": "Hi, Jake. I've been looking at our current interface",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.54,
      "finishTime": 6.54,
      "dialogue": {
        "text": "and thinking we could really improve how it guides users on security.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 7.04
    }
  ]
}