Back to Freecodecamp

Task 38

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

latest1.6 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 BLANK security, so it might not integrate as easily with other platforms.

--blanks--

more focused on

--feedback--

These three words together mean that SafeGuard prioritizes or pays more attention to security compared to other features.

--explanation--

More focused on is used to show what something or someone pays attention to the most. For example:

This software is more focused on performance than on design. - This means the software is mainly built for good performance, not necessarily for an attractive design.

--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
    }
  ]
}