Back to Freecodecamp

Task 39

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

latest1.7 KB
Original Source
<!-- (audio) Jake: Not really. SafeGuard is more focused on security, so it might not integrate as easily with other platforms. -->

--instructions--

Listen to the audio and complete the sentence below.

--fillInTheBlank--

--sentence--

Not really. SafeGuard is more focused on security, so it might not integrate BLANK with other platforms.

--blanks--

as easily

--feedback--

This two-word phrase means that something is not done in the same easy way as another task. It compares the difficulty or ease of two actions.

--explanation--

As easily is used to compare the difficulty of two actions or processes. It describes how easy or difficult something is to do in comparison to something else. For example:

This app works as easily as the previous one. - This suggests that both apps are equally easy to use.

--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": 56.88,
      "finishTimestamp": 62.58
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.7,
      "dialogue": {
        "text": "Not really. Safeguard is more focused on security, so it might not integrate as easily with other platforms.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 7.2
    }
  ]
}