Back to Freecodecamp

Task 88

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/6856bfbea9370338d27a35f6.md

latest1.7 KB
Original Source
<!-- (Audio) Linda: Exactly, that should grab their attention. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

According to Linda, what will the pop-up do?

--answers--

Let users decide if they want to see it later.

--feedback--

Linda doesn't believe users should be allowed to delay receiving the message.


Give users tips about creating better passwords.

--feedback--

Linda's focus is not on content.


Show a list of recent updates in the system.

--feedback--

Linda doesn't talk about showing updates.


Make users notice it right away.

--video-solution--

4

--explanation--

To grab someone's attention means to cause someone to notice or focus on something. For example:

The headline grabbed my attention, so I read the article. – This means the headline made the reader want to stop and look.

--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": 67.76,
      "finishTimestamp": 69.76
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 3,
      "dialogue": {
        "text": "Exactly. That should grab their attention.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.5
    }
  ]
}