Back to Freecodecamp

Task 34

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

latest1.8 KB
Original Source
<!-- (audio) Sophie: Thanks for pointing that out. I noticed that SecureSoft has more integration options with other tools. Is SafeGuard as flexible? -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Thanks for pointing that out. I noticed that SecureSoft has more integration options with other tools. Is SafeGuard BLANK?

--blanks--

as flexible

--feedback--

This two-word phrase compares the flexibility of two things.

--explanation--

As flexible means that you're comparing the flexibility of two things to see if they are equal in this regard. For example:

This jacket is as flexible as the one I bought last week. - In this case, you are comparing how adaptable both jackets are, saying they have the same level of flexibility.

--scene--

json
{
  "setup": {
    "background": "company2-center.png",
    "characters": [
      {
        "character": "Sophie",
        "position": {
          "x": 50,
          "y": 0,
          "z": 1.4
        },
        "opacity": 0
      }
    ],
    "audio": {
      "filename": "B1_13-1.mp3",
      "startTime": 1,
      "startTimestamp": 49.48,
      "finishTimestamp": 56.22
    }
  },
  "commands": [
    {
      "character": "Sophie",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Sophie",
      "startTime": 1,
      "finishTime": 5.65,
      "dialogue": {
        "text": "Thanks for pointing that out. I noticed that SecureSoft has more integration options with other tools.",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "startTime": 6.39,
      "finishTime": 7.47,
      "dialogue": {
        "text": "Is Safeguard as flexible?",
        "align": "center"
      }
    },
    {
      "character": "Sophie",
      "opacity": 0,
      "startTime": 8.07
    }
  ]
}