Back to Freecodecamp

Task 76

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

latest1.7 KB
Original Source
<!-- (Audio) Jake: Custom questions could be a great improvement for security. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What does Jake think could be really helpful for security?

--answers--

Removing all password questions.

--feedback--

Jake doesn't talk about removing questions.


Letting users write their own security questions.


Creating more general questions for everyone.

--feedback--

He's not suggesting more general questions.


Using the same question to every user.

--feedback--

The same question would make it easier to guess.

--video-solution--

2

--explanation--

Something custom is made or chosen especially for a particular person or purpose. For example:

He uses a custom keyboard layout to type faster. – This means the keyboard was set up to match his personal needs or preferences.

--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": 42.24,
      "finishTimestamp": 45.42
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 4.18,
      "dialogue": {
        "text": "Custom questions could be a great improvement for security.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 4.68
    }
  ]
}