Back to Freecodecamp

Task 87

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Exactly, that should grab their BLANK.

--blanks--

attention

--feedback--

This means the focus or notice that someone gives to something.

--explanation--

Attention is the act of focusing your mind or noticing something. For example:

The bright colors in the ad are meant to catch your attention. – This means the design is made to make people look at it.

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