Back to Freecodecamp

Task 71

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

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

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They're a bit BLANK.

--blanks--

predictable

--feedback--

This means something is easy to guess or expect.

--explanation--

Predictable means something happens in a way that you can easily guess or expect. For example:

The movie was too predictable! I knew the ending halfway through. – This means the movie's events were too easy to guess.

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