Back to Freecodecamp

Task 69

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I'll take note of that. I also want to address the BLANK questions for password BLANK.

--blanks--

security

--feedback--

This means being protected from threats or harm.


recovery

--feedback--

This word refers to the process of getting access back to your account.

--explanation--

Security questions are questions used to verify a user's identity, usually when logging in or recovering an account. For example:

One of the security questions asked for my mother's maiden name. – This means that the user is asked their mother's name before she got married as a form of verifying the user's identity.

Password recovery is the process of regaining access to an account when the password is forgotten or lost. For example:

The app sent me a reset link for password recovery. – This means the user got help to reset their forgotten password.

--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
    }
  ]
}