Back to Freecodecamp

Task 37

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

latest1.8 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--

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

--blanks--

Not really

--feedback--

This two-word phrase is a casual way of saying "no" or "not exactly". It's often used when you want to politely disagree or give a softer, less direct response. The first letter of the first word is capitalized.

--explanation--

Not really is commonly used to give a negative answer, but in a softer tone. It's more casual than simply saying No. For example:

Person 1: Do you think this software is user-friendly?

Person 2: Not really.

This means it's not very user-friendly, but the speaker might not be completely certain.

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