Back to Freecodecamp

Task 70

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6855d74062e1fd492a3b1dac.md

latest1.9 KB
Original Source
<!-- (Audio) Linda: I'll take note of that. I also want to address the security questions for password recovery. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What else does Linda want to discuss with Jake?

--answers--

How to make usernames easier to change.

--feedback--

Linda doesn't mention usernames.


How to shorten the login process.

--feedback--

She is not focused on making things quicker.


Whether to remove all security questions.

--feedback--

Linda doesn't say she wants to get rid of the security questions.


How users confirm their identity if they forget their password.

--video-solution--

4

--explanation--

To address means to deal with, talk about, or take action on a topic or issue. For example:

We need to address the performance issues in the app. – This means they need to look at and fix the problems with the app's performance.

--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": 33.52,
      "finishTimestamp": 37.92
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3.28,
      "dialogue": {
        "text": "I'll take note of that. I also want to address",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "startTime": 3.28,
      "finishTime": 5.4,
      "dialogue": {
        "text": "the security questions for password recovery.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 5.9
    }
  ]
}