Back to Freecodecamp

Task 72

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

latest1.6 KB
Original Source
<!-- (Audio) Linda: They're a bit predictable. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

What seems to be the problem with the current security questions?

--answers--

They are too easy for someone to guess.


They take too long to answer.

--feedback--

Linda says nothing about time or delays.


They are written in the wrong language.

--feedback--

Linda doesn't mention language or translation issues.


They can only be used once.

--feedback--

There's no mention of limitations on how often they can be used.

--video-solution--

1

--explanation--

A bit before an adjective means slightly or a little. For example:

I'm a bit tired today. – This means the person feels slightly tired, but not too much.

--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": 38.2,
      "finishTimestamp": 39.38
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.18,
      "dialogue": {
        "text": "They're a bit predictable.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 2.68
    }
  ]
}