Back to Freecodecamp

Task 17

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

latest1.8 KB
Original Source
<!-- (audio) Jake: I know SecureSoft. It's a bit easier to use, but I think SafeGuard is more robust when it comes to security. It has stronger encryption and better protection against vulnerabilities. -->

--instructions--

Listen to the audio and answer the question below.

--questions--

--text--

How should Sophie respond to show she understands Jake's point?

--answers--

I don't think security is important.

--feedback--

This does not match Jake's statement because he is explaining why security is important.


That makes sense.

--video-solution--

2

--explanation--

Jake explains why SafeGuard is more robust when it comes to security. The best way to show understanding is by saying that makes sense, which acknowledges his reasoning.

--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": 17.32,
      "finishTimestamp": 27.06
    }
  },
  "commands": [
    {
      "character": "Jake",
      "opacity": 1,
      "startTime": 0
    },
    {
      "character": "Jake",
      "startTime": 1,
      "finishTime": 6.96,
      "dialogue": {
        "text": "I know SecureSoft. It's a bit easier to use, but I think Safeguard is more robust when it comes to security.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "startTime": 7.24,
      "finishTime": 10.74,
      "dialogue": {
        "text": "It has stronger encryption and better protection against vulnerabilities.",
        "align": "center"
      }
    },
    {
      "character": "Jake",
      "opacity": 0,
      "startTime": 11.24
    }
  ]
}