Back to Freecodecamp

Task 41

curriculum/challenges/english/blocks/learn-how-to-express-decisions-based-on-comparisons/67cbb37b1cf24f393f603311.md

latest1.8 KB
Original Source
<!-- (audio) Jake: If integration is crucial, you might have to do some extra work with SafeGuard. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

If integration is BLANK, you might have to do some BLANK work with SafeGuard.

--blanks--

crucial

--feedback--

This word means something that is very important or necessary.


extra

--feedback--

This word means something additional, or more than what is usual.

--explanation--

Crucial means something is extremely important or vital. For example:

Security is a crucial aspect of the system. – This means that security is very important in the system and must not be overlooked.

Extra refers to something beyond the usual amount. It implies that more work or effort is required than normal. For example:

The extra work on this project took longer than expected. – This means more work was needed than initially planned, requiring additional effort.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Jake",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 62.88,
      "finishTimestamp": 67.4
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 5.34,
      "dialogue": {
        "text": "If integration is crucial, you might have to do some extra work with Safeguard.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 5.84
    }
  ]
}