Back to Freecodecamp

Task 51

curriculum/challenges/english/blocks/learn-common-phrasal-verbs-and-idioms/68556b376efb7c41e2a9ebee.md

latest1.4 KB
Original Source
<!-- (Audio) Linda: I think it's vital that we make these updates. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

I think it's BLANK that we make these updates.

--blanks--

vital

--feedback--

This means extremely important or necessary.

--explanation--

Vital means something is essential or very important for success or health. For example:

It's vital to back up your files before updating the software. – This means saving your files is very important before making changes to the system.

--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": 6.32,
      "finishTimestamp": 8.24
    }
  },
  "commands": [
    {
      "character": "Linda",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Linda",
      "startTime": 1,
      "finishTime": 2.92,
      "dialogue": {
        "text": "I think it's vital that we make these updates.",
        "align": "center"
      }
    },
    {
      "character": "Linda",
      "opacity": 0,
      "startTime": 3.42
    }
  ]
}