Back to Freecodecamp

Task 11

curriculum/challenges/english/blocks/learn-how-to-use-adjectives-in-conversations/680ca09ae8f68d141848b4c7.md

latest1.3 KB
Original Source
<!-- (Audio) Sarah: They're crucial for our new design. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

They're BLANK our new design.

--blanks--

crucial for

--feedback--

This two-word phrase means extremely important or necessary for something to succeed.

--explanation--

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

Good communication is crucial for teamwork. – This means good communication is necessary for a team to work well.

--scene--

json
{
  "setup": {
    "background": "company3-reception.png",
    "characters": [
      {
        "character": "Sarah",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_19-1.mp3",
      "startTime": 1,
      "startTimestamp": 16.16,
      "finishTimestamp": 17.62
    }
  },
  "commands": [
    {
      "character": "Sarah",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sarah",
      "startTime": 1,
      "finishTime": 2.46,
      "dialogue": {
        "text": "They're crucial for our new design.",
        "align": "center"
      }
    },
    {
      "character": "Sarah",
      "opacity": 0,
      "startTime": 2.96
    }
  ]
}