Back to Freecodecamp

Task 32

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

latest2.0 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 BLANK BLANK BLANK. I noticed that SecureSoft has more integration options with other tools. Is SafeGuard as flexible?

--blanks--

pointing

--feedback--

This verb means drawing attention to something or making it known. It ends with -ing.


that

--feedback--

This word refers to the specific thing being mentioned.


out

--feedback--

This word completes the phrasal verb, which means to highlight or bring attention to something.

--explanation--

Point that out means to bring attention to something specific. For example:

She pointed that out during the meeting, so everyone became aware of the issue. - Here, pointed that out means she highlighted an important detail for others to notice.

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